COLOR #90D1CF

HEX: #90D1CF
RGB: (144,209,207)

Color info

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

RGB color model

#90D1CF color RGB value is (144,209,207).

  • red value is 144;
  • green value is 209;
  • blue value is 207.
RGB:
(144,209,207)
(56%,82%,81%)

RGB channels and saturation

R 144 of 255 = 56%
G 209 of 255 = 82%
B 207 of 255 = 81%

144
209
207

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

Portions of RGB colors in percentages

R + G + B =
144 + 209 + 207 = 560 (100%)
R 144 of 560 ~ 25.71%
G 209 of 560 ~ 37.32%
B 207 of 560 ~ 36.96%

%25.71
%37.32
%36.96

CMYK color model

#90D1CF color CMYK value is (31,0,1,18).

  • cyan value is 31.10%
  • magenta value is 0.00%
  • yellow value is 0.96%
  • key color value is 18.04%
CMYK:
(31,0,1,18)
C31M0Y1K18 
(31%,0%,1%,18%)
(0.31/0.00/0.01/0.18)	

CMYK percentages

%31.1
%0
%0.96
%18.04

Codes

Color #90D1CF in popluar color models

90D1CF
RGB144209207
HSL178°41.40%69.22%
HSB/HSV178°31.10%81.96%
CMYK31.10%0.00%0.96%
18.04%

Color #90D1CF in popluar number systems.

HEX90D1CF
Decimal144209207
Binary100100001101000111001111
Octal220321317

Shades and tints

Shades of #90D1CF

#90D1CF
(144,209,207)
#83BEBD
(131,190,189)
#76ABAB
(118,171,171)
#699899
(105,152,153)
#5C8587
(92,133,135)
#4F7275
(79,114,117)
#425F63
(66,95,99)
#354C51
(53,76,81)
#28393F
(40,57,63)
#1B262D
(27,38,45)
#0E131B
(14,19,27)
#000000
(0,0,0)

Tints of #90D1CF

#90D1CF
(144,209,207)
#9AD5D3
(154,213,211)
#A4D9D7
(164,217,215)
#AEDDDB
(174,221,219)
#B8E1DF
(184,225,223)
#C2E5E3
(194,229,227)
#CCE9E7
(204,233,231)
#D6EDEB
(214,237,235)
#E0F1EF
(224,241,239)
#EAF5F3
(234,245,243)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90D1CF; }

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

This text font color is #90D1CF.


Background Color

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

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

This div background color is #90D1CF.


Border color

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

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

This div border color is #90D1CF.


Opacity

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

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

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

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

This text has shadow with #90D1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D1CF on black background.


Color preview on white background

This text has color #90D1CF on white background.



Black color preview on #90D1CF background

This text has black color on #90D1CF background.


White color preview on #90D1CF background

This text has white color on #90D1CF background.