COLOR #90D4CB

HEX: #90D4CB
RGB: (144,212,203)

Color info

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

RGB color model

#90D4CB color RGB value is (144,212,203).

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

RGB channels and saturation

R 144 of 255 = 56%
G 212 of 255 = 83%
B 203 of 255 = 80%

144
212
203

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

Portions of RGB colors in percentages

R + G + B =
144 + 212 + 203 = 559 (100%)
R 144 of 559 ~ 25.76%
G 212 of 559 ~ 37.92%
B 203 of 559 ~ 36.31%

%25.76
%37.92
%36.31

CMYK color model

#90D4CB color CMYK value is (32,0,4,17).

  • cyan value is 32.08%
  • magenta value is 0.00%
  • yellow value is 4.25%
  • key color value is 16.86%
CMYK:
(32,0,4,17)
C32M0Y4K17 
(32%,0%,4%,17%)
(0.32/0.00/0.04/0.17)	

CMYK percentages

%32.08
%0
%4.25
%16.86

Codes

Color #90D4CB in popluar color models

90D4CB
RGB144212203
HSL172°44.16%69.80%
HSB/HSV172°32.08%83.14%
CMYK32.08%0.00%4.25%
16.86%

Color #90D4CB in popluar number systems.

HEX90D4CB
Decimal144212203
Binary100100001101010011001011
Octal220324313

Shades and tints

Shades of #90D4CB

#90D4CB
(144,212,203)
#83C1B9
(131,193,185)
#76AEA7
(118,174,167)
#699B95
(105,155,149)
#5C8883
(92,136,131)
#4F7571
(79,117,113)
#42625F
(66,98,95)
#354F4D
(53,79,77)
#283C3B
(40,60,59)
#1B2929
(27,41,41)
#0E1617
(14,22,23)
#000000
(0,0,0)

Tints of #90D4CB

#90D4CB
(144,212,203)
#9AD7CF
(154,215,207)
#A4DAD3
(164,218,211)
#AEDDD7
(174,221,215)
#B8E0DB
(184,224,219)
#C2E3DF
(194,227,223)
#CCE6E3
(204,230,227)
#D6E9E7
(214,233,231)
#E0ECEB
(224,236,235)
#EAEFEF
(234,239,239)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90D4CB; }

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

This text font color is #90D4CB.


Background Color

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

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

This div background color is #90D4CB.


Border color

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

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

This div border color is #90D4CB.


Opacity

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

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

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

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

This text has shadow with #90D4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D4CB on black background.


Color preview on white background

This text has color #90D4CB on white background.



Black color preview on #90D4CB background

This text has black color on #90D4CB background.


White color preview on #90D4CB background

This text has white color on #90D4CB background.