COLOR #90C9CE

HEX: #90C9CE RGB: (144,201,206)

Color info

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

RGB color model

#90C9CE color RGB value is (144,201,206).

RGB: (144,201,206) (56%, 79%, 81%)

RGB channels and saturation

R 144 of 255 = 56%
G 201 of 255 = 79%
B 206 of 255 = 81%

144
201
206

R + G + B ~ 72%. #90C9CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 201 + 206 = 551 (100%)
R 144 of 551 ~ 26.13%
G 201 of 551 ~ 36.48%
B 206 of 551 ~ 37.39'%

%26.13
%36.48
%37.39

CMYK color model

#90C9CE color CMYK value is (30,2,0,19).

  • cyan value is 30.10%
  • magenta value is 2.43%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (30,2,0,19)
C30M2Y0K19 (30%, 2%, 0%, 19%)
(0.30 / 0.02 / 0.00 / 0.19)

CMYK percentages

%30.1
%2.43
%0
%19.22

Codes

Color #90C9CE in popluar color models

90 C9 CE
RGB 144 201 206
HSL 185° 38.75% 68.63%
HSB/HSV 185° 30.10% 80.78%
CMYK 30.10% 2.43% 0.00%
19.22%

Color #90C9CE in popluar number systems.

HEX 90 C9 CE
Decimal 144 201 206
Binary 10010000 11001001 11001110
Octal 220 311 316

Shades and tints

Shades of #90C9CE

#90C9CE
(144,201,206)
#83B7BC
(131,183,188)
#76A5AA
(118,165,170)
#699398
(105,147,152)
#5C8186
(92,129,134)
#4F6F74
(79,111,116)
#425D62
(66,93,98)
#354B50
(53,75,80)
#28393E
(40,57,62)
#1B272C
(27,39,44)
#0E151A
(14,21,26)
#000000
(0,0,0)

Tints of #90C9CE

#90C9CE
(144,201,206)
#9ACDD2
(154,205,210)
#A4D1D6
(164,209,214)
#AED5DA
(174,213,218)
#B8D9DE
(184,217,222)
#C2DDE2
(194,221,226)
#CCE1E6
(204,225,230)
#D6E5EA
(214,229,234)
#E0E9EE
(224,233,238)
#EAEDF2
(234,237,242)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C9CE; }

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

This text font color is #90C9CE.

Background Color

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

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

This div background color is #90C9CE.

Border color

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

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

This div border color is #90C9CE.

Opacity

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

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

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

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

This text has shadow with #90C9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C9CE.

Preview

Color preview on black background

This text has color #90C9CE on black background.


Color preview on white background

This text has color #90C9CE on white background.


Black color preview on #90C9CE background

This text has black color on #90C9CE background.


White color preview on #90C9CE background

This text has white color on #90C9CE background.


Related colors

Complementary color

Complementary color for #hex is #6F3631.


I love getcolorcode.com

Triadic colors

1 #CE90C9 and #C9CE90 with #90C9CE are triadic colors.

2 #CEC990 and #C990CE with #90C9CE are triadic colors.