COLOR #90BCC9

HEX: #90BCC9 RGB: (144,188,201)

Color info

#90BCC9 contains red, green and blue colors in about the same proportion. Web safe color of #90BCC9 is #99CCCC (or #9CC).

RGB color model

#90BCC9 color RGB value is (144,188,201).

RGB: (144,188,201) (56%, 74%, 79%)

RGB channels and saturation

R 144 of 255 = 56%
G 188 of 255 = 74%
B 201 of 255 = 79%

144
188
201

R + G + B ~ 70%. #90BCC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 188 + 201 = 533 (100%)
R 144 of 533 ~ 27.02%
G 188 of 533 ~ 35.27%
B 201 of 533 ~ 37.71'%

%27.02
%35.27
%37.71

CMYK color model

#90BCC9 color CMYK value is (28,6,0,21).

  • cyan value is 28.36%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (28,6,0,21)
C28M6Y0K21 (28%, 6%, 0%, 21%)
(0.28 / 0.06 / 0.00 / 0.21)

CMYK percentages

%28.36
%6.47
%0
%21.18

Codes

Color #90BCC9 in popluar color models

90 BC C9
RGB 144 188 201
HSL 194° 34.55% 67.65%
HSB/HSV 194° 28.36% 78.82%
CMYK 28.36% 6.47% 0.00%
21.18%

Color #90BCC9 in popluar number systems.

HEX 90 BC C9
Decimal 144 188 201
Binary 10010000 10111100 11001001
Octal 220 274 311

Shades and tints

Shades of #90BCC9

#90BCC9
(144,188,201)
#83ABB7
(131,171,183)
#769AA5
(118,154,165)
#698993
(105,137,147)
#5C7881
(92,120,129)
#4F676F
(79,103,111)
#42565D
(66,86,93)
#35454B
(53,69,75)
#283439
(40,52,57)
#1B2327
(27,35,39)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #90BCC9

#90BCC9
(144,188,201)
#9AC2CD
(154,194,205)
#A4C8D1
(164,200,209)
#AECED5
(174,206,213)
#B8D4D9
(184,212,217)
#C2DADD
(194,218,221)
#CCE0E1
(204,224,225)
#D6E6E5
(214,230,229)
#E0ECE9
(224,236,233)
#EAF2ED
(234,242,237)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BCC9 color. Also use rgb(144,188,201) instead hex code.

Text Font Color

.myTextColor { color: #90BCC9; }

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

This text font color is #90BCC9.

Background Color

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

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

This div background color is #90BCC9.

Border color

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

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

This div border color is #90BCC9.

Opacity

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

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

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

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

This text has shadow with #90BCC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90BCC9.

Preview

Color preview on black background

This text has color #90BCC9 on black background.


Color preview on white background

This text has color #90BCC9 on white background.


Black color preview on #90BCC9 background

This text has black color on #90BCC9 background.


White color preview on #90BCC9 background

This text has white color on #90BCC9 background.


Related colors

Complementary color

Complementary color for #hex is #6F4336.


I love getcolorcode.com

Triadic colors

1 #C990BC and #BCC990 with #90BCC9 are triadic colors.

2 #C9BC90 and #BC90C9 with #90BCC9 are triadic colors.