COLOR #90DBCB

HEX: #90DBCB
RGB: (144,219,203)

Color info

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

RGB color model

#90DBCB color RGB value is (144,219,203).

  • red value is 144;
  • green value is 219;
  • blue value is 203.
RGB:
(144,219,203)
(56%,86%,80%)

RGB channels and saturation

R 144 of 255 = 56%
G 219 of 255 = 86%
B 203 of 255 = 80%

144
219
203

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

Portions of RGB colors in percentages

R + G + B =
144 + 219 + 203 = 566 (100%)
R 144 of 566 ~ 25.44%
G 219 of 566 ~ 38.69%
B 203 of 566 ~ 35.87%

%25.44
%38.69
%35.87

CMYK color model

#90DBCB color CMYK value is (34,0,7,14).

  • cyan value is 34.25%
  • magenta value is 0.00%
  • yellow value is 7.31%
  • key color value is 14.12%
CMYK:
(34,0,7,14)
C34M0Y7K14 
(34%,0%,7%,14%)
(0.34/0.00/0.07/0.14)	

CMYK percentages

%34.25
%0
%7.31
%14.12

Codes

Color #90DBCB in popluar color models

90DBCB
RGB144219203
HSL167°51.02%71.18%
HSB/HSV167°34.25%85.88%
CMYK34.25%0.00%7.31%
14.12%

Color #90DBCB in popluar number systems.

HEX90DBCB
Decimal144219203
Binary100100001101101111001011
Octal220333313

Shades and tints

Shades of #90DBCB

#90DBCB
(144,219,203)
#83C8B9
(131,200,185)
#76B5A7
(118,181,167)
#69A295
(105,162,149)
#5C8F83
(92,143,131)
#4F7C71
(79,124,113)
#42695F
(66,105,95)
#35564D
(53,86,77)
#28433B
(40,67,59)
#1B3029
(27,48,41)
#0E1D17
(14,29,23)
#000000
(0,0,0)

Tints of #90DBCB

#90DBCB
(144,219,203)
#9ADECF
(154,222,207)
#A4E1D3
(164,225,211)
#AEE4D7
(174,228,215)
#B8E7DB
(184,231,219)
#C2EADF
(194,234,223)
#CCEDE3
(204,237,227)
#D6F0E7
(214,240,231)
#E0F3EB
(224,243,235)
#EAF6EF
(234,246,239)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90DBCB; }

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

This text font color is #90DBCB.


Background Color

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

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

This div background color is #90DBCB.


Border color

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

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

This div border color is #90DBCB.


Opacity

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

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

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

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

This text has shadow with #90DBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90DBCB on black background.


Color preview on white background

This text has color #90DBCB on white background.



Black color preview on #90DBCB background

This text has black color on #90DBCB background.


White color preview on #90DBCB background

This text has white color on #90DBCB background.