COLOR #90CEB6

HEX: #90CEB6 RGB: (144,206,182)

Color info

#90CEB6 contains mainly green and blue colors. Web safe color of #90CEB6 is #99CCCC (or #9CC).

RGB color model

#90CEB6 color RGB value is (144,206,182).

RGB: (144,206,182) (56%, 81%, 71%)

RGB channels and saturation

R 144 of 255 = 56%
G 206 of 255 = 81%
B 182 of 255 = 71%

144
206
182

R + G + B ~ 69%. #90CEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 206 + 182 = 532 (100%)
R 144 of 532 ~ 27.07%
G 206 of 532 ~ 38.72%
B 182 of 532 ~ 34.21'%

%27.07
%38.72
%34.21

CMYK color model

#90CEB6 color CMYK value is (30,0,12,19).

  • cyan value is 30.10%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 19.22%

CMYK: (30,0,12,19)
C30M0Y12K19 (30%, 0%, 12%, 19%)
(0.30 / 0.00 / 0.12 / 0.19)

CMYK percentages

%30.1
%0
%11.65
%19.22

Codes

Color #90CEB6 in popluar color models

90 CE B6
RGB 144 206 182
HSL 157° 38.75% 68.63%
HSB/HSV 157° 30.10% 80.78%
CMYK 30.10% 0.00% 11.65%
19.22%

Color #90CEB6 in popluar number systems.

HEX 90 CE B6
Decimal 144 206 182
Binary 10010000 11001110 10110110
Octal 220 316 266

Shades and tints

Shades of #90CEB6

#90CEB6
(144,206,182)
#83BCA6
(131,188,166)
#76AA96
(118,170,150)
#699886
(105,152,134)
#5C8676
(92,134,118)
#4F7466
(79,116,102)
#426256
(66,98,86)
#355046
(53,80,70)
#283E36
(40,62,54)
#1B2C26
(27,44,38)
#0E1A16
(14,26,22)
#000000
(0,0,0)

Tints of #90CEB6

#90CEB6
(144,206,182)
#9AD2BC
(154,210,188)
#A4D6C2
(164,214,194)
#AEDAC8
(174,218,200)
#B8DECE
(184,222,206)
#C2E2D4
(194,226,212)
#CCE6DA
(204,230,218)
#D6EAE0
(214,234,224)
#E0EEE6
(224,238,230)
#EAF2EC
(234,242,236)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CEB6 color. Also use rgb(144,206,182) instead hex code.

Text Font Color

.myTextColor { color: #90CEB6; }

<p style="color:#90CEB6">This sample text font color is #90CEB6.</p>

This text font color is #90CEB6.

Background Color

.myBgColor { background-color: #90CEB6; }

<div style="background-color:#90CEB6">Inner text</div>

This div background color is #90CEB6.

Border color

.myBorderColor { border: 1px solid #90CEB6; }

<div style="border:3px solid #90CEB6">Div</div>

This div border color is #90CEB6.

Opacity

.myOpacity80 { color: #90CEB6; opacity: 0.8; }

<p style="color:#90CEB6;opacity:0.8;">80%</p>

Text with #90CEB6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #90CEB6;}

<p style="text-shadow: 3px 3px 1px #90CEB6">Text here.</p>

This text has shadow with #90CEB6 color.


.textShadow {text-shadow: 3px 3px 1px #90CEB6', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #90CEB6, 5px 5px 20px red">Text here.</p>

This text has shadow with #90CEB6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#90CEB6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#90CEB6, Direction=45, Strength=4)">Text</p>

This text has shadow with #90CEB6 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #90CEB6;
-webkit-box-shadow: 1px 1px 3px 2px #90CEB6;
box-shadow: 1px 1px 3px 2px #90CEB6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90CEB6; -webkit-box-shadow: 1px 1px 3px 2px #90CEB6; box-shadow:1px 1px 3px 2px #90CEB6;">
Div content here
</div>

This div box has shadow with color #90CEB6.

Preview

Color preview on black background

This text has color #90CEB6 on black background.


Color preview on white background

This text has color #90CEB6 on white background.


Black color preview on #90CEB6 background

This text has black color on #90CEB6 background.


White color preview on #90CEB6 background

This text has white color on #90CEB6 background.


Related colors

Complementary color

Complementary color for #hex is #6F3149.


I love getcolorcode.com

Triadic colors

1 #B690CE and #CEB690 with #90CEB6 are triadic colors.

2 #B6CE90 and #CE90B6 with #90CEB6 are triadic colors.