COLOR #90DAD9

HEX: #90DAD9
RGB: (144,218,217)

Color info

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

RGB color model

#90DAD9 color RGB value is (144,218,217).

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

RGB channels and saturation

R 144 of 255 = 56%
G 218 of 255 = 85%
B 217 of 255 = 85%

144
218
217

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

Portions of RGB colors in percentages

R + G + B =
144 + 218 + 217 = 579 (100%)
R 144 of 579 ~ 24.87%
G 218 of 579 ~ 37.65%
B 217 of 579 ~ 37.48%

%24.87
%37.65
%37.48

CMYK color model

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

  • cyan value is 33.94%
  • magenta value is 0.00%
  • yellow value is 0.46%
  • key color value is 14.51%
CMYK:
(34,0,0,15)
C34M0Y0K15 
(34%,0%,0%,15%)
(0.34/0.00/0.00/0.15)	

CMYK percentages

%33.94
%0
%0.46
%14.51

Codes

Color #90DAD9 in popluar color models

90DAD9
RGB144218217
HSL179°50.00%70.98%
HSB/HSV179°33.94%85.49%
CMYK33.94%0.00%0.46%
14.51%

Color #90DAD9 in popluar number systems.

HEX90DAD9
Decimal144218217
Binary100100001101101011011001
Octal220332331

Shades and tints

Shades of #90DAD9

#90DAD9
(144,218,217)
#83C7C6
(131,199,198)
#76B4B3
(118,180,179)
#69A1A0
(105,161,160)
#5C8E8D
(92,142,141)
#4F7B7A
(79,123,122)
#426867
(66,104,103)
#355554
(53,85,84)
#284241
(40,66,65)
#1B2F2E
(27,47,46)
#0E1C1B
(14,28,27)
#000000
(0,0,0)

Tints of #90DAD9

#90DAD9
(144,218,217)
#9ADDDC
(154,221,220)
#A4E0DF
(164,224,223)
#AEE3E2
(174,227,226)
#B8E6E5
(184,230,229)
#C2E9E8
(194,233,232)
#CCECEB
(204,236,235)
#D6EFEE
(214,239,238)
#E0F2F1
(224,242,241)
#EAF5F4
(234,245,244)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90DAD9; }

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

This text font color is #90DAD9.


Background Color

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

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

This div background color is #90DAD9.


Border color

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

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

This div border color is #90DAD9.


Opacity

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

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

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

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

This text has shadow with #90DAD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90DAD9 on black background.


Color preview on white background

This text has color #90DAD9 on white background.



Black color preview on #90DAD9 background

This text has black color on #90DAD9 background.


White color preview on #90DAD9 background

This text has white color on #90DAD9 background.