COLOR #90DDD5

HEX: #90DDD5 RGB: (144,221,213)

Color info

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

RGB color model

#90DDD5 color RGB value is (144,221,213).

RGB: (144,221,213) (56%, 87%, 84%)

RGB channels and saturation

R 144 of 255 = 56%
G 221 of 255 = 87%
B 213 of 255 = 84%

144
221
213

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

Portions of RGB colors in percentages

R + G + B = 144 + 221 + 213 = 578 (100%)
R 144 of 578 ~ 24.91%
G 221 of 578 ~ 38.24%
B 213 of 578 ~ 36.85'%

%24.91
%38.24
%36.85

CMYK color model

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

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

CMYK: (35,0,4,13)
C35M0Y4K13 (35%, 0%, 4%, 13%)
(0.35 / 0.00 / 0.04 / 0.13)

CMYK percentages

%34.84
%0
%3.62
%13.33

Codes

Color #90DDD5 in popluar color models

90 DD D5
RGB 144 221 213
HSL 174° 53.10% 71.57%
HSB/HSV 174° 34.84% 86.67%
CMYK 34.84% 0.00% 3.62%
13.33%

Color #90DDD5 in popluar number systems.

HEX 90 DD D5
Decimal 144 221 213
Binary 10010000 11011101 11010101
Octal 220 335 325

Shades and tints

Shades of #90DDD5

#90DDD5
(144,221,213)
#83C9C2
(131,201,194)
#76B5AF
(118,181,175)
#69A19C
(105,161,156)
#5C8D89
(92,141,137)
#4F7976
(79,121,118)
#426563
(66,101,99)
#355150
(53,81,80)
#283D3D
(40,61,61)
#1B292A
(27,41,42)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #90DDD5

#90DDD5
(144,221,213)
#9AE0D8
(154,224,216)
#A4E3DB
(164,227,219)
#AEE6DE
(174,230,222)
#B8E9E1
(184,233,225)
#C2ECE4
(194,236,228)
#CCEFE7
(204,239,231)
#D6F2EA
(214,242,234)
#E0F5ED
(224,245,237)
#EAF8F0
(234,248,240)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90DDD5; }

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

This text font color is #90DDD5.

Background Color

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

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

This div background color is #90DDD5.

Border color

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

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

This div border color is #90DDD5.

Opacity

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

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

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

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

This text has shadow with #90DDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90DDD5.

Preview

Color preview on black background

This text has color #90DDD5 on black background.


Color preview on white background

This text has color #90DDD5 on white background.


Black color preview on #90DDD5 background

This text has black color on #90DDD5 background.


White color preview on #90DDD5 background

This text has white color on #90DDD5 background.


Related colors

Complementary color

Complementary color for #hex is #6F222A.


I love getcolorcode.com

Triadic colors

1 #D590DD and #DDD590 with #90DDD5 are triadic colors.

2 #D5DD90 and #DD90D5 with #90DDD5 are triadic colors.