COLOR #90CAB9

HEX: #90CAB9 RGB: (144,202,185)

Color info

#90CAB9 contains red, green and blue colors in about the same proportion. Web safe color of #90CAB9 is #99CCCC (or #9CC).

RGB color model

#90CAB9 color RGB value is (144,202,185).

RGB: (144,202,185) (56%, 79%, 73%)

RGB channels and saturation

R 144 of 255 = 56%
G 202 of 255 = 79%
B 185 of 255 = 73%

144
202
185

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

Portions of RGB colors in percentages

R + G + B = 144 + 202 + 185 = 531 (100%)
R 144 of 531 ~ 27.12%
G 202 of 531 ~ 38.04%
B 185 of 531 ~ 34.84'%

%27.12
%38.04
%34.84

CMYK color model

#90CAB9 color CMYK value is (29,0,8,21).

  • cyan value is 28.71%
  • magenta value is 0.00%
  • yellow value is 8.42%
  • key color value is 20.78%

CMYK: (29,0,8,21)
C29M0Y8K21 (29%, 0%, 8%, 21%)
(0.29 / 0.00 / 0.08 / 0.21)

CMYK percentages

%28.71
%0
%8.42
%20.78

Codes

Color #90CAB9 in popluar color models

90 CA B9
RGB 144 202 185
HSL 162° 35.37% 67.84%
HSB/HSV 162° 28.71% 79.22%
CMYK 28.71% 0.00% 8.42%
20.78%

Color #90CAB9 in popluar number systems.

HEX 90 CA B9
Decimal 144 202 185
Binary 10010000 11001010 10111001
Octal 220 312 271

Shades and tints

Shades of #90CAB9

#90CAB9
(144,202,185)
#83B8A9
(131,184,169)
#76A699
(118,166,153)
#699489
(105,148,137)
#5C8279
(92,130,121)
#4F7069
(79,112,105)
#425E59
(66,94,89)
#354C49
(53,76,73)
#283A39
(40,58,57)
#1B2829
(27,40,41)
#0E1619
(14,22,25)
#000000
(0,0,0)

Tints of #90CAB9

#90CAB9
(144,202,185)
#9ACEBF
(154,206,191)
#A4D2C5
(164,210,197)
#AED6CB
(174,214,203)
#B8DAD1
(184,218,209)
#C2DED7
(194,222,215)
#CCE2DD
(204,226,221)
#D6E6E3
(214,230,227)
#E0EAE9
(224,234,233)
#EAEEEF
(234,238,239)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90CAB9; }

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

This text font color is #90CAB9.

Background Color

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

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

This div background color is #90CAB9.

Border color

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

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

This div border color is #90CAB9.

Opacity

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

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

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

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

This text has shadow with #90CAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90CAB9.

Preview

Color preview on black background

This text has color #90CAB9 on black background.


Color preview on white background

This text has color #90CAB9 on white background.


Black color preview on #90CAB9 background

This text has black color on #90CAB9 background.


White color preview on #90CAB9 background

This text has white color on #90CAB9 background.


Related colors

Complementary color

Complementary color for #hex is #6F3546.


I love getcolorcode.com

Triadic colors

1 #B990CA and #CAB990 with #90CAB9 are triadic colors.

2 #B9CA90 and #CA90B9 with #90CAB9 are triadic colors.