COLOR #90C7CF

HEX: #90C7CF RGB: (144,199,207)

Color info

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

RGB color model

#90C7CF color RGB value is (144,199,207).

RGB: (144,199,207) (56%, 78%, 81%)

RGB channels and saturation

R 144 of 255 = 56%
G 199 of 255 = 78%
B 207 of 255 = 81%

144
199
207

R + G + B ~ 72%. #90C7CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 199 + 207 = 550 (100%)
R 144 of 550 ~ 26.18%
G 199 of 550 ~ 36.18%
B 207 of 550 ~ 37.64'%

%26.18
%36.18
%37.64

CMYK color model

#90C7CF color CMYK value is (30,4,0,19).

  • cyan value is 30.43%
  • magenta value is 3.86%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (30,4,0,19) C30M4Y0K19 (30%,4%,0%,19%) (0.30/0.04/0.00/0.19) 

CMYK percentages

%30.43
%3.86
%0
%18.82

Codes

Color #90C7CF in popluar color models

90 C7 CF
RGB 144 199 207
HSL 188° 39.62% 68.82%
HSB/HSV 188° 30.43% 81.18%
CMYK 30.43% 3.86% 0.00%
18.82%

Color #90C7CF in popluar number systems.

HEX 90 C7 CF
Decimal 144 199 207
Binary 10010000 11000111 11001111
Octal 220 307 317

Shades and tints

Shades of #90C7CF

#90C7CF
(144,199,207)
#83B5BD
(131,181,189)
#76A3AB
(118,163,171)
#699199
(105,145,153)
#5C7F87
(92,127,135)
#4F6D75
(79,109,117)
#425B63
(66,91,99)
#354951
(53,73,81)
#28373F
(40,55,63)
#1B252D
(27,37,45)
#0E131B
(14,19,27)
#000000
(0,0,0)

Tints of #90C7CF

#90C7CF
(144,199,207)
#9ACCD3
(154,204,211)
#A4D1D7
(164,209,215)
#AED6DB
(174,214,219)
#B8DBDF
(184,219,223)
#C2E0E3
(194,224,227)
#CCE5E7
(204,229,231)
#D6EAEB
(214,234,235)
#E0EFEF
(224,239,239)
#EAF4F3
(234,244,243)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C7CF; }

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

This text font color is #90C7CF.

Background Color

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

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

This div background color is #90C7CF.

Border color

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

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

This div border color is #90C7CF.

Opacity

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

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

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

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

This text has shadow with #90C7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C7CF.

Preview

Color preview on black background

This text has color #90C7CF on black background.


Color preview on white background

This text has color #90C7CF on white background.


Black color preview on #90C7CF background

This text has black color on #90C7CF background.


White color preview on #90C7CF background

This text has white color on #90C7CF background.


Related colors

Complementary color

Complementary color for #hex is #6F3830.


I love getcolorcode.com

Triadic colors

1 #CF90C7 and #C7CF90 with #90C7CF are triadic colors.

2 #CFC790 and #C790CF with #90C7CF are triadic colors.