COLOR #D7ACCD

HEX: #D7ACCD RGB: (215,172,205)

Color info

#D7ACCD contains red, green and blue colors in about the same proportion. Web safe color of #D7ACCD is #CC99CC (or #C9C).

RGB color model

#D7ACCD color RGB value is (215,172,205).

RGB: (215,172,205) (84%, 67%, 80%)

RGB channels and saturation

R 215 of 255 = 84%
G 172 of 255 = 67%
B 205 of 255 = 80%

215
172
205

R + G + B ~ 77%. #D7ACCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 172 + 205 = 592 (100%)
R 215 of 592 ~ 36.32%
G 172 of 592 ~ 29.05%
B 205 of 592 ~ 34.63'%

%36.32
%29.05
%34.63

CMYK color model

#D7ACCD color CMYK value is (0,20,5,16).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 4.65%
  • key color value is 15.69%

CMYK: (0,20,5,16)
C0M20Y5K16 (0%, 20%, 5%, 16%)
(0.00 / 0.20 / 0.05 / 0.16)

CMYK percentages

%0
%20
%4.65
%15.69

Codes

Color #D7ACCD in popluar color models

D7 AC CD
RGB 215 172 205
HSL 314° 34.96% 75.88%
HSB/HSV 314° 20.00% 84.31%
CMYK 0.00% 20.00% 4.65%
15.69%

Color #D7ACCD in popluar number systems.

HEX D7 AC CD
Decimal 215 172 205
Binary 11010111 10101100 11001101
Octal 327 254 315

Shades and tints

Shades of #D7ACCD

#D7ACCD
(215,172,205)
#C49DBB
(196,157,187)
#B18EA9
(177,142,169)
#9E7F97
(158,127,151)
#8B7085
(139,112,133)
#786173
(120,97,115)
#655261
(101,82,97)
#52434F
(82,67,79)
#3F343D
(63,52,61)
#2C252B
(44,37,43)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #D7ACCD

#D7ACCD
(215,172,205)
#DAB3D1
(218,179,209)
#DDBAD5
(221,186,213)
#E0C1D9
(224,193,217)
#E3C8DD
(227,200,221)
#E6CFE1
(230,207,225)
#E9D6E5
(233,214,229)
#ECDDE9
(236,221,233)
#EFE4ED
(239,228,237)
#F2EBF1
(242,235,241)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7ACCD color. Also use rgb(215,172,205) instead hex code.

Text Font Color

.myTextColor { color: #D7ACCD; }

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

This text font color is #D7ACCD.

Background Color

.myBgColor { background-color: #D7ACCD; }

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

This div background color is #D7ACCD.

Border color

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

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

This div border color is #D7ACCD.

Opacity

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

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

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

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

This text has shadow with #D7ACCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7ACCD.

Preview

Color preview on black background

This text has color #D7ACCD on black background.


Color preview on white background

This text has color #D7ACCD on white background.


Black color preview on #D7ACCD background

This text has black color on #D7ACCD background.


White color preview on #D7ACCD background

This text has white color on #D7ACCD background.


Related colors

Complementary color

Complementary color for #hex is #285332.


I love getcolorcode.com

Triadic colors

1 #CDD7AC and #ACCDD7 with #D7ACCD are triadic colors.

2 #CDACD7 and #ACD7CD with #D7ACCD are triadic colors.