COLOR #99A0CD

HEX: #99A0CD
RGB: (153,160,205)

Color info

#99A0CD contains red, green and blue colors in about the same proportion. Web safe color of #99A0CD is #9999CC (or #99C).

RGB color model

#99A0CD color RGB value is (153,160,205).

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

RGB channels and saturation

R 153 of 255 = 60%
G 160 of 255 = 63%
B 205 of 255 = 80%

153
160
205

R + G + B ~ 68%. #99A0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 160 + 205 = 518 (100%)
R 153 of 518 ~ 29.54%
G 160 of 518 ~ 30.89%
B 205 of 518 ~ 39.58%

%29.54
%30.89
%39.58

CMYK color model

#99A0CD color CMYK value is (25,22,0,20).

  • cyan value is 25.37%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(25,22,0,20)
C25M22Y0K20 
(25%,22%,0%,20%)
(0.25/0.22/0.00/0.20)	

CMYK percentages

%25.37
%21.95
%0
%19.61

Codes

Color #99A0CD in popluar color models

99A0CD
RGB153160205
HSL232°34.21%70.20%
HSB/HSV232°25.37%80.39%
CMYK25.37%21.95%0.00%
19.61%

Color #99A0CD in popluar number systems.

HEX99A0CD
Decimal153160205
Binary100110011010000011001101
Octal231240315

Shades and tints

Shades of #99A0CD

#99A0CD
(153,160,205)
#8C92BB
(140,146,187)
#7F84A9
(127,132,169)
#727697
(114,118,151)
#656885
(101,104,133)
#585A73
(88,90,115)
#4B4C61
(75,76,97)
#3E3E4F
(62,62,79)
#31303D
(49,48,61)
#24222B
(36,34,43)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #99A0CD

#99A0CD
(153,160,205)
#A2A8D1
(162,168,209)
#ABB0D5
(171,176,213)
#B4B8D9
(180,184,217)
#BDC0DD
(189,192,221)
#C6C8E1
(198,200,225)
#CFD0E5
(207,208,229)
#D8D8E9
(216,216,233)
#E1E0ED
(225,224,237)
#EAE8F1
(234,232,241)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A0CD; }

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

This text font color is #99A0CD.


Background Color

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

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

This div background color is #99A0CD.


Border color

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

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

This div border color is #99A0CD.


Opacity

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

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

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

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

This text has shadow with #99A0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A0CD on black background.


Color preview on white background

This text has color #99A0CD on white background.



Black color preview on #99A0CD background

This text has black color on #99A0CD background.


White color preview on #99A0CD background

This text has white color on #99A0CD background.