COLOR #99ADC6

HEX: #99ADC6 RGB: (153,173,198)

Color info

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

RGB color model

#99ADC6 color RGB value is (153,173,198).

RGB: (153,173,198) (60%, 68%, 78%)

RGB channels and saturation

R 153 of 255 = 60%
G 173 of 255 = 68%
B 198 of 255 = 78%

153
173
198

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

Portions of RGB colors in percentages

R + G + B = 153 + 173 + 198 = 524 (100%)
R 153 of 524 ~ 29.2%
G 173 of 524 ~ 33.02%
B 198 of 524 ~ 37.79'%

%29.2
%33.02
%37.79

CMYK color model

#99ADC6 color CMYK value is (23,13,0,22).

  • cyan value is 22.73%
  • magenta value is 12.63%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (23,13,0,22)
C23M13Y0K22 (23%, 13%, 0%, 22%)
(0.23 / 0.13 / 0.00 / 0.22)

CMYK percentages

%22.73
%12.63
%0
%22.35

Codes

Color #99ADC6 in popluar color models

99 AD C6
RGB 153 173 198
HSL 213° 28.30% 68.82%
HSB/HSV 213° 22.73% 77.65%
CMYK 22.73% 12.63% 0.00%
22.35%

Color #99ADC6 in popluar number systems.

HEX 99 AD C6
Decimal 153 173 198
Binary 10011001 10101101 11000110
Octal 231 255 306

Shades and tints

Shades of #99ADC6

#99ADC6
(153,173,198)
#8C9EB4
(140,158,180)
#7F8FA2
(127,143,162)
#728090
(114,128,144)
#65717E
(101,113,126)
#58626C
(88,98,108)
#4B535A
(75,83,90)
#3E4448
(62,68,72)
#313536
(49,53,54)
#242624
(36,38,36)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #99ADC6

#99ADC6
(153,173,198)
#A2B4CB
(162,180,203)
#ABBBD0
(171,187,208)
#B4C2D5
(180,194,213)
#BDC9DA
(189,201,218)
#C6D0DF
(198,208,223)
#CFD7E4
(207,215,228)
#D8DEE9
(216,222,233)
#E1E5EE
(225,229,238)
#EAECF3
(234,236,243)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99ADC6 color. Also use rgb(153,173,198) instead hex code.

Text Font Color

.myTextColor { color: #99ADC6; }

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

This text font color is #99ADC6.

Background Color

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

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

This div background color is #99ADC6.

Border color

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

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

This div border color is #99ADC6.

Opacity

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

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

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

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

This text has shadow with #99ADC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99ADC6.

Preview

Color preview on black background

This text has color #99ADC6 on black background.


Color preview on white background

This text has color #99ADC6 on white background.


Black color preview on #99ADC6 background

This text has black color on #99ADC6 background.


White color preview on #99ADC6 background

This text has white color on #99ADC6 background.


Related colors

Complementary color

Complementary color for #hex is #665239.


I love getcolorcode.com

Triadic colors

1 #C699AD and #ADC699 with #99ADC6 are triadic colors.

2 #C6AD99 and #AD99C6 with #99ADC6 are triadic colors.