COLOR #D7BDCC

HEX: #D7BDCC RGB: (215,189,204)

Color info

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

RGB color model

#D7BDCC color RGB value is (215,189,204).

RGB: (215,189,204) (84%, 74%, 80%)

RGB channels and saturation

R 215 of 255 = 84%
G 189 of 255 = 74%
B 204 of 255 = 80%

215
189
204

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

Portions of RGB colors in percentages

R + G + B = 215 + 189 + 204 = 608 (100%)
R 215 of 608 ~ 35.36%
G 189 of 608 ~ 31.09%
B 204 of 608 ~ 33.55'%

%35.36
%31.09
%33.55

CMYK color model

#D7BDCC color CMYK value is (0,12,5,16).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 5.12%
  • key color value is 15.69%

CMYK: (0,12,5,16)
C0M12Y5K16 (0%, 12%, 5%, 16%)
(0.00 / 0.12 / 0.05 / 0.16)

CMYK percentages

%0
%12.09
%5.12
%15.69

Codes

Color #D7BDCC in popluar color models

D7 BD CC
RGB 215 189 204
HSL 325° 24.53% 79.22%
HSB/HSV 325° 12.09% 84.31%
CMYK 0.00% 12.09% 5.12%
15.69%

Color #D7BDCC in popluar number systems.

HEX D7 BD CC
Decimal 215 189 204
Binary 11010111 10111101 11001100
Octal 327 275 314

Shades and tints

Shades of #D7BDCC

#D7BDCC
(215,189,204)
#C4ACBA
(196,172,186)
#B19BA8
(177,155,168)
#9E8A96
(158,138,150)
#8B7984
(139,121,132)
#786872
(120,104,114)
#655760
(101,87,96)
#52464E
(82,70,78)
#3F353C
(63,53,60)
#2C242A
(44,36,42)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #D7BDCC

#D7BDCC
(215,189,204)
#DAC3D0
(218,195,208)
#DDC9D4
(221,201,212)
#E0CFD8
(224,207,216)
#E3D5DC
(227,213,220)
#E6DBE0
(230,219,224)
#E9E1E4
(233,225,228)
#ECE7E8
(236,231,232)
#EFEDEC
(239,237,236)
#F2F3F0
(242,243,240)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BDCC color. Also use rgb(215,189,204) instead hex code.

Text Font Color

.myTextColor { color: #D7BDCC; }

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

This text font color is #D7BDCC.

Background Color

.myBgColor { background-color: #D7BDCC; }

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

This div background color is #D7BDCC.

Border color

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

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

This div border color is #D7BDCC.

Opacity

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

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

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

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

This text has shadow with #D7BDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7BDCC.

Preview

Color preview on black background

This text has color #D7BDCC on black background.


Color preview on white background

This text has color #D7BDCC on white background.


Black color preview on #D7BDCC background

This text has black color on #D7BDCC background.


White color preview on #D7BDCC background

This text has white color on #D7BDCC background.


Related colors

Complementary color

Complementary color for #hex is #284233.


I love getcolorcode.com

Triadic colors

1 #CCD7BD and #BDCCD7 with #D7BDCC are triadic colors.

2 #CCBDD7 and #BDD7CC with #D7BDCC are triadic colors.