COLOR #90DBD7

HEX: #90DBD7
RGB: (144,219,215)

Color info

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

RGB color model

#90DBD7 color RGB value is (144,219,215).

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

RGB channels and saturation

R 144 of 255 = 56%
G 219 of 255 = 86%
B 215 of 255 = 84%

144
219
215

R + G + B ~ 75%. #90DBD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 219 + 215 = 578 (100%)
R 144 of 578 ~ 24.91%
G 219 of 578 ~ 37.89%
B 215 of 578 ~ 37.2%

%24.91
%37.89
%37.2

CMYK color model

#90DBD7 color CMYK value is (34,0,2,14).

  • cyan value is 34.25%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 14.12%
CMYK:
(34,0,2,14)
C34M0Y2K14 
(34%,0%,2%,14%)
(0.34/0.00/0.02/0.14)	

CMYK percentages

%34.25
%0
%1.83
%14.12

Codes

Color #90DBD7 in popluar color models

90DBD7
RGB144219215
HSL177°51.02%71.18%
HSB/HSV177°34.25%85.88%
CMYK34.25%0.00%1.83%
14.12%

Color #90DBD7 in popluar number systems.

HEX90DBD7
Decimal144219215
Binary100100001101101111010111
Octal220333327

Shades and tints

Shades of #90DBD7

#90DBD7
(144,219,215)
#83C8C4
(131,200,196)
#76B5B1
(118,181,177)
#69A29E
(105,162,158)
#5C8F8B
(92,143,139)
#4F7C78
(79,124,120)
#426965
(66,105,101)
#355652
(53,86,82)
#28433F
(40,67,63)
#1B302C
(27,48,44)
#0E1D19
(14,29,25)
#000000
(0,0,0)

Tints of #90DBD7

#90DBD7
(144,219,215)
#9ADEDA
(154,222,218)
#A4E1DD
(164,225,221)
#AEE4E0
(174,228,224)
#B8E7E3
(184,231,227)
#C2EAE6
(194,234,230)
#CCEDE9
(204,237,233)
#D6F0EC
(214,240,236)
#E0F3EF
(224,243,239)
#EAF6F2
(234,246,242)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90DBD7; }

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

This text font color is #90DBD7.


Background Color

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

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

This div background color is #90DBD7.


Border color

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

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

This div border color is #90DBD7.


Opacity

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

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

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

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

This text has shadow with #90DBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90DBD7 on black background.


Color preview on white background

This text has color #90DBD7 on white background.



Black color preview on #90DBD7 background

This text has black color on #90DBD7 background.


White color preview on #90DBD7 background

This text has white color on #90DBD7 background.