COLOR #90DCDB

HEX: #90DCDB RGB: (144,220,219)

Color info

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

RGB color model

#90DCDB color RGB value is (144,220,219).

RGB: (144,220,219) (56%, 86%, 86%)

RGB channels and saturation

R 144 of 255 = 56%
G 220 of 255 = 86%
B 219 of 255 = 86%

144
220
219

R + G + B ~ 76%. #90DCDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 220 + 219 = 583 (100%)
R 144 of 583 ~ 24.7%
G 220 of 583 ~ 37.74%
B 219 of 583 ~ 37.56'%

%24.7
%37.74
%37.56

CMYK color model

#90DCDB color CMYK value is (35,0,0,14).

  • cyan value is 34.55%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.73%

CMYK: (35,0,0,14)
C35M0Y0K14 (35%, 0%, 0%, 14%)
(0.35 / 0.00 / 0.00 / 0.14)

CMYK percentages

%34.55
%0
%0.45
%13.73

Codes

Color #90DCDB in popluar color models

90 DC DB
RGB 144 220 219
HSL 179° 52.05% 71.37%
HSB/HSV 179° 34.55% 86.27%
CMYK 34.55% 0.00% 0.45%
13.73%

Color #90DCDB in popluar number systems.

HEX 90 DC DB
Decimal 144 220 219
Binary 10010000 11011100 11011011
Octal 220 334 333

Shades and tints

Shades of #90DCDB

#90DCDB
(144,220,219)
#83C8C8
(131,200,200)
#76B4B5
(118,180,181)
#69A0A2
(105,160,162)
#5C8C8F
(92,140,143)
#4F787C
(79,120,124)
#426469
(66,100,105)
#355056
(53,80,86)
#283C43
(40,60,67)
#1B2830
(27,40,48)
#0E141D
(14,20,29)
#000000
(0,0,0)

Tints of #90DCDB

#90DCDB
(144,220,219)
#9ADFDE
(154,223,222)
#A4E2E1
(164,226,225)
#AEE5E4
(174,229,228)
#B8E8E7
(184,232,231)
#C2EBEA
(194,235,234)
#CCEEED
(204,238,237)
#D6F1F0
(214,241,240)
#E0F4F3
(224,244,243)
#EAF7F6
(234,247,246)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90DCDB; }

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

This text font color is #90DCDB.

Background Color

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

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

This div background color is #90DCDB.

Border color

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

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

This div border color is #90DCDB.

Opacity

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

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

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

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

This text has shadow with #90DCDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90DCDB.

Preview

Color preview on black background

This text has color #90DCDB on black background.


Color preview on white background

This text has color #90DCDB on white background.


Black color preview on #90DCDB background

This text has black color on #90DCDB background.


White color preview on #90DCDB background

This text has white color on #90DCDB background.


Related colors

Complementary color

Complementary color for #hex is #6F2324.


I love getcolorcode.com

Triadic colors

1 #DB90DC and #DCDB90 with #90DCDB are triadic colors.

2 #DBDC90 and #DC90DB with #90DCDB are triadic colors.