COLOR #D5A4CC

HEX: #D5A4CC
RGB: (213,164,204)

Color info

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

RGB color model

#D5A4CC color RGB value is (213,164,204).

  • red value is 213;
  • green value is 164;
  • blue value is 204.
RGB:
(213,164,204)
(84%,64%,80%)

RGB channels and saturation

R 213 of 255 = 84%
G 164 of 255 = 64%
B 204 of 255 = 80%

213
164
204

R + G + B ~ 76%. #D5A4CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 164 + 204 = 581 (100%)
R 213 of 581 ~ 36.66%
G 164 of 581 ~ 28.23%
B 204 of 581 ~ 35.11%

%36.66
%28.23
%35.11

CMYK color model

#D5A4CC color CMYK value is (0,23,4,16).

  • cyan value is 0.00%
  • magenta value is 23.00%
  • yellow value is 4.23%
  • key color value is 16.47%
CMYK:
(0,23,4,16)
C0M23Y4K16 
(0%,23%,4%,16%)
(0.00/0.23/0.04/0.16)	

CMYK percentages

%0
%23
%4.23
%16.47

Codes

Color #D5A4CC in popluar color models

D5A4CC
RGB213164204
HSL311°36.84%73.92%
HSB/HSV311°23.00%83.53%
CMYK0.00%23.00%4.23%
16.47%

Color #D5A4CC in popluar number systems.

HEXD5A4CC
Decimal213164204
Binary110101011010010011001100
Octal325244314

Shades and tints

Shades of #D5A4CC

#D5A4CC
(213,164,204)
#C296BA
(194,150,186)
#AF88A8
(175,136,168)
#9C7A96
(156,122,150)
#896C84
(137,108,132)
#765E72
(118,94,114)
#635060
(99,80,96)
#50424E
(80,66,78)
#3D343C
(61,52,60)
#2A262A
(42,38,42)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #D5A4CC

#D5A4CC
(213,164,204)
#D8ACD0
(216,172,208)
#DBB4D4
(219,180,212)
#DEBCD8
(222,188,216)
#E1C4DC
(225,196,220)
#E4CCE0
(228,204,224)
#E7D4E4
(231,212,228)
#EADCE8
(234,220,232)
#EDE4EC
(237,228,236)
#F0ECF0
(240,236,240)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A4CC color. Also use rgb(213,164,204) instead hex code.

Text Font Color

.myTextColor { color: #D5A4CC; }

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

This text font color is #D5A4CC.


Background Color

.myBgColor { background-color: #D5A4CC; }

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

This div background color is #D5A4CC.


Border color

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

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

This div border color is #D5A4CC.


Opacity

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

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

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

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

This text has shadow with #D5A4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A4CC on black background.


Color preview on white background

This text has color #D5A4CC on white background.



Black color preview on #D5A4CC background

This text has black color on #D5A4CC background.


White color preview on #D5A4CC background

This text has white color on #D5A4CC background.