COLOR #90DECA

HEX: #90DECA RGB: (144,222,202)

Color info

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

RGB color model

#90DECA color RGB value is (144,222,202).

RGB: (144,222,202) (56%, 87%, 79%)

RGB channels and saturation

R 144 of 255 = 56%
G 222 of 255 = 87%
B 202 of 255 = 79%

144
222
202

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

Portions of RGB colors in percentages

R + G + B = 144 + 222 + 202 = 568 (100%)
R 144 of 568 ~ 25.35%
G 222 of 568 ~ 39.08%
B 202 of 568 ~ 35.56'%

%25.35
%39.08
%35.56

CMYK color model

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

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 9.01%
  • key color value is 12.94%

CMYK: (35,0,9,13)
C35M0Y9K13 (35%, 0%, 9%, 13%)
(0.35 / 0.00 / 0.09 / 0.13)

CMYK percentages

%35.14
%0
%9.01
%12.94

Codes

Color #90DECA in popluar color models

90 DE CA
RGB 144 222 202
HSL 165° 54.17% 71.76%
HSB/HSV 165° 35.14% 87.06%
CMYK 35.14% 0.00% 9.01%
12.94%

Color #90DECA in popluar number systems.

HEX 90 DE CA
Decimal 144 222 202
Binary 10010000 11011110 11001010
Octal 220 336 312

Shades and tints

Shades of #90DECA

#90DECA
(144,222,202)
#83CAB8
(131,202,184)
#76B6A6
(118,182,166)
#69A294
(105,162,148)
#5C8E82
(92,142,130)
#4F7A70
(79,122,112)
#42665E
(66,102,94)
#35524C
(53,82,76)
#283E3A
(40,62,58)
#1B2A28
(27,42,40)
#0E1616
(14,22,22)
#000000
(0,0,0)

Tints of #90DECA

#90DECA
(144,222,202)
#9AE1CE
(154,225,206)
#A4E4D2
(164,228,210)
#AEE7D6
(174,231,214)
#B8EADA
(184,234,218)
#C2EDDE
(194,237,222)
#CCF0E2
(204,240,226)
#D6F3E6
(214,243,230)
#E0F6EA
(224,246,234)
#EAF9EE
(234,249,238)
#F4FCF2
(244,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90DECA color. Also use rgb(144,222,202) instead hex code.

Text Font Color

.myTextColor { color: #90DECA; }

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

This text font color is #90DECA.

Background Color

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

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

This div background color is #90DECA.

Border color

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

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

This div border color is #90DECA.

Opacity

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

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

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

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

This text has shadow with #90DECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90DECA.

Preview

Color preview on black background

This text has color #90DECA on black background.


Color preview on white background

This text has color #90DECA on white background.


Black color preview on #90DECA background

This text has black color on #90DECA background.


White color preview on #90DECA background

This text has white color on #90DECA background.


Related colors

Complementary color

Complementary color for #hex is #6F2135.


I love getcolorcode.com

Triadic colors

1 #CA90DE and #DECA90 with #90DECA are triadic colors.

2 #CADE90 and #DE90CA with #90DECA are triadic colors.