COLOR #D4BDCD

HEX: #D4BDCD
RGB: (212,189,205)

Color info

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

RGB color model

#D4BDCD color RGB value is (212,189,205).

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

RGB channels and saturation

R 212 of 255 = 83%
G 189 of 255 = 74%
B 205 of 255 = 80%

212
189
205

R + G + B ~ 79%. #D4BDCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 189 + 205 = 606 (100%)
R 212 of 606 ~ 34.98%
G 189 of 606 ~ 31.19%
B 205 of 606 ~ 33.83%

%34.98
%31.19
%33.83

CMYK color model

#D4BDCD color CMYK value is (0,11,3,17).

  • cyan value is 0.00%
  • magenta value is 10.85%
  • yellow value is 3.30%
  • key color value is 16.86%
CMYK: (0,11,3,17) C0M11Y3K17 (0%,11%,3%,17%) (0.00/0.11/0.03/0.17)

CMYK percentages

%0
%10.85
%3.3
%16.86

Codes

Color #D4BDCD in popluar color models

D4BDCD
RGB212189205
HSL318°21.10%78.63%
HSB/HSV318°10.85%83.14%
CMYK0.00%10.85%3.30%
16.86%

Color #D4BDCD in popluar number systems.

HEXD4BDCD
Decimal212189205
Binary110101001011110111001101
Octal324275315

Shades and tints

Shades of #D4BDCD

#D4BDCD
(212,189,205)
#C1ACBB
(193,172,187)
#AE9BA9
(174,155,169)
#9B8A97
(155,138,151)
#887985
(136,121,133)
#756873
(117,104,115)
#625761
(98,87,97)
#4F464F
(79,70,79)
#3C353D
(60,53,61)
#29242B
(41,36,43)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #D4BDCD

#D4BDCD
(212,189,205)
#D7C3D1
(215,195,209)
#DAC9D5
(218,201,213)
#DDCFD9
(221,207,217)
#E0D5DD
(224,213,221)
#E3DBE1
(227,219,225)
#E6E1E5
(230,225,229)
#E9E7E9
(233,231,233)
#ECEDED
(236,237,237)
#EFF3F1
(239,243,241)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BDCD; }

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

This text font color is #D4BDCD.


Background Color

.myBgColor { background-color: #D4BDCD; }

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

This div background color is #D4BDCD.


Border color

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

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

This div border color is #D4BDCD.


Opacity

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

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

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

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

This text has shadow with #D4BDCD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D4BDCD on black background.


Color preview on white background

This text has color #D4BDCD on white background.



Black color preview on #D4BDCD background

This text has black color on #D4BDCD background.


White color preview on #D4BDCD background

This text has white color on #D4BDCD background.