COLOR #90CDBB

HEX: #90CDBB
RGB: (144,205,187)

Color info

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

RGB color model

#90CDBB color RGB value is (144,205,187).

  • red value is 144;
  • green value is 205;
  • blue value is 187.
RGB:
(144,205,187)
(56%,80%,73%)

RGB channels and saturation

R 144 of 255 = 56%
G 205 of 255 = 80%
B 187 of 255 = 73%

144
205
187

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

Portions of RGB colors in percentages

R + G + B =
144 + 205 + 187 = 536 (100%)
R 144 of 536 ~ 26.87%
G 205 of 536 ~ 38.25%
B 187 of 536 ~ 34.89%

%26.87
%38.25
%34.89

CMYK color model

#90CDBB color CMYK value is (30,0,9,20).

  • cyan value is 29.76%
  • magenta value is 0.00%
  • yellow value is 8.78%
  • key color value is 19.61%
CMYK:
(30,0,9,20)
C30M0Y9K20 
(30%,0%,9%,20%)
(0.30/0.00/0.09/0.20)	

CMYK percentages

%29.76
%0
%8.78
%19.61

Codes

Color #90CDBB in popluar color models

90CDBB
RGB144205187
HSL162°37.89%68.43%
HSB/HSV162°29.76%80.39%
CMYK29.76%0.00%8.78%
19.61%

Color #90CDBB in popluar number systems.

HEX90CDBB
Decimal144205187
Binary100100001100110110111011
Octal220315273

Shades and tints

Shades of #90CDBB

#90CDBB
(144,205,187)
#83BBAA
(131,187,170)
#76A999
(118,169,153)
#699788
(105,151,136)
#5C8577
(92,133,119)
#4F7366
(79,115,102)
#426155
(66,97,85)
#354F44
(53,79,68)
#283D33
(40,61,51)
#1B2B22
(27,43,34)
#0E1911
(14,25,17)
#000000
(0,0,0)

Tints of #90CDBB

#90CDBB
(144,205,187)
#9AD1C1
(154,209,193)
#A4D5C7
(164,213,199)
#AED9CD
(174,217,205)
#B8DDD3
(184,221,211)
#C2E1D9
(194,225,217)
#CCE5DF
(204,229,223)
#D6E9E5
(214,233,229)
#E0EDEB
(224,237,235)
#EAF1F1
(234,241,241)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CDBB color. Also use rgb(144,205,187) instead hex code.

Text Font Color

.myTextColor { color: #90CDBB; }

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

This text font color is #90CDBB.


Background Color

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

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

This div background color is #90CDBB.


Border color

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

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

This div border color is #90CDBB.


Opacity

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

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

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

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

This text has shadow with #90CDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CDBB on black background.


Color preview on white background

This text has color #90CDBB on white background.



Black color preview on #90CDBB background

This text has black color on #90CDBB background.


White color preview on #90CDBB background

This text has white color on #90CDBB background.