crispedge.com

Color picker

Loading...

#217b81 hex color - Blue - Cool color - Information

#217b81 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #217b81 Color code in RGB color code model is created after adding 12.94% red color, 48.24% green color and 50.59% blue color. Hex #217b81 Color code in CMYK color (process color) code model is generated after subtraction of 74% cyan, 5% magenta, 0% yellow and 49% black.

Hex #217b81 color code is between #227788 web safe hex color code and #118877 web safe hex color code. #227788 is the nearest web safe color code. You can see here many more shades of #217b81 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code217b81#217b81
RGB Decimal33, 123, 129rgb(33, 123, 129)
RGB Percent13%, 48%, 51%rgb(13%, 48%, 51%)
CSS RGBa33, 123, 129,1rgba(33,123,129,1)
CMYK Modelcmyk(74%,5%,0%,49%)
HSL Color Space184,59% ,32%hsl(184,59% ,32%)
HSV Color Space184°, 74%, 51%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001000010111101110000001
Octal41173201
Decimal33123129
Hex217b81

Different shades of #217b81 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #217b81
#2ba2aa
Dark Shade of #217b81
#175458
Saturated Shade of #217b81
#198289
Desaturated Shade of #217b81
#297479
Grey scale Shade of #217b81
#515151
Brighten Shade
#3a949a
Most Readable Shade
#FFFFFF

Shades of #217b81 color code

Generate more color scales with scales (color stack) generator.

#217b81
#1d6d72
#195f64
#165256
#124447
#0e3639
#0b292b
#071b1c
#030d0e
#000000

Similar Color like #217b81 color

Find visually similar hex color codes nearing to #217b81 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#227c82
#237d83
#247e84
#257f85
#268086
#278187
#288288
#298389
#2a848a
#2b858b
#2c868c
#2d878d
#2e888e
#2f898f
#207a80
#1f797f
#1e787e
#1d777d
#1c767c
#1b757b
#1a747a
#197379
#187278
#177177
#167076
#156f75
#146e74
#136d73

Monochromatic Color with #217b81

#217b81
#2ca4ab
#37ccd6
#000101
#0b2a2c
#165256

Tints of #217b81 Color

#217b81
#39898f
#52989d
#6ba7ab
#83b5b9
#9cc4c7
#b5d3d5
#cde1e3
#e6f0f1
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#217b81
#812721

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#217b81
#81214b
#815721

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#218161
#218174
#217b81
#216881
#215581

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#217b81
#81217b
#7b8121

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#217b81
#572181
#812721
#4b8121

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#217b81
#812721
#815721
#214b81

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #217b81 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#217b81 Color Code Preview on Black Background Color

This is how #217b81 Color will look on black background color. Color contrast ratio is 4.21

#217b81 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#217b81">Your Example Paragraph content text in with font color #217b81 </p>

Your Example Paragraph content text in with font color #217b81

HTML with inline CSS

<div style="color:#217b81">Your Paragraph text in with font color #217b81 </div>

Your Example Paragraph content text in with font color #217b81

#217b81 color code is use for CSS Background Color

Background color for the above div is #217b81

HTML with inline CSS

<div style="background-color:#217b81;"></div>

#217b81 color code is use for CSS Border Color

CSS Border color for the above div is #217b81

HTML with inline CSS

<div style="border:5px solid #217b81;"></div>

CSS Border Left color for the above div is #217b81

HTML with inline CSS

<div style="border-left:5px solid #217b81;"></div>

CSS Border Right color for the above div is #217b81

HTML with inline CSS

<div style="border-right:5px solid #217b81;"></div>

CSS Border Bottom color for the above div is #217b81

HTML with inline CSS

<div style="border-bottom:5px solid #217b81;"></div>

CSS Border Top color for the above div is #217b81

HTML with inline CSS

<div style="border-top:5px solid #217b81;"></div>

#217b81 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#217b81; } .examplecolorclass {color:#217b81; } .examplebordercolor {border:3px solid #217b81; }

#217b81 Color code Preview on White Background

This is how #217b81 Color code will look on white background color. Color contrast ratio is 4.98

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #217b81; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #217b81; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(33,123,129,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(129,39,33,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(33,123,129,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.