COLOR #D4B4CA

HEX: #D4B4CA
RGB: (212,180,202)

Color info

#D4B4CA contains red, green and blue colors in about the same proportion. Web safe color of #D4B4CA is #CCCCCC (or #CCC).

RGB color model

#D4B4CA color RGB value is (212,180,202).

  • red value is 212;
  • green value is 180;
  • blue value is 202.
RGB:
(212,180,202)
(83%,71%,79%)

RGB channels and saturation

R 212 of 255 = 83%
G 180 of 255 = 71%
B 202 of 255 = 79%

212
180
202

R + G + B ~ 78%. #D4B4CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 180 + 202 = 594 (100%)
R 212 of 594 ~ 35.69%
G 180 of 594 ~ 30.3%
B 202 of 594 ~ 34.01%

%35.69
%30.3
%34.01

CMYK color model

#D4B4CA color CMYK value is (0,15,5,17).

  • cyan value is 0.00%
  • magenta value is 15.09%
  • yellow value is 4.72%
  • key color value is 16.86%
CMYK:
(0,15,5,17)
C0M15Y5K17 
(0%,15%,5%,17%)
(0.00/0.15/0.05/0.17)	

CMYK percentages

%0
%15.09
%4.72
%16.86

Codes

Color #D4B4CA in popluar color models

D4B4CA
RGB212180202
HSL319°27.12%76.86%
HSB/HSV319°15.09%83.14%
CMYK0.00%15.09%4.72%
16.86%

Color #D4B4CA in popluar number systems.

HEXD4B4CA
Decimal212180202
Binary110101001011010011001010
Octal324264312

Shades and tints

Shades of #D4B4CA

#D4B4CA
(212,180,202)
#C1A4B8
(193,164,184)
#AE94A6
(174,148,166)
#9B8494
(155,132,148)
#887482
(136,116,130)
#756470
(117,100,112)
#62545E
(98,84,94)
#4F444C
(79,68,76)
#3C343A
(60,52,58)
#292428
(41,36,40)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #D4B4CA

#D4B4CA
(212,180,202)
#D7BACE
(215,186,206)
#DAC0D2
(218,192,210)
#DDC6D6
(221,198,214)
#E0CCDA
(224,204,218)
#E3D2DE
(227,210,222)
#E6D8E2
(230,216,226)
#E9DEE6
(233,222,230)
#ECE4EA
(236,228,234)
#EFEAEE
(239,234,238)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B4CA color. Also use rgb(212,180,202) instead hex code.

Text Font Color

.myTextColor { color: #D4B4CA; }

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

This text font color is #D4B4CA.


Background Color

.myBgColor { background-color: #D4B4CA; }

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

This div background color is #D4B4CA.


Border color

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

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

This div border color is #D4B4CA.


Opacity

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

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

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

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

This text has shadow with #D4B4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B4CA on black background.


Color preview on white background

This text has color #D4B4CA on white background.



Black color preview on #D4B4CA background

This text has black color on #D4B4CA background.


White color preview on #D4B4CA background

This text has white color on #D4B4CA background.