COLOR #D6BDCC

HEX: #D6BDCC RGB: (214,189,204)

Color info

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

RGB color model

#D6BDCC color RGB value is (214,189,204).

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

RGB channels and saturation

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

214
189
204

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

Portions of RGB colors in percentages

R + G + B = 214 + 189 + 204 = 607 (100%)
R 214 of 607 ~ 35.26%
G 189 of 607 ~ 31.14%
B 204 of 607 ~ 33.61'%

%35.26
%31.14
%33.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 4.67%
  • key color value is 16.08%

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

CMYK percentages

%0
%11.68
%4.67
%16.08

Codes

Color #D6BDCC in popluar color models

D6 BD CC
RGB 214 189 204
HSL 324° 23.36% 79.02%
HSB/HSV 324° 11.68% 83.92%
CMYK 0.00% 11.68% 4.67%
16.08%

Color #D6BDCC in popluar number systems.

HEX D6 BD CC
Decimal 214 189 204
Binary 11010110 10111101 11001100
Octal 326 275 314

Shades and tints

Shades of #D6BDCC

#D6BDCC
(214,189,204)
#C3ACBA
(195,172,186)
#B09BA8
(176,155,168)
#9D8A96
(157,138,150)
#8A7984
(138,121,132)
#776872
(119,104,114)
#645760
(100,87,96)
#51464E
(81,70,78)
#3E353C
(62,53,60)
#2B242A
(43,36,42)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #D6BDCC

#D6BDCC
(214,189,204)
#D9C3D0
(217,195,208)
#DCC9D4
(220,201,212)
#DFCFD8
(223,207,216)
#E2D5DC
(226,213,220)
#E5DBE0
(229,219,224)
#E8E1E4
(232,225,228)
#EBE7E8
(235,231,232)
#EEEDEC
(238,237,236)
#F1F3F0
(241,243,240)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BDCC; }

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

This text font color is #D6BDCC.

Background Color

.myBgColor { background-color: #D6BDCC; }

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

This div background color is #D6BDCC.

Border color

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

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

This div border color is #D6BDCC.

Opacity

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

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

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

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

This text has shadow with #D6BDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BDCC.

Preview

Color preview on black background

This text has color #D6BDCC on black background.


Color preview on white background

This text has color #D6BDCC on white background.


Black color preview on #D6BDCC background

This text has black color on #D6BDCC background.


White color preview on #D6BDCC background

This text has white color on #D6BDCC background.


Related colors

Complementary color

Complementary color for #hex is #294233.


I love getcolorcode.com

Triadic colors

1 #CCD6BD and #BDCCD6 with #D6BDCC are triadic colors.

2 #CCBDD6 and #BDD6CC with #D6BDCC are triadic colors.