COLOR #90CBBD

HEX: #90CBBD
RGB: (144,203,189)

Color info

#90CBBD contains red, green and blue colors in about the same proportion. Web safe color of #90CBBD is #99CCCC (or #9CC).

RGB color model

#90CBBD color RGB value is (144,203,189).

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

RGB channels and saturation

R 144 of 255 = 56%
G 203 of 255 = 80%
B 189 of 255 = 74%

144
203
189

R + G + B ~ 70%. #90CBBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 203 + 189 = 536 (100%)
R 144 of 536 ~ 26.87%
G 203 of 536 ~ 37.87%
B 189 of 536 ~ 35.26%

%26.87
%37.87
%35.26

CMYK color model

#90CBBD color CMYK value is (29,0,7,20).

  • cyan value is 29.06%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 20.39%
CMYK:
(29,0,7,20)
C29M0Y7K20 
(29%,0%,7%,20%)
(0.29/0.00/0.07/0.20)	

CMYK percentages

%29.06
%0
%6.9
%20.39

Codes

Color #90CBBD in popluar color models

90CBBD
RGB144203189
HSL166°36.20%68.04%
HSB/HSV166°29.06%79.61%
CMYK29.06%0.00%6.90%
20.39%

Color #90CBBD in popluar number systems.

HEX90CBBD
Decimal144203189
Binary100100001100101110111101
Octal220313275

Shades and tints

Shades of #90CBBD

#90CBBD
(144,203,189)
#83B9AC
(131,185,172)
#76A79B
(118,167,155)
#69958A
(105,149,138)
#5C8379
(92,131,121)
#4F7168
(79,113,104)
#425F57
(66,95,87)
#354D46
(53,77,70)
#283B35
(40,59,53)
#1B2924
(27,41,36)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #90CBBD

#90CBBD
(144,203,189)
#9ACFC3
(154,207,195)
#A4D3C9
(164,211,201)
#AED7CF
(174,215,207)
#B8DBD5
(184,219,213)
#C2DFDB
(194,223,219)
#CCE3E1
(204,227,225)
#D6E7E7
(214,231,231)
#E0EBED
(224,235,237)
#EAEFF3
(234,239,243)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90CBBD; }

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

This text font color is #90CBBD.


Background Color

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

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

This div background color is #90CBBD.


Border color

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

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

This div border color is #90CBBD.


Opacity

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

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

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

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

This text has shadow with #90CBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CBBD on black background.


Color preview on white background

This text has color #90CBBD on white background.



Black color preview on #90CBBD background

This text has black color on #90CBBD background.


White color preview on #90CBBD background

This text has white color on #90CBBD background.