COLOR #90B1D3

HEX: #90B1D3
RGB: (144,177,211)

Color info

#90B1D3 contains mainly green and blue colors. Web safe color of #90B1D3 is #9999CC (or #99C).

RGB color model

#90B1D3 color RGB value is (144,177,211).

  • red value is 144;
  • green value is 177;
  • blue value is 211.
RGB: (144,177,211) (56%,69%,83%)

RGB channels and saturation

R 144 of 255 = 56%
G 177 of 255 = 69%
B 211 of 255 = 83%

144
177
211

R + G + B ~ 69%. #90B1D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 177 + 211 = 532 (100%)
R 144 of 532 ~ 27.07%
G 177 of 532 ~ 33.27%
B 211 of 532 ~ 39.66%

%27.07
%33.27
%39.66

CMYK color model

#90B1D3 color CMYK value is (32,16,0,17).

  • cyan value is 31.75%
  • magenta value is 16.11%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (32,16,0,17) C32M16Y0K17 (32%,16%,0%,17%) (0.32/0.16/0.00/0.17)

CMYK percentages

%31.75
%16.11
%0
%17.25

Codes

Color #90B1D3 in popluar color models

90B1D3
RGB144177211
HSL210°43.23%69.61%
HSB/HSV210°31.75%82.75%
CMYK31.75%16.11%0.00%
17.25%

Color #90B1D3 in popluar number systems.

HEX90B1D3
Decimal144177211
Binary100100001011000111010011
Octal220261323

Shades and tints

Shades of #90B1D3

#90B1D3
(144,177,211)
#83A1C0
(131,161,192)
#7691AD
(118,145,173)
#69819A
(105,129,154)
#5C7187
(92,113,135)
#4F6174
(79,97,116)
#425161
(66,81,97)
#35414E
(53,65,78)
#28313B
(40,49,59)
#1B2128
(27,33,40)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #90B1D3

#90B1D3
(144,177,211)
#9AB8D7
(154,184,215)
#A4BFDB
(164,191,219)
#AEC6DF
(174,198,223)
#B8CDE3
(184,205,227)
#C2D4E7
(194,212,231)
#CCDBEB
(204,219,235)
#D6E2EF
(214,226,239)
#E0E9F3
(224,233,243)
#EAF0F7
(234,240,247)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B1D3 color. Also use rgb(144,177,211) instead hex code.

Text Font Color

.myTextColor { color: #90B1D3; }

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

This text font color is #90B1D3.


Background Color

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

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

This div background color is #90B1D3.


Border color

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

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

This div border color is #90B1D3.


Opacity

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

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

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

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

This text has shadow with #90B1D3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #90B1D3 on black background.


Color preview on white background

This text has color #90B1D3 on white background.



Black color preview on #90B1D3 background

This text has black color on #90B1D3 background.


White color preview on #90B1D3 background

This text has white color on #90B1D3 background.