COLOR #D4BDC0

HEX: #D4BDC0
RGB: (212,189,192)

Color info

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

RGB color model

#D4BDC0 color RGB value is (212,189,192).

  • red value is 212;
  • green value is 189;
  • blue value is 192.
RGB:
(212,189,192)
(83%,74%,75%)

RGB channels and saturation

R 212 of 255 = 83%
G 189 of 255 = 74%
B 192 of 255 = 75%

212
189
192

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

Portions of RGB colors in percentages

R + G + B =
212 + 189 + 192 = 593 (100%)
R 212 of 593 ~ 35.75%
G 189 of 593 ~ 31.87%
B 192 of 593 ~ 32.38%

%35.75
%31.87
%32.38

CMYK color model

#D4BDC0 color CMYK value is (0,11,9,17).

  • cyan value is 0.00%
  • magenta value is 10.85%
  • yellow value is 9.43%
  • key color value is 16.86%
CMYK:
(0,11,9,17)
C0M11Y9K17 
(0%,11%,9%,17%)
(0.00/0.11/0.09/0.17)	

CMYK percentages

%0
%10.85
%9.43
%16.86

Codes

Color #D4BDC0 in popluar color models

D4BDC0
RGB212189192
HSL352°21.10%78.63%
HSB/HSV352°10.85%83.14%
CMYK0.00%10.85%9.43%
16.86%

Color #D4BDC0 in popluar number systems.

HEXD4BDC0
Decimal212189192
Binary110101001011110111000000
Octal324275300

Shades and tints

Shades of #D4BDC0

#D4BDC0
(212,189,192)
#C1ACAF
(193,172,175)
#AE9B9E
(174,155,158)
#9B8A8D
(155,138,141)
#88797C
(136,121,124)
#75686B
(117,104,107)
#62575A
(98,87,90)
#4F4649
(79,70,73)
#3C3538
(60,53,56)
#292427
(41,36,39)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #D4BDC0

#D4BDC0
(212,189,192)
#D7C3C5
(215,195,197)
#DAC9CA
(218,201,202)
#DDCFCF
(221,207,207)
#E0D5D4
(224,213,212)
#E3DBD9
(227,219,217)
#E6E1DE
(230,225,222)
#E9E7E3
(233,231,227)
#ECEDE8
(236,237,232)
#EFF3ED
(239,243,237)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BDC0 color. Also use rgb(212,189,192) instead hex code.

Text Font Color

.myTextColor { color: #D4BDC0; }

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

This text font color is #D4BDC0.


Background Color

.myBgColor { background-color: #D4BDC0; }

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

This div background color is #D4BDC0.


Border color

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

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

This div border color is #D4BDC0.


Opacity

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

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

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

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

This text has shadow with #D4BDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BDC0 on black background.


Color preview on white background

This text has color #D4BDC0 on white background.



Black color preview on #D4BDC0 background

This text has black color on #D4BDC0 background.


White color preview on #D4BDC0 background

This text has white color on #D4BDC0 background.