COLOR #90C0C7

HEX: #90C0C7 RGB: (144,192,199)

Color info

#90C0C7 contains red, green and blue colors in about the same proportion. Web safe color of #90C0C7 is #99CCCC (or #9CC).

RGB color model

#90C0C7 color RGB value is (144,192,199).

RGB: (144,192,199) (56%, 75%, 78%)

RGB channels and saturation

R 144 of 255 = 56%
G 192 of 255 = 75%
B 199 of 255 = 78%

144
192
199

R + G + B ~ 70%. #90C0C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 192 + 199 = 535 (100%)
R 144 of 535 ~ 26.92%
G 192 of 535 ~ 35.89%
B 199 of 535 ~ 37.2'%

%26.92
%35.89
%37.2

CMYK color model

#90C0C7 color CMYK value is (28,4,0,22).

  • cyan value is 27.64%
  • magenta value is 3.52%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (28,4,0,22)
C28M4Y0K22 (28%, 4%, 0%, 22%)
(0.28 / 0.04 / 0.00 / 0.22)

CMYK percentages

%27.64
%3.52
%0
%21.96

Codes

Color #90C0C7 in popluar color models

90 C0 C7
RGB 144 192 199
HSL 188° 32.93% 67.25%
HSB/HSV 188° 27.64% 78.04%
CMYK 27.64% 3.52% 0.00%
21.96%

Color #90C0C7 in popluar number systems.

HEX 90 C0 C7
Decimal 144 192 199
Binary 10010000 11000000 11000111
Octal 220 300 307

Shades and tints

Shades of #90C0C7

#90C0C7
(144,192,199)
#83AFB5
(131,175,181)
#769EA3
(118,158,163)
#698D91
(105,141,145)
#5C7C7F
(92,124,127)
#4F6B6D
(79,107,109)
#425A5B
(66,90,91)
#354949
(53,73,73)
#283837
(40,56,55)
#1B2725
(27,39,37)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #90C0C7

#90C0C7
(144,192,199)
#9AC5CC
(154,197,204)
#A4CAD1
(164,202,209)
#AECFD6
(174,207,214)
#B8D4DB
(184,212,219)
#C2D9E0
(194,217,224)
#CCDEE5
(204,222,229)
#D6E3EA
(214,227,234)
#E0E8EF
(224,232,239)
#EAEDF4
(234,237,244)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C0C7 color. Also use rgb(144,192,199) instead hex code.

Text Font Color

.myTextColor { color: #90C0C7; }

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

This text font color is #90C0C7.

Background Color

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

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

This div background color is #90C0C7.

Border color

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

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

This div border color is #90C0C7.

Opacity

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

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

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

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

This text has shadow with #90C0C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C0C7.

Preview

Color preview on black background

This text has color #90C0C7 on black background.


Color preview on white background

This text has color #90C0C7 on white background.


Black color preview on #90C0C7 background

This text has black color on #90C0C7 background.


White color preview on #90C0C7 background

This text has white color on #90C0C7 background.


Related colors

Complementary color

Complementary color for #hex is #6F3F38.


I love getcolorcode.com

Triadic colors

1 #C790C0 and #C0C790 with #90C0C7 are triadic colors.

2 #C7C090 and #C090C7 with #90C0C7 are triadic colors.