COLOR #90BBDF

HEX: #90BBDF
RGB: (144,187,223)

Color info

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

RGB color model

#90BBDF color RGB value is (144,187,223).

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

RGB channels and saturation

R 144 of 255 = 56%
G 187 of 255 = 73%
B 223 of 255 = 87%

144
187
223

R + G + B ~ 72%. #90BBDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 187 + 223 = 554 (100%)
R 144 of 554 ~ 25.99%
G 187 of 554 ~ 33.75%
B 223 of 554 ~ 40.25%

%25.99
%33.75
%40.25

CMYK color model

#90BBDF color CMYK value is (35,16,0,13).

  • cyan value is 35.43%
  • magenta value is 16.14%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(35,16,0,13)
C35M16Y0K13 
(35%,16%,0%,13%)
(0.35/0.16/0.00/0.13)	

CMYK percentages

%35.43
%16.14
%0
%12.55

Codes

Color #90BBDF in popluar color models

90BBDF
RGB144187223
HSL207°55.24%71.96%
HSB/HSV207°35.43%87.45%
CMYK35.43%16.14%0.00%
12.55%

Color #90BBDF in popluar number systems.

HEX90BBDF
Decimal144187223
Binary100100001011101111011111
Octal220273337

Shades and tints

Shades of #90BBDF

#90BBDF
(144,187,223)
#83AACB
(131,170,203)
#7699B7
(118,153,183)
#6988A3
(105,136,163)
#5C778F
(92,119,143)
#4F667B
(79,102,123)
#425567
(66,85,103)
#354453
(53,68,83)
#28333F
(40,51,63)
#1B222B
(27,34,43)
#0E1117
(14,17,23)
#000000
(0,0,0)

Tints of #90BBDF

#90BBDF
(144,187,223)
#9AC1E1
(154,193,225)
#A4C7E3
(164,199,227)
#AECDE5
(174,205,229)
#B8D3E7
(184,211,231)
#C2D9E9
(194,217,233)
#CCDFEB
(204,223,235)
#D6E5ED
(214,229,237)
#E0EBEF
(224,235,239)
#EAF1F1
(234,241,241)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BBDF; }

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

This text font color is #90BBDF.


Background Color

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

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

This div background color is #90BBDF.


Border color

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

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

This div border color is #90BBDF.


Opacity

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

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

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

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

This text has shadow with #90BBDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BBDF on black background.


Color preview on white background

This text has color #90BBDF on white background.



Black color preview on #90BBDF background

This text has black color on #90BBDF background.


White color preview on #90BBDF background

This text has white color on #90BBDF background.