COLOR #90BCBF

HEX: #90BCBF
RGB: (144,188,191)

Color info

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

RGB color model

#90BCBF color RGB value is (144,188,191).

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

RGB channels and saturation

R 144 of 255 = 56%
G 188 of 255 = 74%
B 191 of 255 = 75%

144
188
191

R + G + B ~ 68%. #90BCBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 188 + 191 = 523 (100%)
R 144 of 523 ~ 27.53%
G 188 of 523 ~ 35.95%
B 191 of 523 ~ 36.52%

%27.53
%35.95
%36.52

CMYK color model

#90BCBF color CMYK value is (25,2,0,25).

  • cyan value is 24.61%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(25,2,0,25)
C25M2Y0K25 
(25%,2%,0%,25%)
(0.25/0.02/0.00/0.25)	

CMYK percentages

%24.61
%1.57
%0
%25.1

Codes

Color #90BCBF in popluar color models

90BCBF
RGB144188191
HSL184°26.86%65.69%
HSB/HSV184°24.61%74.90%
CMYK24.61%1.57%0.00%
25.10%

Color #90BCBF in popluar number systems.

HEX90BCBF
Decimal144188191
Binary100100001011110010111111
Octal220274277

Shades and tints

Shades of #90BCBF

#90BCBF
(144,188,191)
#83ABAE
(131,171,174)
#769A9D
(118,154,157)
#69898C
(105,137,140)
#5C787B
(92,120,123)
#4F676A
(79,103,106)
#425659
(66,86,89)
#354548
(53,69,72)
#283437
(40,52,55)
#1B2326
(27,35,38)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #90BCBF

#90BCBF
(144,188,191)
#9AC2C4
(154,194,196)
#A4C8C9
(164,200,201)
#AECECE
(174,206,206)
#B8D4D3
(184,212,211)
#C2DAD8
(194,218,216)
#CCE0DD
(204,224,221)
#D6E6E2
(214,230,226)
#E0ECE7
(224,236,231)
#EAF2EC
(234,242,236)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BCBF; }

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

This text font color is #90BCBF.


Background Color

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

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

This div background color is #90BCBF.


Border color

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

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

This div border color is #90BCBF.


Opacity

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

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

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

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

This text has shadow with #90BCBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BCBF on black background.


Color preview on white background

This text has color #90BCBF on white background.



Black color preview on #90BCBF background

This text has black color on #90BCBF background.


White color preview on #90BCBF background

This text has white color on #90BCBF background.