COLOR #90B6CC

HEX: #90B6CC
RGB: (144,182,204)

Color info

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

RGB color model

#90B6CC color RGB value is (144,182,204).

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

RGB channels and saturation

R 144 of 255 = 56%
G 182 of 255 = 71%
B 204 of 255 = 80%

144
182
204

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

Portions of RGB colors in percentages

R + G + B =
144 + 182 + 204 = 530 (100%)
R 144 of 530 ~ 27.17%
G 182 of 530 ~ 34.34%
B 204 of 530 ~ 38.49%

%27.17
%34.34
%38.49

CMYK color model

#90B6CC color CMYK value is (29,11,0,20).

  • cyan value is 29.41%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(29,11,0,20)
C29M11Y0K20 
(29%,11%,0%,20%)
(0.29/0.11/0.00/0.20)	

CMYK percentages

%29.41
%10.78
%0
%20

Codes

Color #90B6CC in popluar color models

90B6CC
RGB144182204
HSL202°37.04%68.24%
HSB/HSV202°29.41%80.00%
CMYK29.41%10.78%0.00%
20.00%

Color #90B6CC in popluar number systems.

HEX90B6CC
Decimal144182204
Binary100100001011011011001100
Octal220266314

Shades and tints

Shades of #90B6CC

#90B6CC
(144,182,204)
#83A6BA
(131,166,186)
#7696A8
(118,150,168)
#698696
(105,134,150)
#5C7684
(92,118,132)
#4F6672
(79,102,114)
#425660
(66,86,96)
#35464E
(53,70,78)
#28363C
(40,54,60)
#1B262A
(27,38,42)
#0E1618
(14,22,24)
#000000
(0,0,0)

Tints of #90B6CC

#90B6CC
(144,182,204)
#9ABCD0
(154,188,208)
#A4C2D4
(164,194,212)
#AEC8D8
(174,200,216)
#B8CEDC
(184,206,220)
#C2D4E0
(194,212,224)
#CCDAE4
(204,218,228)
#D6E0E8
(214,224,232)
#E0E6EC
(224,230,236)
#EAECF0
(234,236,240)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90B6CC; }

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

This text font color is #90B6CC.


Background Color

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

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

This div background color is #90B6CC.


Border color

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

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

This div border color is #90B6CC.


Opacity

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

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

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

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

This text has shadow with #90B6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B6CC on black background.


Color preview on white background

This text has color #90B6CC on white background.



Black color preview on #90B6CC background

This text has black color on #90B6CC background.


White color preview on #90B6CC background

This text has white color on #90B6CC background.