COLOR #90B7D5

HEX: #90B7D5
RGB: (144,183,213)

Color info

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

RGB color model

#90B7D5 color RGB value is (144,183,213).

  • red value is 144;
  • green value is 183;
  • blue value is 213.
RGB:
(144,183,213)
(56%,72%,84%)

RGB channels and saturation

R 144 of 255 = 56%
G 183 of 255 = 72%
B 213 of 255 = 84%

144
183
213

R + G + B ~ 71%. #90B7D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 183 + 213 = 540 (100%)
R 144 of 540 ~ 26.67%
G 183 of 540 ~ 33.89%
B 213 of 540 ~ 39.44%

%26.67
%33.89
%39.44

CMYK color model

#90B7D5 color CMYK value is (32,14,0,16).

  • cyan value is 32.39%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(32,14,0,16)
C32M14Y0K16 
(32%,14%,0%,16%)
(0.32/0.14/0.00/0.16)	

CMYK percentages

%32.39
%14.08
%0
%16.47

Codes

Color #90B7D5 in popluar color models

90B7D5
RGB144183213
HSL206°45.10%70.00%
HSB/HSV206°32.39%83.53%
CMYK32.39%14.08%0.00%
16.47%

Color #90B7D5 in popluar number systems.

HEX90B7D5
Decimal144183213
Binary100100001011011111010101
Octal220267325

Shades and tints

Shades of #90B7D5

#90B7D5
(144,183,213)
#83A7C2
(131,167,194)
#7697AF
(118,151,175)
#69879C
(105,135,156)
#5C7789
(92,119,137)
#4F6776
(79,103,118)
#425763
(66,87,99)
#354750
(53,71,80)
#28373D
(40,55,61)
#1B272A
(27,39,42)
#0E1717
(14,23,23)
#000000
(0,0,0)

Tints of #90B7D5

#90B7D5
(144,183,213)
#9ABDD8
(154,189,216)
#A4C3DB
(164,195,219)
#AEC9DE
(174,201,222)
#B8CFE1
(184,207,225)
#C2D5E4
(194,213,228)
#CCDBE7
(204,219,231)
#D6E1EA
(214,225,234)
#E0E7ED
(224,231,237)
#EAEDF0
(234,237,240)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B7D5 color. Also use rgb(144,183,213) instead hex code.

Text Font Color

.myTextColor { color: #90B7D5; }

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

This text font color is #90B7D5.


Background Color

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

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

This div background color is #90B7D5.


Border color

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

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

This div border color is #90B7D5.


Opacity

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

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

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

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

This text has shadow with #90B7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B7D5 on black background.


Color preview on white background

This text has color #90B7D5 on white background.



Black color preview on #90B7D5 background

This text has black color on #90B7D5 background.


White color preview on #90B7D5 background

This text has white color on #90B7D5 background.