COLOR #90D8D1

HEX: #90D8D1
RGB: (144,216,209)

Color info

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

RGB color model

#90D8D1 color RGB value is (144,216,209).

  • red value is 144;
  • green value is 216;
  • blue value is 209.
RGB:
(144,216,209)
(56%,85%,82%)

RGB channels and saturation

R 144 of 255 = 56%
G 216 of 255 = 85%
B 209 of 255 = 82%

144
216
209

R + G + B ~ 74%. #90D8D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 216 + 209 = 569 (100%)
R 144 of 569 ~ 25.31%
G 216 of 569 ~ 37.96%
B 209 of 569 ~ 36.73%

%25.31
%37.96
%36.73

CMYK color model

#90D8D1 color CMYK value is (33,0,3,15).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 3.24%
  • key color value is 15.29%
CMYK:
(33,0,3,15)
C33M0Y3K15 
(33%,0%,3%,15%)
(0.33/0.00/0.03/0.15)	

CMYK percentages

%33.33
%0
%3.24
%15.29

Codes

Color #90D8D1 in popluar color models

90D8D1
RGB144216209
HSL174°48.00%70.59%
HSB/HSV174°33.33%84.71%
CMYK33.33%0.00%3.24%
15.29%

Color #90D8D1 in popluar number systems.

HEX90D8D1
Decimal144216209
Binary100100001101100011010001
Octal220330321

Shades and tints

Shades of #90D8D1

#90D8D1
(144,216,209)
#83C5BE
(131,197,190)
#76B2AB
(118,178,171)
#699F98
(105,159,152)
#5C8C85
(92,140,133)
#4F7972
(79,121,114)
#42665F
(66,102,95)
#35534C
(53,83,76)
#284039
(40,64,57)
#1B2D26
(27,45,38)
#0E1A13
(14,26,19)
#000000
(0,0,0)

Tints of #90D8D1

#90D8D1
(144,216,209)
#9ADBD5
(154,219,213)
#A4DED9
(164,222,217)
#AEE1DD
(174,225,221)
#B8E4E1
(184,228,225)
#C2E7E5
(194,231,229)
#CCEAE9
(204,234,233)
#D6EDED
(214,237,237)
#E0F0F1
(224,240,241)
#EAF3F5
(234,243,245)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90D8D1 color. Also use rgb(144,216,209) instead hex code.

Text Font Color

.myTextColor { color: #90D8D1; }

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

This text font color is #90D8D1.


Background Color

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

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

This div background color is #90D8D1.


Border color

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

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

This div border color is #90D8D1.


Opacity

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

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

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

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

This text has shadow with #90D8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D8D1 on black background.


Color preview on white background

This text has color #90D8D1 on white background.



Black color preview on #90D8D1 background

This text has black color on #90D8D1 background.


White color preview on #90D8D1 background

This text has white color on #90D8D1 background.