COLOR #90B8E9

HEX: #90B8E9
RGB: (144,184,233)

Color info

#90B8E9 contains mainly green and blue colors. Web safe color of #90B8E9 is #99CCFF (or #9CF).

RGB color model

#90B8E9 color RGB value is (144,184,233).

  • red value is 144;
  • green value is 184;
  • blue value is 233.
RGB:
(144,184,233)
(56%,72%,91%)

RGB channels and saturation

R 144 of 255 = 56%
G 184 of 255 = 72%
B 233 of 255 = 91%

144
184
233

R + G + B ~ 73%. #90B8E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 184 + 233 = 561 (100%)
R 144 of 561 ~ 25.67%
G 184 of 561 ~ 32.8%
B 233 of 561 ~ 41.53%

%25.67
%32.8
%41.53

CMYK color model

#90B8E9 color CMYK value is (38,21,0,9).

  • cyan value is 38.20%
  • magenta value is 21.03%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(38,21,0,9)
C38M21Y0K9 
(38%,21%,0%,9%)
(0.38/0.21/0.00/0.09)	

CMYK percentages

%38.2
%21.03
%0
%8.63

Codes

Color #90B8E9 in popluar color models

90B8E9
RGB144184233
HSL213°66.92%73.92%
HSB/HSV213°38.20%91.37%
CMYK38.20%21.03%0.00%
8.63%

Color #90B8E9 in popluar number systems.

HEX90B8E9
Decimal144184233
Binary100100001011100011101001
Octal220270351

Shades and tints

Shades of #90B8E9

#90B8E9
(144,184,233)
#83A8D4
(131,168,212)
#7698BF
(118,152,191)
#6988AA
(105,136,170)
#5C7895
(92,120,149)
#4F6880
(79,104,128)
#42586B
(66,88,107)
#354856
(53,72,86)
#283841
(40,56,65)
#1B282C
(27,40,44)
#0E1817
(14,24,23)
#000000
(0,0,0)

Tints of #90B8E9

#90B8E9
(144,184,233)
#9ABEEB
(154,190,235)
#A4C4ED
(164,196,237)
#AECAEF
(174,202,239)
#B8D0F1
(184,208,241)
#C2D6F3
(194,214,243)
#CCDCF5
(204,220,245)
#D6E2F7
(214,226,247)
#E0E8F9
(224,232,249)
#EAEEFB
(234,238,251)
#F4F4FD
(244,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B8E9 color. Also use rgb(144,184,233) instead hex code.

Text Font Color

.myTextColor { color: #90B8E9; }

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

This text font color is #90B8E9.


Background Color

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

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

This div background color is #90B8E9.


Border color

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

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

This div border color is #90B8E9.


Opacity

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

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

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

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

This text has shadow with #90B8E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B8E9 on black background.


Color preview on white background

This text has color #90B8E9 on white background.



Black color preview on #90B8E9 background

This text has black color on #90B8E9 background.


White color preview on #90B8E9 background

This text has white color on #90B8E9 background.