COLOR #90D9C4

HEX: #90D9C4
RGB: (144,217,196)

Color info

#90D9C4 contains mainly green and blue colors. Web safe color of #90D9C4 is #99CCCC (or #9CC).

RGB color model

#90D9C4 color RGB value is (144,217,196).

  • red value is 144;
  • green value is 217;
  • blue value is 196.
RGB:
(144,217,196)
(56%,85%,77%)

RGB channels and saturation

R 144 of 255 = 56%
G 217 of 255 = 85%
B 196 of 255 = 77%

144
217
196

R + G + B ~ 73%. #90D9C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 217 + 196 = 557 (100%)
R 144 of 557 ~ 25.85%
G 217 of 557 ~ 38.96%
B 196 of 557 ~ 35.19%

%25.85
%38.96
%35.19

CMYK color model

#90D9C4 color CMYK value is (34,0,10,15).

  • cyan value is 33.64%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 14.90%
CMYK:
(34,0,10,15)
C34M0Y10K15 
(34%,0%,10%,15%)
(0.34/0.00/0.10/0.15)	

CMYK percentages

%33.64
%0
%9.68
%14.9

Codes

Color #90D9C4 in popluar color models

90D9C4
RGB144217196
HSL163°48.99%70.78%
HSB/HSV163°33.64%85.10%
CMYK33.64%0.00%9.68%
14.90%

Color #90D9C4 in popluar number systems.

HEX90D9C4
Decimal144217196
Binary100100001101100111000100
Octal220331304

Shades and tints

Shades of #90D9C4

#90D9C4
(144,217,196)
#83C6B3
(131,198,179)
#76B3A2
(118,179,162)
#69A091
(105,160,145)
#5C8D80
(92,141,128)
#4F7A6F
(79,122,111)
#42675E
(66,103,94)
#35544D
(53,84,77)
#28413C
(40,65,60)
#1B2E2B
(27,46,43)
#0E1B1A
(14,27,26)
#000000
(0,0,0)

Tints of #90D9C4

#90D9C4
(144,217,196)
#9ADCC9
(154,220,201)
#A4DFCE
(164,223,206)
#AEE2D3
(174,226,211)
#B8E5D8
(184,229,216)
#C2E8DD
(194,232,221)
#CCEBE2
(204,235,226)
#D6EEE7
(214,238,231)
#E0F1EC
(224,241,236)
#EAF4F1
(234,244,241)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90D9C4 color. Also use rgb(144,217,196) instead hex code.

Text Font Color

.myTextColor { color: #90D9C4; }

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

This text font color is #90D9C4.


Background Color

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

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

This div background color is #90D9C4.


Border color

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

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

This div border color is #90D9C4.


Opacity

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

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

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

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

This text has shadow with #90D9C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D9C4 on black background.


Color preview on white background

This text has color #90D9C4 on white background.



Black color preview on #90D9C4 background

This text has black color on #90D9C4 background.


White color preview on #90D9C4 background

This text has white color on #90D9C4 background.