COLOR #90C0C9

HEX: #90C0C9
RGB: (144,192,201)

Color info

#90C0C9 contains red, green and blue colors in about the same proportion. Web safe color of #90C0C9 is #99CCCC (or #9CC).

RGB color model

#90C0C9 color RGB value is (144,192,201).

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

RGB channels and saturation

R 144 of 255 = 56%
G 192 of 255 = 75%
B 201 of 255 = 79%

144
192
201

R + G + B ~ 70%. #90C0C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 192 + 201 = 537 (100%)
R 144 of 537 ~ 26.82%
G 192 of 537 ~ 35.75%
B 201 of 537 ~ 37.43%

%26.82
%35.75
%37.43

CMYK color model

#90C0C9 color CMYK value is (28,4,0,21).

  • cyan value is 28.36%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(28,4,0,21)
C28M4Y0K21 
(28%,4%,0%,21%)
(0.28/0.04/0.00/0.21)	

CMYK percentages

%28.36
%4.48
%0
%21.18

Codes

Color #90C0C9 in popluar color models

90C0C9
RGB144192201
HSL189°34.55%67.65%
HSB/HSV189°28.36%78.82%
CMYK28.36%4.48%0.00%
21.18%

Color #90C0C9 in popluar number systems.

HEX90C0C9
Decimal144192201
Binary100100001100000011001001
Octal220300311

Shades and tints

Shades of #90C0C9

#90C0C9
(144,192,201)
#83AFB7
(131,175,183)
#769EA5
(118,158,165)
#698D93
(105,141,147)
#5C7C81
(92,124,129)
#4F6B6F
(79,107,111)
#425A5D
(66,90,93)
#35494B
(53,73,75)
#283839
(40,56,57)
#1B2727
(27,39,39)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #90C0C9

#90C0C9
(144,192,201)
#9AC5CD
(154,197,205)
#A4CAD1
(164,202,209)
#AECFD5
(174,207,213)
#B8D4D9
(184,212,217)
#C2D9DD
(194,217,221)
#CCDEE1
(204,222,225)
#D6E3E5
(214,227,229)
#E0E8E9
(224,232,233)
#EAEDED
(234,237,237)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C0C9; }

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

This text font color is #90C0C9.


Background Color

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

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

This div background color is #90C0C9.


Border color

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

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

This div border color is #90C0C9.


Opacity

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

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

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

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

This text has shadow with #90C0C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C0C9 on black background.


Color preview on white background

This text has color #90C0C9 on white background.



Black color preview on #90C0C9 background

This text has black color on #90C0C9 background.


White color preview on #90C0C9 background

This text has white color on #90C0C9 background.