COLOR #90DEC1

HEX: #90DEC1
RGB: (144,222,193)

Color info

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

RGB color model

#90DEC1 color RGB value is (144,222,193).

  • red value is 144;
  • green value is 222;
  • blue value is 193.
RGB:
(144,222,193)
(56%,87%,76%)

RGB channels and saturation

R 144 of 255 = 56%
G 222 of 255 = 87%
B 193 of 255 = 76%

144
222
193

R + G + B ~ 73%. #90DEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 222 + 193 = 559 (100%)
R 144 of 559 ~ 25.76%
G 222 of 559 ~ 39.71%
B 193 of 559 ~ 34.53%

%25.76
%39.71
%34.53

CMYK color model

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

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 13.06%
  • key color value is 12.94%
CMYK:
(35,0,13,13)
C35M0Y13K13 
(35%,0%,13%,13%)
(0.35/0.00/0.13/0.13)	

CMYK percentages

%35.14
%0
%13.06
%12.94

Codes

Color #90DEC1 in popluar color models

90DEC1
RGB144222193
HSL158°54.17%71.76%
HSB/HSV158°35.14%87.06%
CMYK35.14%0.00%13.06%
12.94%

Color #90DEC1 in popluar number systems.

HEX90DEC1
Decimal144222193
Binary100100001101111011000001
Octal220336301

Shades and tints

Shades of #90DEC1

#90DEC1
(144,222,193)
#83CAB0
(131,202,176)
#76B69F
(118,182,159)
#69A28E
(105,162,142)
#5C8E7D
(92,142,125)
#4F7A6C
(79,122,108)
#42665B
(66,102,91)
#35524A
(53,82,74)
#283E39
(40,62,57)
#1B2A28
(27,42,40)
#0E1617
(14,22,23)
#000000
(0,0,0)

Tints of #90DEC1

#90DEC1
(144,222,193)
#9AE1C6
(154,225,198)
#A4E4CB
(164,228,203)
#AEE7D0
(174,231,208)
#B8EAD5
(184,234,213)
#C2EDDA
(194,237,218)
#CCF0DF
(204,240,223)
#D6F3E4
(214,243,228)
#E0F6E9
(224,246,233)
#EAF9EE
(234,249,238)
#F4FCF3
(244,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90DEC1; }

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

This text font color is #90DEC1.


Background Color

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

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

This div background color is #90DEC1.


Border color

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

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

This div border color is #90DEC1.


Opacity

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

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

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

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

This text has shadow with #90DEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90DEC1 on black background.


Color preview on white background

This text has color #90DEC1 on white background.



Black color preview on #90DEC1 background

This text has black color on #90DEC1 background.


White color preview on #90DEC1 background

This text has white color on #90DEC1 background.