COLOR #90CEB9

HEX: #90CEB9 RGB: (144,206,185)

Color info

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

RGB color model

#90CEB9 color RGB value is (144,206,185).

RGB: (144,206,185) (56%, 81%, 73%)

RGB channels and saturation

R 144 of 255 = 56%
G 206 of 255 = 81%
B 185 of 255 = 73%

144
206
185

R + G + B ~ 70%. #90CEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 206 + 185 = 535 (100%)
R 144 of 535 ~ 26.92%
G 206 of 535 ~ 38.5%
B 185 of 535 ~ 34.58'%

%26.92
%38.5
%34.58

CMYK color model

#90CEB9 color CMYK value is (30,0,10,19).

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

CMYK: (30,0,10,19)
C30M0Y10K19 (30%, 0%, 10%, 19%)
(0.30 / 0.00 / 0.10 / 0.19)

CMYK percentages

%30.1
%0
%10.19
%19.22

Codes

Color #90CEB9 in popluar color models

90 CE B9
RGB 144 206 185
HSL 160° 38.75% 68.63%
HSB/HSV 160° 30.10% 80.78%
CMYK 30.10% 0.00% 10.19%
19.22%

Color #90CEB9 in popluar number systems.

HEX 90 CE B9
Decimal 144 206 185
Binary 10010000 11001110 10111001
Octal 220 316 271

Shades and tints

Shades of #90CEB9

#90CEB9
(144,206,185)
#83BCA9
(131,188,169)
#76AA99
(118,170,153)
#699889
(105,152,137)
#5C8679
(92,134,121)
#4F7469
(79,116,105)
#426259
(66,98,89)
#355049
(53,80,73)
#283E39
(40,62,57)
#1B2C29
(27,44,41)
#0E1A19
(14,26,25)
#000000
(0,0,0)

Tints of #90CEB9

#90CEB9
(144,206,185)
#9AD2BF
(154,210,191)
#A4D6C5
(164,214,197)
#AEDACB
(174,218,203)
#B8DED1
(184,222,209)
#C2E2D7
(194,226,215)
#CCE6DD
(204,230,221)
#D6EAE3
(214,234,227)
#E0EEE9
(224,238,233)
#EAF2EF
(234,242,239)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90CEB9; }

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

This text font color is #90CEB9.

Background Color

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

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

This div background color is #90CEB9.

Border color

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

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

This div border color is #90CEB9.

Opacity

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

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

Text with #90CEB9 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 #90CEB9;}

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

This text has shadow with #90CEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90CEB9.

Preview

Color preview on black background

This text has color #90CEB9 on black background.


Color preview on white background

This text has color #90CEB9 on white background.


Black color preview on #90CEB9 background

This text has black color on #90CEB9 background.


White color preview on #90CEB9 background

This text has white color on #90CEB9 background.


Related colors

Complementary color

Complementary color for #hex is #6F3146.


I love getcolorcode.com

Triadic colors

1 #B990CE and #CEB990 with #90CEB9 are triadic colors.

2 #B9CE90 and #CE90B9 with #90CEB9 are triadic colors.