COLOR #90B6DD

HEX: #90B6DD
RGB: (144,182,221)

Color info

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

RGB color model

#90B6DD color RGB value is (144,182,221).

  • red value is 144;
  • green value is 182;
  • blue value is 221.
RGB:
(144,182,221)
(56%,71%,87%)

RGB channels and saturation

R 144 of 255 = 56%
G 182 of 255 = 71%
B 221 of 255 = 87%

144
182
221

R + G + B ~ 71%. #90B6DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 182 + 221 = 547 (100%)
R 144 of 547 ~ 26.33%
G 182 of 547 ~ 33.27%
B 221 of 547 ~ 40.4%

%26.33
%33.27
%40.4

CMYK color model

#90B6DD color CMYK value is (35,18,0,13).

  • cyan value is 34.84%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(35,18,0,13)
C35M18Y0K13 
(35%,18%,0%,13%)
(0.35/0.18/0.00/0.13)	

CMYK percentages

%34.84
%17.65
%0
%13.33

Codes

Color #90B6DD in popluar color models

90B6DD
RGB144182221
HSL210°53.10%71.57%
HSB/HSV210°34.84%86.67%
CMYK34.84%17.65%0.00%
13.33%

Color #90B6DD in popluar number systems.

HEX90B6DD
Decimal144182221
Binary100100001011011011011101
Octal220266335

Shades and tints

Shades of #90B6DD

#90B6DD
(144,182,221)
#83A6C9
(131,166,201)
#7696B5
(118,150,181)
#6986A1
(105,134,161)
#5C768D
(92,118,141)
#4F6679
(79,102,121)
#425665
(66,86,101)
#354651
(53,70,81)
#28363D
(40,54,61)
#1B2629
(27,38,41)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #90B6DD

#90B6DD
(144,182,221)
#9ABCE0
(154,188,224)
#A4C2E3
(164,194,227)
#AEC8E6
(174,200,230)
#B8CEE9
(184,206,233)
#C2D4EC
(194,212,236)
#CCDAEF
(204,218,239)
#D6E0F2
(214,224,242)
#E0E6F5
(224,230,245)
#EAECF8
(234,236,248)
#F4F2FB
(244,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B6DD color. Also use rgb(144,182,221) instead hex code.

Text Font Color

.myTextColor { color: #90B6DD; }

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

This text font color is #90B6DD.


Background Color

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

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

This div background color is #90B6DD.


Border color

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

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

This div border color is #90B6DD.


Opacity

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

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

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

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

This text has shadow with #90B6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B6DD on black background.


Color preview on white background

This text has color #90B6DD on white background.



Black color preview on #90B6DD background

This text has black color on #90B6DD background.


White color preview on #90B6DD background

This text has white color on #90B6DD background.