COLOR #90C0D1

HEX: #90C0D1
RGB: (144,192,209)

Color info

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

RGB color model

#90C0D1 color RGB value is (144,192,209).

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

RGB channels and saturation

R 144 of 255 = 56%
G 192 of 255 = 75%
B 209 of 255 = 82%

144
192
209

R + G + B ~ 71%. #90C0D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 192 + 209 = 545 (100%)
R 144 of 545 ~ 26.42%
G 192 of 545 ~ 35.23%
B 209 of 545 ~ 38.35%

%26.42
%35.23
%38.35

CMYK color model

#90C0D1 color CMYK value is (31,8,0,18).

  • cyan value is 31.10%
  • magenta value is 8.13%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(31,8,0,18)
C31M8Y0K18 
(31%,8%,0%,18%)
(0.31/0.08/0.00/0.18)	

CMYK percentages

%31.1
%8.13
%0
%18.04

Codes

Color #90C0D1 in popluar color models

90C0D1
RGB144192209
HSL196°41.40%69.22%
HSB/HSV196°31.10%81.96%
CMYK31.10%8.13%0.00%
18.04%

Color #90C0D1 in popluar number systems.

HEX90C0D1
Decimal144192209
Binary100100001100000011010001
Octal220300321

Shades and tints

Shades of #90C0D1

#90C0D1
(144,192,209)
#83AFBE
(131,175,190)
#769EAB
(118,158,171)
#698D98
(105,141,152)
#5C7C85
(92,124,133)
#4F6B72
(79,107,114)
#425A5F
(66,90,95)
#35494C
(53,73,76)
#283839
(40,56,57)
#1B2726
(27,39,38)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #90C0D1

#90C0D1
(144,192,209)
#9AC5D5
(154,197,213)
#A4CAD9
(164,202,217)
#AECFDD
(174,207,221)
#B8D4E1
(184,212,225)
#C2D9E5
(194,217,229)
#CCDEE9
(204,222,233)
#D6E3ED
(214,227,237)
#E0E8F1
(224,232,241)
#EAEDF5
(234,237,245)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C0D1; }

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

This text font color is #90C0D1.


Background Color

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

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

This div background color is #90C0D1.


Border color

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

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

This div border color is #90C0D1.


Opacity

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

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

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

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

This text has shadow with #90C0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C0D1 on black background.


Color preview on white background

This text has color #90C0D1 on white background.



Black color preview on #90C0D1 background

This text has black color on #90C0D1 background.


White color preview on #90C0D1 background

This text has white color on #90C0D1 background.