COLOR #90C0DD

HEX: #90C0DD RGB: (144,192,221)

Color info

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

RGB color model

#90C0DD color RGB value is (144,192,221).

RGB: (144,192,221) (56%, 75%, 87%)

RGB channels and saturation

R 144 of 255 = 56%
G 192 of 255 = 75%
B 221 of 255 = 87%

144
192
221

R + G + B ~ 73%. #90C0DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 192 + 221 = 557 (100%)
R 144 of 557 ~ 25.85%
G 192 of 557 ~ 34.47%
B 221 of 557 ~ 39.68'%

%25.85
%34.47
%39.68

CMYK color model

#90C0DD color CMYK value is (35,13,0,13).

  • cyan value is 34.84%
  • magenta value is 13.12%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (35,13,0,13)
C35M13Y0K13 (35%, 13%, 0%, 13%)
(0.35 / 0.13 / 0.00 / 0.13)

CMYK percentages

%34.84
%13.12
%0
%13.33

Codes

Color #90C0DD in popluar color models

90 C0 DD
RGB 144 192 221
HSL 203° 53.10% 71.57%
HSB/HSV 203° 34.84% 86.67%
CMYK 34.84% 13.12% 0.00%
13.33%

Color #90C0DD in popluar number systems.

HEX 90 C0 DD
Decimal 144 192 221
Binary 10010000 11000000 11011101
Octal 220 300 335

Shades and tints

Shades of #90C0DD

#90C0DD
(144,192,221)
#83AFC9
(131,175,201)
#769EB5
(118,158,181)
#698DA1
(105,141,161)
#5C7C8D
(92,124,141)
#4F6B79
(79,107,121)
#425A65
(66,90,101)
#354951
(53,73,81)
#28383D
(40,56,61)
#1B2729
(27,39,41)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #90C0DD

#90C0DD
(144,192,221)
#9AC5E0
(154,197,224)
#A4CAE3
(164,202,227)
#AECFE6
(174,207,230)
#B8D4E9
(184,212,233)
#C2D9EC
(194,217,236)
#CCDEEF
(204,222,239)
#D6E3F2
(214,227,242)
#E0E8F5
(224,232,245)
#EAEDF8
(234,237,248)
#F4F2FB
(244,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C0DD; }

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

This text font color is #90C0DD.

Background Color

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

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

This div background color is #90C0DD.

Border color

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

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

This div border color is #90C0DD.

Opacity

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

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

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

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

This text has shadow with #90C0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C0DD.

Preview

Color preview on black background

This text has color #90C0DD on black background.


Color preview on white background

This text has color #90C0DD on white background.


Black color preview on #90C0DD background

This text has black color on #90C0DD background.


White color preview on #90C0DD background

This text has white color on #90C0DD background.


Related colors

Complementary color

Complementary color for #hex is #6F3F22.


I love getcolorcode.com

Triadic colors

1 #DD90C0 and #C0DD90 with #90C0DD are triadic colors.

2 #DDC090 and #C090DD with #90C0DD are triadic colors.