COLOR #90C4E1

HEX: #90C4E1
RGB: (144,196,225)

Color info

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

RGB color model

#90C4E1 color RGB value is (144,196,225).

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

RGB channels and saturation

R 144 of 255 = 56%
G 196 of 255 = 77%
B 225 of 255 = 88%

144
196
225

R + G + B ~ 74%. #90C4E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 196 + 225 = 565 (100%)
R 144 of 565 ~ 25.49%
G 196 of 565 ~ 34.69%
B 225 of 565 ~ 39.82%

%25.49
%34.69
%39.82

CMYK color model

#90C4E1 color CMYK value is (36,13,0,12).

  • cyan value is 36.00%
  • magenta value is 12.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(36,13,0,12)
C36M13Y0K12 
(36%,13%,0%,12%)
(0.36/0.13/0.00/0.12)	

CMYK percentages

%36
%12.89
%0
%11.76

Codes

Color #90C4E1 in popluar color models

90C4E1
RGB144196225
HSL201°57.45%72.35%
HSB/HSV201°36.00%88.24%
CMYK36.00%12.89%0.00%
11.76%

Color #90C4E1 in popluar number systems.

HEX90C4E1
Decimal144196225
Binary100100001100010011100001
Octal220304341

Shades and tints

Shades of #90C4E1

#90C4E1
(144,196,225)
#83B3CD
(131,179,205)
#76A2B9
(118,162,185)
#6991A5
(105,145,165)
#5C8091
(92,128,145)
#4F6F7D
(79,111,125)
#425E69
(66,94,105)
#354D55
(53,77,85)
#283C41
(40,60,65)
#1B2B2D
(27,43,45)
#0E1A19
(14,26,25)
#000000
(0,0,0)

Tints of #90C4E1

#90C4E1
(144,196,225)
#9AC9E3
(154,201,227)
#A4CEE5
(164,206,229)
#AED3E7
(174,211,231)
#B8D8E9
(184,216,233)
#C2DDEB
(194,221,235)
#CCE2ED
(204,226,237)
#D6E7EF
(214,231,239)
#E0ECF1
(224,236,241)
#EAF1F3
(234,241,243)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C4E1; }

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

This text font color is #90C4E1.


Background Color

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

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

This div background color is #90C4E1.


Border color

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

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

This div border color is #90C4E1.


Opacity

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

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

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

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

This text has shadow with #90C4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C4E1 on black background.


Color preview on white background

This text has color #90C4E1 on white background.



Black color preview on #90C4E1 background

This text has black color on #90C4E1 background.


White color preview on #90C4E1 background

This text has white color on #90C4E1 background.