COLOR #9D99CC

HEX: #9D99CC RGB: (157,153,204)

Color info

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

RGB color model

#9D99CC color RGB value is (157,153,204).

RGB: (157,153,204) (62%, 60%, 80%)

RGB channels and saturation

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

157
153
204

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

Portions of RGB colors in percentages

R + G + B = 157 + 153 + 204 = 514 (100%)
R 157 of 514 ~ 30.54%
G 153 of 514 ~ 29.77%
B 204 of 514 ~ 39.69'%

%30.54
%29.77
%39.69

CMYK color model

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

  • cyan value is 23.04%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (23,25,0,20)
C23M25Y0K20 (23%, 25%, 0%, 20%)
(0.23 / 0.25 / 0.00 / 0.20)

CMYK percentages

%23.04
%25
%0
%20

Codes

Color #9D99CC in popluar color models

9D 99 CC
RGB 157 153 204
HSL 245° 33.33% 70.00%
HSB/HSV 245° 25.00% 80.00%
CMYK 23.04% 25.00% 0.00%
20.00%

Color #9D99CC in popluar number systems.

HEX 9D 99 CC
Decimal 157 153 204
Binary 10011101 10011001 11001100
Octal 235 231 314

Shades and tints

Shades of #9D99CC

#9D99CC
(157,153,204)
#8F8CBA
(143,140,186)
#817FA8
(129,127,168)
#737296
(115,114,150)
#656584
(101,101,132)
#575872
(87,88,114)
#494B60
(73,75,96)
#3B3E4E
(59,62,78)
#2D313C
(45,49,60)
#1F242A
(31,36,42)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #9D99CC

#9D99CC
(157,153,204)
#A5A2D0
(165,162,208)
#ADABD4
(173,171,212)
#B5B4D8
(181,180,216)
#BDBDDC
(189,189,220)
#C5C6E0
(197,198,224)
#CDCFE4
(205,207,228)
#D5D8E8
(213,216,232)
#DDE1EC
(221,225,236)
#E5EAF0
(229,234,240)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D99CC; }

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

This text font color is #9D99CC.

Background Color

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

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

This div background color is #9D99CC.

Border color

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

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

This div border color is #9D99CC.

Opacity

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

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

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

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

This text has shadow with #9D99CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D99CC.

Preview

Color preview on black background

This text has color #9D99CC on black background.


Color preview on white background

This text has color #9D99CC on white background.


Black color preview on #9D99CC background

This text has black color on #9D99CC background.


White color preview on #9D99CC background

This text has white color on #9D99CC background.


Related colors

Complementary color

Complementary color for #hex is #626633.


I love getcolorcode.com

Triadic colors

1 #CC9D99 and #99CC9D with #9D99CC are triadic colors.

2 #CC999D and #999DCC with #9D99CC are triadic colors.