COLOR #90D0A6

HEX: #90D0A6
RGB: (144,208,166)

Color info

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

RGB color model

#90D0A6 color RGB value is (144,208,166).

  • red value is 144;
  • green value is 208;
  • blue value is 166.
RGB:
(144,208,166)
(56%,82%,65%)

RGB channels and saturation

R 144 of 255 = 56%
G 208 of 255 = 82%
B 166 of 255 = 65%

144
208
166

R + G + B ~ 68%. #90D0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 208 + 166 = 518 (100%)
R 144 of 518 ~ 27.8%
G 208 of 518 ~ 40.15%
B 166 of 518 ~ 32.05%

%27.8
%40.15
%32.05

CMYK color model

#90D0A6 color CMYK value is (31,0,20,18).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 20.19%
  • key color value is 18.43%
CMYK:
(31,0,20,18)
C31M0Y20K18 
(31%,0%,20%,18%)
(0.31/0.00/0.20/0.18)	

CMYK percentages

%30.77
%0
%20.19
%18.43

Codes

Color #90D0A6 in popluar color models

90D0A6
RGB144208166
HSL141°40.51%69.02%
HSB/HSV141°30.77%81.57%
CMYK30.77%0.00%20.19%
18.43%

Color #90D0A6 in popluar number systems.

HEX90D0A6
Decimal144208166
Binary100100001101000010100110
Octal220320246

Shades and tints

Shades of #90D0A6

#90D0A6
(144,208,166)
#83BE97
(131,190,151)
#76AC88
(118,172,136)
#699A79
(105,154,121)
#5C886A
(92,136,106)
#4F765B
(79,118,91)
#42644C
(66,100,76)
#35523D
(53,82,61)
#28402E
(40,64,46)
#1B2E1F
(27,46,31)
#0E1C10
(14,28,16)
#000000
(0,0,0)

Tints of #90D0A6

#90D0A6
(144,208,166)
#9AD4AE
(154,212,174)
#A4D8B6
(164,216,182)
#AEDCBE
(174,220,190)
#B8E0C6
(184,224,198)
#C2E4CE
(194,228,206)
#CCE8D6
(204,232,214)
#D6ECDE
(214,236,222)
#E0F0E6
(224,240,230)
#EAF4EE
(234,244,238)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90D0A6 color. Also use rgb(144,208,166) instead hex code.

Text Font Color

.myTextColor { color: #90D0A6; }

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

This text font color is #90D0A6.


Background Color

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

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

This div background color is #90D0A6.


Border color

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

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

This div border color is #90D0A6.


Opacity

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

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

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

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

This text has shadow with #90D0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D0A6 on black background.


Color preview on white background

This text has color #90D0A6 on white background.



Black color preview on #90D0A6 background

This text has black color on #90D0A6 background.


White color preview on #90D0A6 background

This text has white color on #90D0A6 background.