COLOR #90DCA6

HEX: #90DCA6
RGB: (144,220,166)

Color info

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

RGB color model

#90DCA6 color RGB value is (144,220,166).

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

RGB channels and saturation

R 144 of 255 = 56%
G 220 of 255 = 86%
B 166 of 255 = 65%

144
220
166

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

Portions of RGB colors in percentages

R + G + B =
144 + 220 + 166 = 530 (100%)
R 144 of 530 ~ 27.17%
G 220 of 530 ~ 41.51%
B 166 of 530 ~ 31.32%

%27.17
%41.51
%31.32

CMYK color model

#90DCA6 color CMYK value is (35,0,25,14).

  • cyan value is 34.55%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 13.73%
CMYK:
(35,0,25,14)
C35M0Y25K14 
(35%,0%,25%,14%)
(0.35/0.00/0.25/0.14)	

CMYK percentages

%34.55
%0
%24.55
%13.73

Codes

Color #90DCA6 in popluar color models

90DCA6
RGB144220166
HSL137°52.05%71.37%
HSB/HSV137°34.55%86.27%
CMYK34.55%0.00%24.55%
13.73%

Color #90DCA6 in popluar number systems.

HEX90DCA6
Decimal144220166
Binary100100001101110010100110
Octal220334246

Shades and tints

Shades of #90DCA6

#90DCA6
(144,220,166)
#83C897
(131,200,151)
#76B488
(118,180,136)
#69A079
(105,160,121)
#5C8C6A
(92,140,106)
#4F785B
(79,120,91)
#42644C
(66,100,76)
#35503D
(53,80,61)
#283C2E
(40,60,46)
#1B281F
(27,40,31)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #90DCA6

#90DCA6
(144,220,166)
#9ADFAE
(154,223,174)
#A4E2B6
(164,226,182)
#AEE5BE
(174,229,190)
#B8E8C6
(184,232,198)
#C2EBCE
(194,235,206)
#CCEED6
(204,238,214)
#D6F1DE
(214,241,222)
#E0F4E6
(224,244,230)
#EAF7EE
(234,247,238)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90DCA6; }

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

This text font color is #90DCA6.


Background Color

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

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

This div background color is #90DCA6.


Border color

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

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

This div border color is #90DCA6.


Opacity

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

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

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

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

This text has shadow with #90DCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90DCA6 on black background.


Color preview on white background

This text has color #90DCA6 on white background.



Black color preview on #90DCA6 background

This text has black color on #90DCA6 background.


White color preview on #90DCA6 background

This text has white color on #90DCA6 background.