COLOR #AD99D4

HEX: #AD99D4 RGB: (173,153,212)

Color info

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

RGB color model

#AD99D4 color RGB value is (173,153,212).

RGB: (173,153,212) (68%, 60%, 83%)

RGB channels and saturation

R 173 of 255 = 68%
G 153 of 255 = 60%
B 212 of 255 = 83%

173
153
212

R + G + B ~ 70%. #AD99D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 153 + 212 = 538 (100%)
R 173 of 538 ~ 32.16%
G 153 of 538 ~ 28.44%
B 212 of 538 ~ 39.41'%

%32.16
%28.44
%39.41

CMYK color model

#AD99D4 color CMYK value is (18,28,0,17).

  • cyan value is 18.40%
  • magenta value is 27.83%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (18,28,0,17)
C18M28Y0K17 (18%, 28%, 0%, 17%)
(0.18 / 0.28 / 0.00 / 0.17)

CMYK percentages

%18.4
%27.83
%0
%16.86

Codes

Color #AD99D4 in popluar color models

AD 99 D4
RGB 173 153 212
HSL 260° 40.69% 71.57%
HSB/HSV 260° 27.83% 83.14%
CMYK 18.40% 27.83% 0.00%
16.86%

Color #AD99D4 in popluar number systems.

HEX AD 99 D4
Decimal 173 153 212
Binary 10101101 10011001 11010100
Octal 255 231 324

Shades and tints

Shades of #AD99D4

#AD99D4
(173,153,212)
#9E8CC1
(158,140,193)
#8F7FAE
(143,127,174)
#80729B
(128,114,155)
#716588
(113,101,136)
#625875
(98,88,117)
#534B62
(83,75,98)
#443E4F
(68,62,79)
#35313C
(53,49,60)
#262429
(38,36,41)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #AD99D4

#AD99D4
(173,153,212)
#B4A2D7
(180,162,215)
#BBABDA
(187,171,218)
#C2B4DD
(194,180,221)
#C9BDE0
(201,189,224)
#D0C6E3
(208,198,227)
#D7CFE6
(215,207,230)
#DED8E9
(222,216,233)
#E5E1EC
(229,225,236)
#ECEAEF
(236,234,239)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD99D4; }

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

This text font color is #AD99D4.

Background Color

.myBgColor { background-color: #AD99D4; }

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

This div background color is #AD99D4.

Border color

.myBorderColor { border: 1px solid #AD99D4; }

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

This div border color is #AD99D4.

Opacity

.myOpacity80 { color: #AD99D4; opacity: 0.8; }

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

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

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

This text has shadow with #AD99D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD99D4.

Preview

Color preview on black background

This text has color #AD99D4 on black background.


Color preview on white background

This text has color #AD99D4 on white background.


Black color preview on #AD99D4 background

This text has black color on #AD99D4 background.


White color preview on #AD99D4 background

This text has white color on #AD99D4 background.


Related colors

Complementary color

Complementary color for #hex is #52662B.


I love getcolorcode.com

Triadic colors

1 #D4AD99 and #99D4AD with #AD99D4 are triadic colors.

2 #D499AD and #99ADD4 with #AD99D4 are triadic colors.