COLOR #90BCB0

HEX: #90BCB0
RGB: (144,188,176)

Color info

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

RGB color model

#90BCB0 color RGB value is (144,188,176).

  • red value is 144;
  • green value is 188;
  • blue value is 176.
RGB:
(144,188,176)
(56%,74%,69%)

RGB channels and saturation

R 144 of 255 = 56%
G 188 of 255 = 74%
B 176 of 255 = 69%

144
188
176

R + G + B ~ 66%. #90BCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 188 + 176 = 508 (100%)
R 144 of 508 ~ 28.35%
G 188 of 508 ~ 37.01%
B 176 of 508 ~ 34.65%

%28.35
%37.01
%34.65

CMYK color model

#90BCB0 color CMYK value is (23,0,6,26).

  • cyan value is 23.40%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK:
(23,0,6,26)
C23M0Y6K26 
(23%,0%,6%,26%)
(0.23/0.00/0.06/0.26)	

CMYK percentages

%23.4
%0
%6.38
%26.27

Codes

Color #90BCB0 in popluar color models

90BCB0
RGB144188176
HSL164°24.72%65.10%
HSB/HSV164°23.40%73.73%
CMYK23.40%0.00%6.38%
26.27%

Color #90BCB0 in popluar number systems.

HEX90BCB0
Decimal144188176
Binary100100001011110010110000
Octal220274260

Shades and tints

Shades of #90BCB0

#90BCB0
(144,188,176)
#83ABA0
(131,171,160)
#769A90
(118,154,144)
#698980
(105,137,128)
#5C7870
(92,120,112)
#4F6760
(79,103,96)
#425650
(66,86,80)
#354540
(53,69,64)
#283430
(40,52,48)
#1B2320
(27,35,32)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #90BCB0

#90BCB0
(144,188,176)
#9AC2B7
(154,194,183)
#A4C8BE
(164,200,190)
#AECEC5
(174,206,197)
#B8D4CC
(184,212,204)
#C2DAD3
(194,218,211)
#CCE0DA
(204,224,218)
#D6E6E1
(214,230,225)
#E0ECE8
(224,236,232)
#EAF2EF
(234,242,239)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BCB0 color. Also use rgb(144,188,176) instead hex code.

Text Font Color

.myTextColor { color: #90BCB0; }

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

This text font color is #90BCB0.


Background Color

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

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

This div background color is #90BCB0.


Border color

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

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

This div border color is #90BCB0.


Opacity

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

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

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

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

This text has shadow with #90BCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BCB0 on black background.


Color preview on white background

This text has color #90BCB0 on white background.



Black color preview on #90BCB0 background

This text has black color on #90BCB0 background.


White color preview on #90BCB0 background

This text has white color on #90BCB0 background.