COLOR #90D7DB

HEX: #90D7DB
RGB: (144,215,219)

Color info

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

RGB color model

#90D7DB color RGB value is (144,215,219).

  • red value is 144;
  • green value is 215;
  • blue value is 219.
RGB:
(144,215,219)
(56%,84%,86%)

RGB channels and saturation

R 144 of 255 = 56%
G 215 of 255 = 84%
B 219 of 255 = 86%

144
215
219

R + G + B ~ 75%. #90D7DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 215 + 219 = 578 (100%)
R 144 of 578 ~ 24.91%
G 215 of 578 ~ 37.2%
B 219 of 578 ~ 37.89%

%24.91
%37.2
%37.89

CMYK color model

#90D7DB color CMYK value is (34,2,0,14).

  • cyan value is 34.25%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(34,2,0,14)
C34M2Y0K14 
(34%,2%,0%,14%)
(0.34/0.02/0.00/0.14)	

CMYK percentages

%34.25
%1.83
%0
%14.12

Codes

Color #90D7DB in popluar color models

90D7DB
RGB144215219
HSL183°51.02%71.18%
HSB/HSV183°34.25%85.88%
CMYK34.25%1.83%0.00%
14.12%

Color #90D7DB in popluar number systems.

HEX90D7DB
Decimal144215219
Binary100100001101011111011011
Octal220327333

Shades and tints

Shades of #90D7DB

#90D7DB
(144,215,219)
#83C4C8
(131,196,200)
#76B1B5
(118,177,181)
#699EA2
(105,158,162)
#5C8B8F
(92,139,143)
#4F787C
(79,120,124)
#426569
(66,101,105)
#355256
(53,82,86)
#283F43
(40,63,67)
#1B2C30
(27,44,48)
#0E191D
(14,25,29)
#000000
(0,0,0)

Tints of #90D7DB

#90D7DB
(144,215,219)
#9ADADE
(154,218,222)
#A4DDE1
(164,221,225)
#AEE0E4
(174,224,228)
#B8E3E7
(184,227,231)
#C2E6EA
(194,230,234)
#CCE9ED
(204,233,237)
#D6ECF0
(214,236,240)
#E0EFF3
(224,239,243)
#EAF2F6
(234,242,246)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90D7DB color. Also use rgb(144,215,219) instead hex code.

Text Font Color

.myTextColor { color: #90D7DB; }

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

This text font color is #90D7DB.


Background Color

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

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

This div background color is #90D7DB.


Border color

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

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

This div border color is #90D7DB.


Opacity

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

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

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

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

This text has shadow with #90D7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D7DB on black background.


Color preview on white background

This text has color #90D7DB on white background.



Black color preview on #90D7DB background

This text has black color on #90D7DB background.


White color preview on #90D7DB background

This text has white color on #90D7DB background.