COLOR #90C4D9

HEX: #90C4D9
RGB: (144,196,217)

Color info

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

RGB color model

#90C4D9 color RGB value is (144,196,217).

  • red value is 144;
  • green value is 196;
  • blue value is 217.
RGB:
(144,196,217)
(56%,77%,85%)

RGB channels and saturation

R 144 of 255 = 56%
G 196 of 255 = 77%
B 217 of 255 = 85%

144
196
217

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

Portions of RGB colors in percentages

R + G + B =
144 + 196 + 217 = 557 (100%)
R 144 of 557 ~ 25.85%
G 196 of 557 ~ 35.19%
B 217 of 557 ~ 38.96%

%25.85
%35.19
%38.96

CMYK color model

#90C4D9 color CMYK value is (34,10,0,15).

  • cyan value is 33.64%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(34,10,0,15)
C34M10Y0K15 
(34%,10%,0%,15%)
(0.34/0.10/0.00/0.15)	

CMYK percentages

%33.64
%9.68
%0
%14.9

Codes

Color #90C4D9 in popluar color models

90C4D9
RGB144196217
HSL197°48.99%70.78%
HSB/HSV197°33.64%85.10%
CMYK33.64%9.68%0.00%
14.90%

Color #90C4D9 in popluar number systems.

HEX90C4D9
Decimal144196217
Binary100100001100010011011001
Octal220304331

Shades and tints

Shades of #90C4D9

#90C4D9
(144,196,217)
#83B3C6
(131,179,198)
#76A2B3
(118,162,179)
#6991A0
(105,145,160)
#5C808D
(92,128,141)
#4F6F7A
(79,111,122)
#425E67
(66,94,103)
#354D54
(53,77,84)
#283C41
(40,60,65)
#1B2B2E
(27,43,46)
#0E1A1B
(14,26,27)
#000000
(0,0,0)

Tints of #90C4D9

#90C4D9
(144,196,217)
#9AC9DC
(154,201,220)
#A4CEDF
(164,206,223)
#AED3E2
(174,211,226)
#B8D8E5
(184,216,229)
#C2DDE8
(194,221,232)
#CCE2EB
(204,226,235)
#D6E7EE
(214,231,238)
#E0ECF1
(224,236,241)
#EAF1F4
(234,241,244)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C4D9 color. Also use rgb(144,196,217) instead hex code.

Text Font Color

.myTextColor { color: #90C4D9; }

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

This text font color is #90C4D9.


Background Color

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

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

This div background color is #90C4D9.


Border color

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

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

This div border color is #90C4D9.


Opacity

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

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

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

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

This text has shadow with #90C4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C4D9 on black background.


Color preview on white background

This text has color #90C4D9 on white background.



Black color preview on #90C4D9 background

This text has black color on #90C4D9 background.


White color preview on #90C4D9 background

This text has white color on #90C4D9 background.