COLOR #90CBA2

HEX: #90CBA2
RGB: (144,203,162)

Color info

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

RGB color model

#90CBA2 color RGB value is (144,203,162).

  • red value is 144;
  • green value is 203;
  • blue value is 162.
RGB:
(144,203,162)
(56%,80%,64%)

RGB channels and saturation

R 144 of 255 = 56%
G 203 of 255 = 80%
B 162 of 255 = 64%

144
203
162

R + G + B ~ 67%. #90CBA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 203 + 162 = 509 (100%)
R 144 of 509 ~ 28.29%
G 203 of 509 ~ 39.88%
B 162 of 509 ~ 31.83%

%28.29
%39.88
%31.83

CMYK color model

#90CBA2 color CMYK value is (29,0,20,20).

  • cyan value is 29.06%
  • magenta value is 0.00%
  • yellow value is 20.20%
  • key color value is 20.39%
CMYK:
(29,0,20,20)
C29M0Y20K20 
(29%,0%,20%,20%)
(0.29/0.00/0.20/0.20)	

CMYK percentages

%29.06
%0
%20.2
%20.39

Codes

Color #90CBA2 in popluar color models

90CBA2
RGB144203162
HSL138°36.20%68.04%
HSB/HSV138°29.06%79.61%
CMYK29.06%0.00%20.20%
20.39%

Color #90CBA2 in popluar number systems.

HEX90CBA2
Decimal144203162
Binary100100001100101110100010
Octal220313242

Shades and tints

Shades of #90CBA2

#90CBA2
(144,203,162)
#83B994
(131,185,148)
#76A786
(118,167,134)
#699578
(105,149,120)
#5C836A
(92,131,106)
#4F715C
(79,113,92)
#425F4E
(66,95,78)
#354D40
(53,77,64)
#283B32
(40,59,50)
#1B2924
(27,41,36)
#0E1716
(14,23,22)
#000000
(0,0,0)

Tints of #90CBA2

#90CBA2
(144,203,162)
#9ACFAA
(154,207,170)
#A4D3B2
(164,211,178)
#AED7BA
(174,215,186)
#B8DBC2
(184,219,194)
#C2DFCA
(194,223,202)
#CCE3D2
(204,227,210)
#D6E7DA
(214,231,218)
#E0EBE2
(224,235,226)
#EAEFEA
(234,239,234)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CBA2 color. Also use rgb(144,203,162) instead hex code.

Text Font Color

.myTextColor { color: #90CBA2; }

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

This text font color is #90CBA2.


Background Color

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

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

This div background color is #90CBA2.


Border color

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

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

This div border color is #90CBA2.


Opacity

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

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

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

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

This text has shadow with #90CBA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CBA2 on black background.


Color preview on white background

This text has color #90CBA2 on white background.



Black color preview on #90CBA2 background

This text has black color on #90CBA2 background.


White color preview on #90CBA2 background

This text has white color on #90CBA2 background.