COLOR #D3A4C8

HEX: #D3A4C8 RGB: (211,164,200)

Color info

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

RGB color model

#D3A4C8 color RGB value is (211,164,200).

RGB: (211,164,200) (83%, 64%, 78%)

RGB channels and saturation

R 211 of 255 = 83%
G 164 of 255 = 64%
B 200 of 255 = 78%

211
164
200

R + G + B ~ 75%. #D3A4C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 164 + 200 = 575 (100%)
R 211 of 575 ~ 36.7%
G 164 of 575 ~ 28.52%
B 200 of 575 ~ 34.78'%

%36.7
%28.52
%34.78

CMYK color model

#D3A4C8 color CMYK value is (0,22,5,17).

  • cyan value is 0.00%
  • magenta value is 22.27%
  • yellow value is 5.21%
  • key color value is 17.25%

CMYK: (0,22,5,17)
C0M22Y5K17 (0%, 22%, 5%, 17%)
(0.00 / 0.22 / 0.05 / 0.17)

CMYK percentages

%0
%22.27
%5.21
%17.25

Codes

Color #D3A4C8 in popluar color models

D3 A4 C8
RGB 211 164 200
HSL 314° 34.81% 73.53%
HSB/HSV 314° 22.27% 82.75%
CMYK 0.00% 22.27% 5.21%
17.25%

Color #D3A4C8 in popluar number systems.

HEX D3 A4 C8
Decimal 211 164 200
Binary 11010011 10100100 11001000
Octal 323 244 310

Shades and tints

Shades of #D3A4C8

#D3A4C8
(211,164,200)
#C096B6
(192,150,182)
#AD88A4
(173,136,164)
#9A7A92
(154,122,146)
#876C80
(135,108,128)
#745E6E
(116,94,110)
#61505C
(97,80,92)
#4E424A
(78,66,74)
#3B3438
(59,52,56)
#282626
(40,38,38)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #D3A4C8

#D3A4C8
(211,164,200)
#D7ACCD
(215,172,205)
#DBB4D2
(219,180,210)
#DFBCD7
(223,188,215)
#E3C4DC
(227,196,220)
#E7CCE1
(231,204,225)
#EBD4E6
(235,212,230)
#EFDCEB
(239,220,235)
#F3E4F0
(243,228,240)
#F7ECF5
(247,236,245)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A4C8 color. Also use rgb(211,164,200) instead hex code.

Text Font Color

.myTextColor { color: #D3A4C8; }

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

This text font color is #D3A4C8.

Background Color

.myBgColor { background-color: #D3A4C8; }

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

This div background color is #D3A4C8.

Border color

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

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

This div border color is #D3A4C8.

Opacity

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

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

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

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

This text has shadow with #D3A4C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3A4C8.

Preview

Color preview on black background

This text has color #D3A4C8 on black background.


Color preview on white background

This text has color #D3A4C8 on white background.


Black color preview on #D3A4C8 background

This text has black color on #D3A4C8 background.


White color preview on #D3A4C8 background

This text has white color on #D3A4C8 background.


Related colors

Complementary color

Complementary color for #hex is #2C5B37.


I love getcolorcode.com

Triadic colors

1 #C8D3A4 and #A4C8D3 with #D3A4C8 are triadic colors.

2 #C8A4D3 and #A4D3C8 with #D3A4C8 are triadic colors.