COLOR #99A0D5

HEX: #99A0D5
RGB: (153,160,213)

Color info

#99A0D5 contains mainly green and blue colors. Web safe color of #99A0D5 is #9999CC (or #99C).

RGB color model

#99A0D5 color RGB value is (153,160,213).

  • red value is 153;
  • green value is 160;
  • blue value is 213.
RGB:
(153,160,213)
(60%,63%,84%)

RGB channels and saturation

R 153 of 255 = 60%
G 160 of 255 = 63%
B 213 of 255 = 84%

153
160
213

R + G + B ~ 69%. #99A0D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 160 + 213 = 526 (100%)
R 153 of 526 ~ 29.09%
G 160 of 526 ~ 30.42%
B 213 of 526 ~ 40.49%

%29.09
%30.42
%40.49

CMYK color model

#99A0D5 color CMYK value is (28,25,0,16).

  • cyan value is 28.17%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(28,25,0,16)
C28M25Y0K16 
(28%,25%,0%,16%)
(0.28/0.25/0.00/0.16)	

CMYK percentages

%28.17
%24.88
%0
%16.47

Codes

Color #99A0D5 in popluar color models

99A0D5
RGB153160213
HSL233°41.67%71.76%
HSB/HSV233°28.17%83.53%
CMYK28.17%24.88%0.00%
16.47%

Color #99A0D5 in popluar number systems.

HEX99A0D5
Decimal153160213
Binary100110011010000011010101
Octal231240325

Shades and tints

Shades of #99A0D5

#99A0D5
(153,160,213)
#8C92C2
(140,146,194)
#7F84AF
(127,132,175)
#72769C
(114,118,156)
#656889
(101,104,137)
#585A76
(88,90,118)
#4B4C63
(75,76,99)
#3E3E50
(62,62,80)
#31303D
(49,48,61)
#24222A
(36,34,42)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #99A0D5

#99A0D5
(153,160,213)
#A2A8D8
(162,168,216)
#ABB0DB
(171,176,219)
#B4B8DE
(180,184,222)
#BDC0E1
(189,192,225)
#C6C8E4
(198,200,228)
#CFD0E7
(207,208,231)
#D8D8EA
(216,216,234)
#E1E0ED
(225,224,237)
#EAE8F0
(234,232,240)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A0D5 color. Also use rgb(153,160,213) instead hex code.

Text Font Color

.myTextColor { color: #99A0D5; }

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

This text font color is #99A0D5.


Background Color

.myBgColor { background-color: #99A0D5; }

<div style="background-color:#99A0D5">Inner text</div>

This div background color is #99A0D5.


Border color

.myBorderColor { border: 1px solid #99A0D5; }

<div style="border:3px solid #99A0D5">Div</div>

This div border color is #99A0D5.


Opacity

.myOpacity80 { color: #99A0D5; opacity: 0.8; }

<p style="color:#99A0D5;opacity:0.8;">80%</p>

Text with #99A0D5 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 #99A0D5;}

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

This text has shadow with #99A0D5 color.

.textShadow {text-shadow: 3px 3px 1px #99A0D5, 3px 3px 1px red;}

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

This text has shadow with #99A0D5 primary color and red secondary color.


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

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

This text has shadow with #99A0D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A0D5 on black background.


Color preview on white background

This text has color #99A0D5 on white background.



Black color preview on #99A0D5 background

This text has black color on #99A0D5 background.


White color preview on #99A0D5 background

This text has white color on #99A0D5 background.