COLOR #90BCCF

HEX: #90BCCF
RGB: (144,188,207)

Color info

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

RGB color model

#90BCCF color RGB value is (144,188,207).

  • red value is 144;
  • green value is 188;
  • blue value is 207.
RGB:
(144,188,207)
(56%,74%,81%)

RGB channels and saturation

R 144 of 255 = 56%
G 188 of 255 = 74%
B 207 of 255 = 81%

144
188
207

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

Portions of RGB colors in percentages

R + G + B =
144 + 188 + 207 = 539 (100%)
R 144 of 539 ~ 26.72%
G 188 of 539 ~ 34.88%
B 207 of 539 ~ 38.4%

%26.72
%34.88
%38.4

CMYK color model

#90BCCF color CMYK value is (30,9,0,19).

  • cyan value is 30.43%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(30,9,0,19)
C30M9Y0K19 
(30%,9%,0%,19%)
(0.30/0.09/0.00/0.19)	

CMYK percentages

%30.43
%9.18
%0
%18.82

Codes

Color #90BCCF in popluar color models

90BCCF
RGB144188207
HSL198°39.62%68.82%
HSB/HSV198°30.43%81.18%
CMYK30.43%9.18%0.00%
18.82%

Color #90BCCF in popluar number systems.

HEX90BCCF
Decimal144188207
Binary100100001011110011001111
Octal220274317

Shades and tints

Shades of #90BCCF

#90BCCF
(144,188,207)
#83ABBD
(131,171,189)
#769AAB
(118,154,171)
#698999
(105,137,153)
#5C7887
(92,120,135)
#4F6775
(79,103,117)
#425663
(66,86,99)
#354551
(53,69,81)
#28343F
(40,52,63)
#1B232D
(27,35,45)
#0E121B
(14,18,27)
#000000
(0,0,0)

Tints of #90BCCF

#90BCCF
(144,188,207)
#9AC2D3
(154,194,211)
#A4C8D7
(164,200,215)
#AECEDB
(174,206,219)
#B8D4DF
(184,212,223)
#C2DAE3
(194,218,227)
#CCE0E7
(204,224,231)
#D6E6EB
(214,230,235)
#E0ECEF
(224,236,239)
#EAF2F3
(234,242,243)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BCCF; }

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

This text font color is #90BCCF.


Background Color

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

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

This div background color is #90BCCF.


Border color

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

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

This div border color is #90BCCF.


Opacity

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

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

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

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

This text has shadow with #90BCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BCCF on black background.


Color preview on white background

This text has color #90BCCF on white background.



Black color preview on #90BCCF background

This text has black color on #90BCCF background.


White color preview on #90BCCF background

This text has white color on #90BCCF background.