COLOR #90DCCF

HEX: #90DCCF
RGB: (144,220,207)

Color info

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

RGB color model

#90DCCF color RGB value is (144,220,207).

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

RGB channels and saturation

R 144 of 255 = 56%
G 220 of 255 = 86%
B 207 of 255 = 81%

144
220
207

R + G + B ~ 74%. #90DCCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 220 + 207 = 571 (100%)
R 144 of 571 ~ 25.22%
G 220 of 571 ~ 38.53%
B 207 of 571 ~ 36.25%

%25.22
%38.53
%36.25

CMYK color model

#90DCCF color CMYK value is (35,0,6,14).

  • cyan value is 34.55%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 13.73%
CMYK:
(35,0,6,14)
C35M0Y6K14 
(35%,0%,6%,14%)
(0.35/0.00/0.06/0.14)	

CMYK percentages

%34.55
%0
%5.91
%13.73

Codes

Color #90DCCF in popluar color models

90DCCF
RGB144220207
HSL170°52.05%71.37%
HSB/HSV170°34.55%86.27%
CMYK34.55%0.00%5.91%
13.73%

Color #90DCCF in popluar number systems.

HEX90DCCF
Decimal144220207
Binary100100001101110011001111
Octal220334317

Shades and tints

Shades of #90DCCF

#90DCCF
(144,220,207)
#83C8BD
(131,200,189)
#76B4AB
(118,180,171)
#69A099
(105,160,153)
#5C8C87
(92,140,135)
#4F7875
(79,120,117)
#426463
(66,100,99)
#355051
(53,80,81)
#283C3F
(40,60,63)
#1B282D
(27,40,45)
#0E141B
(14,20,27)
#000000
(0,0,0)

Tints of #90DCCF

#90DCCF
(144,220,207)
#9ADFD3
(154,223,211)
#A4E2D7
(164,226,215)
#AEE5DB
(174,229,219)
#B8E8DF
(184,232,223)
#C2EBE3
(194,235,227)
#CCEEE7
(204,238,231)
#D6F1EB
(214,241,235)
#E0F4EF
(224,244,239)
#EAF7F3
(234,247,243)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90DCCF; }

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

This text font color is #90DCCF.


Background Color

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

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

This div background color is #90DCCF.


Border color

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

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

This div border color is #90DCCF.


Opacity

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

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

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

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

This text has shadow with #90DCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90DCCF on black background.


Color preview on white background

This text has color #90DCCF on white background.



Black color preview on #90DCCF background

This text has black color on #90DCCF background.


White color preview on #90DCCF background

This text has white color on #90DCCF background.