COLOR #9D99CD

HEX: #9D99CD
RGB: (157,153,205)

Color info

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

RGB color model

#9D99CD color RGB value is (157,153,205).

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

RGB channels and saturation

R 157 of 255 = 62%
G 153 of 255 = 60%
B 205 of 255 = 80%

157
153
205

R + G + B ~ 67%. #9D99CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 153 + 205 = 515 (100%)
R 157 of 515 ~ 30.49%
G 153 of 515 ~ 29.71%
B 205 of 515 ~ 39.81%

%30.49
%29.71
%39.81

CMYK color model

#9D99CD color CMYK value is (23,25,0,20).

  • cyan value is 23.41%
  • magenta value is 25.37%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(23,25,0,20)
C23M25Y0K20 
(23%,25%,0%,20%)
(0.23/0.25/0.00/0.20)	

CMYK percentages

%23.41
%25.37
%0
%19.61

Codes

Color #9D99CD in popluar color models

9D99CD
RGB157153205
HSL245°34.21%70.20%
HSB/HSV245°25.37%80.39%
CMYK23.41%25.37%0.00%
19.61%

Color #9D99CD in popluar number systems.

HEX9D99CD
Decimal157153205
Binary100111011001100111001101
Octal235231315

Shades and tints

Shades of #9D99CD

#9D99CD
(157,153,205)
#8F8CBB
(143,140,187)
#817FA9
(129,127,169)
#737297
(115,114,151)
#656585
(101,101,133)
#575873
(87,88,115)
#494B61
(73,75,97)
#3B3E4F
(59,62,79)
#2D313D
(45,49,61)
#1F242B
(31,36,43)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #9D99CD

#9D99CD
(157,153,205)
#A5A2D1
(165,162,209)
#ADABD5
(173,171,213)
#B5B4D9
(181,180,217)
#BDBDDD
(189,189,221)
#C5C6E1
(197,198,225)
#CDCFE5
(205,207,229)
#D5D8E9
(213,216,233)
#DDE1ED
(221,225,237)
#E5EAF1
(229,234,241)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D99CD color. Also use rgb(157,153,205) instead hex code.

Text Font Color

.myTextColor { color: #9D99CD; }

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

This text font color is #9D99CD.


Background Color

.myBgColor { background-color: #9D99CD; }

<div style="background-color:#9D99CD">Inner text</div>

This div background color is #9D99CD.


Border color

.myBorderColor { border: 1px solid #9D99CD; }

<div style="border:3px solid #9D99CD">Div</div>

This div border color is #9D99CD.


Opacity

.myOpacity80 { color: #9D99CD; opacity: 0.8; }

<p style="color:#9D99CD;opacity:0.8;">80%</p>

Text with #9D99CD 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 #9D99CD;}

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

This text has shadow with #9D99CD color.

.textShadow {text-shadow: 3px 3px 1px #9D99CD, 3px 3px 1px red;}

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

This text has shadow with #9D99CD primary color and red secondary color.


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

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

This text has shadow with #9D99CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D99CD on black background.


Color preview on white background

This text has color #9D99CD on white background.



Black color preview on #9D99CD background

This text has black color on #9D99CD background.


White color preview on #9D99CD background

This text has white color on #9D99CD background.