COLOR #90BDCE

HEX: #90BDCE
RGB: (144,189,206)

Color info

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

RGB color model

#90BDCE color RGB value is (144,189,206).

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

RGB channels and saturation

R 144 of 255 = 56%
G 189 of 255 = 74%
B 206 of 255 = 81%

144
189
206

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

Portions of RGB colors in percentages

R + G + B =
144 + 189 + 206 = 539 (100%)
R 144 of 539 ~ 26.72%
G 189 of 539 ~ 35.06%
B 206 of 539 ~ 38.22%

%26.72
%35.06
%38.22

CMYK color model

#90BDCE color CMYK value is (30,8,0,19).

  • cyan value is 30.10%
  • magenta value is 8.25%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(30,8,0,19)
C30M8Y0K19 
(30%,8%,0%,19%)
(0.30/0.08/0.00/0.19)	

CMYK percentages

%30.1
%8.25
%0
%19.22

Codes

Color #90BDCE in popluar color models

90BDCE
RGB144189206
HSL196°38.75%68.63%
HSB/HSV196°30.10%80.78%
CMYK30.10%8.25%0.00%
19.22%

Color #90BDCE in popluar number systems.

HEX90BDCE
Decimal144189206
Binary100100001011110111001110
Octal220275316

Shades and tints

Shades of #90BDCE

#90BDCE
(144,189,206)
#83ACBC
(131,172,188)
#769BAA
(118,155,170)
#698A98
(105,138,152)
#5C7986
(92,121,134)
#4F6874
(79,104,116)
#425762
(66,87,98)
#354650
(53,70,80)
#28353E
(40,53,62)
#1B242C
(27,36,44)
#0E131A
(14,19,26)
#000000
(0,0,0)

Tints of #90BDCE

#90BDCE
(144,189,206)
#9AC3D2
(154,195,210)
#A4C9D6
(164,201,214)
#AECFDA
(174,207,218)
#B8D5DE
(184,213,222)
#C2DBE2
(194,219,226)
#CCE1E6
(204,225,230)
#D6E7EA
(214,231,234)
#E0EDEE
(224,237,238)
#EAF3F2
(234,243,242)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BDCE color. Also use rgb(144,189,206) instead hex code.

Text Font Color

.myTextColor { color: #90BDCE; }

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

This text font color is #90BDCE.


Background Color

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

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

This div background color is #90BDCE.


Border color

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

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

This div border color is #90BDCE.


Opacity

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

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

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

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

This text has shadow with #90BDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BDCE on black background.


Color preview on white background

This text has color #90BDCE on white background.



Black color preview on #90BDCE background

This text has black color on #90BDCE background.


White color preview on #90BDCE background

This text has white color on #90BDCE background.