COLOR #90CCE2

HEX: #90CCE2
RGB: (144,204,226)

Color info

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

RGB color model

#90CCE2 color RGB value is (144,204,226).

  • red value is 144;
  • green value is 204;
  • blue value is 226.
RGB:
(144,204,226)
(56%,80%,89%)

RGB channels and saturation

R 144 of 255 = 56%
G 204 of 255 = 80%
B 226 of 255 = 89%

144
204
226

R + G + B ~ 75%. #90CCE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 204 + 226 = 574 (100%)
R 144 of 574 ~ 25.09%
G 204 of 574 ~ 35.54%
B 226 of 574 ~ 39.37%

%25.09
%35.54
%39.37

CMYK color model

#90CCE2 color CMYK value is (36,10,0,11).

  • cyan value is 36.28%
  • magenta value is 9.73%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(36,10,0,11)
C36M10Y0K11 
(36%,10%,0%,11%)
(0.36/0.10/0.00/0.11)	

CMYK percentages

%36.28
%9.73
%0
%11.37

Codes

Color #90CCE2 in popluar color models

90CCE2
RGB144204226
HSL196°58.57%72.55%
HSB/HSV196°36.28%88.63%
CMYK36.28%9.73%0.00%
11.37%

Color #90CCE2 in popluar number systems.

HEX90CCE2
Decimal144204226
Binary100100001100110011100010
Octal220314342

Shades and tints

Shades of #90CCE2

#90CCE2
(144,204,226)
#83BACE
(131,186,206)
#76A8BA
(118,168,186)
#6996A6
(105,150,166)
#5C8492
(92,132,146)
#4F727E
(79,114,126)
#42606A
(66,96,106)
#354E56
(53,78,86)
#283C42
(40,60,66)
#1B2A2E
(27,42,46)
#0E181A
(14,24,26)
#000000
(0,0,0)

Tints of #90CCE2

#90CCE2
(144,204,226)
#9AD0E4
(154,208,228)
#A4D4E6
(164,212,230)
#AED8E8
(174,216,232)
#B8DCEA
(184,220,234)
#C2E0EC
(194,224,236)
#CCE4EE
(204,228,238)
#D6E8F0
(214,232,240)
#E0ECF2
(224,236,242)
#EAF0F4
(234,240,244)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CCE2 color. Also use rgb(144,204,226) instead hex code.

Text Font Color

.myTextColor { color: #90CCE2; }

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

This text font color is #90CCE2.


Background Color

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

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

This div background color is #90CCE2.


Border color

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

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

This div border color is #90CCE2.


Opacity

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

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

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

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

This text has shadow with #90CCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CCE2 on black background.


Color preview on white background

This text has color #90CCE2 on white background.



Black color preview on #90CCE2 background

This text has black color on #90CCE2 background.


White color preview on #90CCE2 background

This text has white color on #90CCE2 background.