COLOR #90BCB5

HEX: #90BCB5
RGB: (144,188,181)

Color info

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

RGB color model

#90BCB5 color RGB value is (144,188,181).

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

RGB channels and saturation

R 144 of 255 = 56%
G 188 of 255 = 74%
B 181 of 255 = 71%

144
188
181

R + G + B ~ 67%. #90BCB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 188 + 181 = 513 (100%)
R 144 of 513 ~ 28.07%
G 188 of 513 ~ 36.65%
B 181 of 513 ~ 35.28%

%28.07
%36.65
%35.28

CMYK color model

#90BCB5 color CMYK value is (23,0,4,26).

  • cyan value is 23.40%
  • magenta value is 0.00%
  • yellow value is 3.72%
  • key color value is 26.27%
CMYK:
(23,0,4,26)
C23M0Y4K26 
(23%,0%,4%,26%)
(0.23/0.00/0.04/0.26)	

CMYK percentages

%23.4
%0
%3.72
%26.27

Codes

Color #90BCB5 in popluar color models

90BCB5
RGB144188181
HSL170°24.72%65.10%
HSB/HSV170°23.40%73.73%
CMYK23.40%0.00%3.72%
26.27%

Color #90BCB5 in popluar number systems.

HEX90BCB5
Decimal144188181
Binary100100001011110010110101
Octal220274265

Shades and tints

Shades of #90BCB5

#90BCB5
(144,188,181)
#83ABA5
(131,171,165)
#769A95
(118,154,149)
#698985
(105,137,133)
#5C7875
(92,120,117)
#4F6765
(79,103,101)
#425655
(66,86,85)
#354545
(53,69,69)
#283435
(40,52,53)
#1B2325
(27,35,37)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #90BCB5

#90BCB5
(144,188,181)
#9AC2BB
(154,194,187)
#A4C8C1
(164,200,193)
#AECEC7
(174,206,199)
#B8D4CD
(184,212,205)
#C2DAD3
(194,218,211)
#CCE0D9
(204,224,217)
#D6E6DF
(214,230,223)
#E0ECE5
(224,236,229)
#EAF2EB
(234,242,235)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BCB5; }

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

This text font color is #90BCB5.


Background Color

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

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

This div background color is #90BCB5.


Border color

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

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

This div border color is #90BCB5.


Opacity

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

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

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

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

This text has shadow with #90BCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BCB5 on black background.


Color preview on white background

This text has color #90BCB5 on white background.



Black color preview on #90BCB5 background

This text has black color on #90BCB5 background.


White color preview on #90BCB5 background

This text has white color on #90BCB5 background.