COLOR #90CDA2

HEX: #90CDA2 RGB: (144,205,162)

Color info

#90CDA2 contains mainly green and blue colors. Web safe color of #90CDA2 is #99CC99 (or #9C9).

RGB color model

#90CDA2 color RGB value is (144,205,162).

RGB: (144,205,162) (56%, 80%, 64%)

RGB channels and saturation

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

144
205
162

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

Portions of RGB colors in percentages

R + G + B = 144 + 205 + 162 = 511 (100%)
R 144 of 511 ~ 28.18%
G 205 of 511 ~ 40.12%
B 162 of 511 ~ 31.7'%

%28.18
%40.12
%31.7

CMYK color model

#90CDA2 color CMYK value is (30,0,21,20).

  • cyan value is 29.76%
  • magenta value is 0.00%
  • yellow value is 20.98%
  • key color value is 19.61%

CMYK: (30,0,21,20)
C30M0Y21K20 (30%, 0%, 21%, 20%)
(0.30 / 0.00 / 0.21 / 0.20)

CMYK percentages

%29.76
%0
%20.98
%19.61

Codes

Color #90CDA2 in popluar color models

90 CD A2
RGB 144 205 162
HSL 138° 37.89% 68.43%
HSB/HSV 138° 29.76% 80.39%
CMYK 29.76% 0.00% 20.98%
19.61%

Color #90CDA2 in popluar number systems.

HEX 90 CD A2
Decimal 144 205 162
Binary 10010000 11001101 10100010
Octal 220 315 242

Shades and tints

Shades of #90CDA2

#90CDA2
(144,205,162)
#83BB94
(131,187,148)
#76A986
(118,169,134)
#699778
(105,151,120)
#5C856A
(92,133,106)
#4F735C
(79,115,92)
#42614E
(66,97,78)
#354F40
(53,79,64)
#283D32
(40,61,50)
#1B2B24
(27,43,36)
#0E1916
(14,25,22)
#000000
(0,0,0)

Tints of #90CDA2

#90CDA2
(144,205,162)
#9AD1AA
(154,209,170)
#A4D5B2
(164,213,178)
#AED9BA
(174,217,186)
#B8DDC2
(184,221,194)
#C2E1CA
(194,225,202)
#CCE5D2
(204,229,210)
#D6E9DA
(214,233,218)
#E0EDE2
(224,237,226)
#EAF1EA
(234,241,234)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90CDA2; }

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

This text font color is #90CDA2.

Background Color

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

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

This div background color is #90CDA2.

Border color

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

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

This div border color is #90CDA2.

Opacity

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

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

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

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

This text has shadow with #90CDA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90CDA2.

Preview

Color preview on black background

This text has color #90CDA2 on black background.


Color preview on white background

This text has color #90CDA2 on white background.


Black color preview on #90CDA2 background

This text has black color on #90CDA2 background.


White color preview on #90CDA2 background

This text has white color on #90CDA2 background.


Related colors

Complementary color

Complementary color for #hex is #6F325D.


I love getcolorcode.com

Triadic colors

1 #A290CD and #CDA290 with #90CDA2 are triadic colors.

2 #A2CD90 and #CD90A2 with #90CDA2 are triadic colors.