COLOR #90C6DB

HEX: #90C6DB
RGB: (144,198,219)

Color info

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

RGB color model

#90C6DB color RGB value is (144,198,219).

  • red value is 144;
  • green value is 198;
  • blue value is 219.
RGB:
(144,198,219)
(56%,78%,86%)

RGB channels and saturation

R 144 of 255 = 56%
G 198 of 255 = 78%
B 219 of 255 = 86%

144
198
219

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

Portions of RGB colors in percentages

R + G + B =
144 + 198 + 219 = 561 (100%)
R 144 of 561 ~ 25.67%
G 198 of 561 ~ 35.29%
B 219 of 561 ~ 39.04%

%25.67
%35.29
%39.04

CMYK color model

#90C6DB color CMYK value is (34,10,0,14).

  • cyan value is 34.25%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(34,10,0,14)
C34M10Y0K14 
(34%,10%,0%,14%)
(0.34/0.10/0.00/0.14)	

CMYK percentages

%34.25
%9.59
%0
%14.12

Codes

Color #90C6DB in popluar color models

90C6DB
RGB144198219
HSL197°51.02%71.18%
HSB/HSV197°34.25%85.88%
CMYK34.25%9.59%0.00%
14.12%

Color #90C6DB in popluar number systems.

HEX90C6DB
Decimal144198219
Binary100100001100011011011011
Octal220306333

Shades and tints

Shades of #90C6DB

#90C6DB
(144,198,219)
#83B4C8
(131,180,200)
#76A2B5
(118,162,181)
#6990A2
(105,144,162)
#5C7E8F
(92,126,143)
#4F6C7C
(79,108,124)
#425A69
(66,90,105)
#354856
(53,72,86)
#283643
(40,54,67)
#1B2430
(27,36,48)
#0E121D
(14,18,29)
#000000
(0,0,0)

Tints of #90C6DB

#90C6DB
(144,198,219)
#9ACBDE
(154,203,222)
#A4D0E1
(164,208,225)
#AED5E4
(174,213,228)
#B8DAE7
(184,218,231)
#C2DFEA
(194,223,234)
#CCE4ED
(204,228,237)
#D6E9F0
(214,233,240)
#E0EEF3
(224,238,243)
#EAF3F6
(234,243,246)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C6DB color. Also use rgb(144,198,219) instead hex code.

Text Font Color

.myTextColor { color: #90C6DB; }

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

This text font color is #90C6DB.


Background Color

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

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

This div background color is #90C6DB.


Border color

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

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

This div border color is #90C6DB.


Opacity

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

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

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

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

This text has shadow with #90C6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C6DB on black background.


Color preview on white background

This text has color #90C6DB on white background.



Black color preview on #90C6DB background

This text has black color on #90C6DB background.


White color preview on #90C6DB background

This text has white color on #90C6DB background.