COLOR #90DBCE

HEX: #90DBCE RGB: (144,219,206)

Color info

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

RGB color model

#90DBCE color RGB value is (144,219,206).

RGB: (144,219,206) (56%, 86%, 81%)

RGB channels and saturation

R 144 of 255 = 56%
G 219 of 255 = 86%
B 206 of 255 = 81%

144
219
206

R + G + B ~ 74%. #90DBCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 219 + 206 = 569 (100%)
R 144 of 569 ~ 25.31%
G 219 of 569 ~ 38.49%
B 206 of 569 ~ 36.2'%

%25.31
%38.49
%36.2

CMYK color model

#90DBCE color CMYK value is (34,0,6,14).

  • cyan value is 34.25%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 14.12%

CMYK: (34,0,6,14)
C34M0Y6K14 (34%, 0%, 6%, 14%)
(0.34 / 0.00 / 0.06 / 0.14)

CMYK percentages

%34.25
%0
%5.94
%14.12

Codes

Color #90DBCE in popluar color models

90 DB CE
RGB 144 219 206
HSL 170° 51.02% 71.18%
HSB/HSV 170° 34.25% 85.88%
CMYK 34.25% 0.00% 5.94%
14.12%

Color #90DBCE in popluar number systems.

HEX 90 DB CE
Decimal 144 219 206
Binary 10010000 11011011 11001110
Octal 220 333 316

Shades and tints

Shades of #90DBCE

#90DBCE
(144,219,206)
#83C8BC
(131,200,188)
#76B5AA
(118,181,170)
#69A298
(105,162,152)
#5C8F86
(92,143,134)
#4F7C74
(79,124,116)
#426962
(66,105,98)
#355650
(53,86,80)
#28433E
(40,67,62)
#1B302C
(27,48,44)
#0E1D1A
(14,29,26)
#000000
(0,0,0)

Tints of #90DBCE

#90DBCE
(144,219,206)
#9ADED2
(154,222,210)
#A4E1D6
(164,225,214)
#AEE4DA
(174,228,218)
#B8E7DE
(184,231,222)
#C2EAE2
(194,234,226)
#CCEDE6
(204,237,230)
#D6F0EA
(214,240,234)
#E0F3EE
(224,243,238)
#EAF6F2
(234,246,242)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90DBCE; }

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

This text font color is #90DBCE.

Background Color

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

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

This div background color is #90DBCE.

Border color

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

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

This div border color is #90DBCE.

Opacity

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

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

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

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

This text has shadow with #90DBCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90DBCE.

Preview

Color preview on black background

This text has color #90DBCE on black background.


Color preview on white background

This text has color #90DBCE on white background.


Black color preview on #90DBCE background

This text has black color on #90DBCE background.


White color preview on #90DBCE background

This text has white color on #90DBCE background.


Related colors

Complementary color

Complementary color for #hex is #6F2431.


I love getcolorcode.com

Triadic colors

1 #CE90DB and #DBCE90 with #90DBCE are triadic colors.

2 #CEDB90 and #DB90CE with #90DBCE are triadic colors.