COLOR #90C9D5

HEX: #90C9D5
RGB: (144,201,213)

Color info

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

RGB color model

#90C9D5 color RGB value is (144,201,213).

  • red value is 144;
  • green value is 201;
  • blue value is 213.
RGB:
(144,201,213)
(56%,79%,84%)

RGB channels and saturation

R 144 of 255 = 56%
G 201 of 255 = 79%
B 213 of 255 = 84%

144
201
213

R + G + B ~ 73%. #90C9D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 201 + 213 = 558 (100%)
R 144 of 558 ~ 25.81%
G 201 of 558 ~ 36.02%
B 213 of 558 ~ 38.17%

%25.81
%36.02
%38.17

CMYK color model

#90C9D5 color CMYK value is (32,6,0,16).

  • cyan value is 32.39%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(32,6,0,16)
C32M6Y0K16 
(32%,6%,0%,16%)
(0.32/0.06/0.00/0.16)	

CMYK percentages

%32.39
%5.63
%0
%16.47

Codes

Color #90C9D5 in popluar color models

90C9D5
RGB144201213
HSL190°45.10%70.00%
HSB/HSV190°32.39%83.53%
CMYK32.39%5.63%0.00%
16.47%

Color #90C9D5 in popluar number systems.

HEX90C9D5
Decimal144201213
Binary100100001100100111010101
Octal220311325

Shades and tints

Shades of #90C9D5

#90C9D5
(144,201,213)
#83B7C2
(131,183,194)
#76A5AF
(118,165,175)
#69939C
(105,147,156)
#5C8189
(92,129,137)
#4F6F76
(79,111,118)
#425D63
(66,93,99)
#354B50
(53,75,80)
#28393D
(40,57,61)
#1B272A
(27,39,42)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #90C9D5

#90C9D5
(144,201,213)
#9ACDD8
(154,205,216)
#A4D1DB
(164,209,219)
#AED5DE
(174,213,222)
#B8D9E1
(184,217,225)
#C2DDE4
(194,221,228)
#CCE1E7
(204,225,231)
#D6E5EA
(214,229,234)
#E0E9ED
(224,233,237)
#EAEDF0
(234,237,240)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C9D5; }

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

This text font color is #90C9D5.


Background Color

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

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

This div background color is #90C9D5.


Border color

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

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

This div border color is #90C9D5.


Opacity

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

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

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

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

This text has shadow with #90C9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C9D5 on black background.


Color preview on white background

This text has color #90C9D5 on white background.



Black color preview on #90C9D5 background

This text has black color on #90C9D5 background.


White color preview on #90C9D5 background

This text has white color on #90C9D5 background.