COLOR #D4AFCB

HEX: #D4AFCB
RGB: (212,175,203)

Color info

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

RGB color model

#D4AFCB color RGB value is (212,175,203).

  • red value is 212;
  • green value is 175;
  • blue value is 203.
RGB:
(212,175,203)
(83%,69%,80%)

RGB channels and saturation

R 212 of 255 = 83%
G 175 of 255 = 69%
B 203 of 255 = 80%

212
175
203

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

Portions of RGB colors in percentages

R + G + B =
212 + 175 + 203 = 590 (100%)
R 212 of 590 ~ 35.93%
G 175 of 590 ~ 29.66%
B 203 of 590 ~ 34.41%

%35.93
%29.66
%34.41

CMYK color model

#D4AFCB color CMYK value is (0,17,4,17).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 4.25%
  • key color value is 16.86%
CMYK:
(0,17,4,17)
C0M17Y4K17 
(0%,17%,4%,17%)
(0.00/0.17/0.04/0.17)	

CMYK percentages

%0
%17.45
%4.25
%16.86

Codes

Color #D4AFCB in popluar color models

D4AFCB
RGB212175203
HSL315°30.08%75.88%
HSB/HSV315°17.45%83.14%
CMYK0.00%17.45%4.25%
16.86%

Color #D4AFCB in popluar number systems.

HEXD4AFCB
Decimal212175203
Binary110101001010111111001011
Octal324257313

Shades and tints

Shades of #D4AFCB

#D4AFCB
(212,175,203)
#C1A0B9
(193,160,185)
#AE91A7
(174,145,167)
#9B8295
(155,130,149)
#887383
(136,115,131)
#756471
(117,100,113)
#62555F
(98,85,95)
#4F464D
(79,70,77)
#3C373B
(60,55,59)
#292829
(41,40,41)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #D4AFCB

#D4AFCB
(212,175,203)
#D7B6CF
(215,182,207)
#DABDD3
(218,189,211)
#DDC4D7
(221,196,215)
#E0CBDB
(224,203,219)
#E3D2DF
(227,210,223)
#E6D9E3
(230,217,227)
#E9E0E7
(233,224,231)
#ECE7EB
(236,231,235)
#EFEEEF
(239,238,239)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AFCB color. Also use rgb(212,175,203) instead hex code.

Text Font Color

.myTextColor { color: #D4AFCB; }

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

This text font color is #D4AFCB.


Background Color

.myBgColor { background-color: #D4AFCB; }

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

This div background color is #D4AFCB.


Border color

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

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

This div border color is #D4AFCB.


Opacity

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

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

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

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

This text has shadow with #D4AFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AFCB on black background.


Color preview on white background

This text has color #D4AFCB on white background.



Black color preview on #D4AFCB background

This text has black color on #D4AFCB background.


White color preview on #D4AFCB background

This text has white color on #D4AFCB background.