COLOR #D6BDCD

HEX: #D6BDCD
RGB: (214,189,205)

Color info

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

RGB color model

#D6BDCD color RGB value is (214,189,205).

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

RGB channels and saturation

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

214
189
205

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

Portions of RGB colors in percentages

R + G + B =
214 + 189 + 205 = 608 (100%)
R 214 of 608 ~ 35.2%
G 189 of 608 ~ 31.09%
B 205 of 608 ~ 33.72%

%35.2
%31.09
%33.72

CMYK color model

#D6BDCD color CMYK value is (0,12,4,16).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 4.21%
  • key color value is 16.08%
CMYK:
(0,12,4,16)
C0M12Y4K16 
(0%,12%,4%,16%)
(0.00/0.12/0.04/0.16)	

CMYK percentages

%0
%11.68
%4.21
%16.08

Codes

Color #D6BDCD in popluar color models

D6BDCD
RGB214189205
HSL322°23.36%79.02%
HSB/HSV322°11.68%83.92%
CMYK0.00%11.68%4.21%
16.08%

Color #D6BDCD in popluar number systems.

HEXD6BDCD
Decimal214189205
Binary110101101011110111001101
Octal326275315

Shades and tints

Shades of #D6BDCD

#D6BDCD
(214,189,205)
#C3ACBB
(195,172,187)
#B09BA9
(176,155,169)
#9D8A97
(157,138,151)
#8A7985
(138,121,133)
#776873
(119,104,115)
#645761
(100,87,97)
#51464F
(81,70,79)
#3E353D
(62,53,61)
#2B242B
(43,36,43)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #D6BDCD

#D6BDCD
(214,189,205)
#D9C3D1
(217,195,209)
#DCC9D5
(220,201,213)
#DFCFD9
(223,207,217)
#E2D5DD
(226,213,221)
#E5DBE1
(229,219,225)
#E8E1E5
(232,225,229)
#EBE7E9
(235,231,233)
#EEEDED
(238,237,237)
#F1F3F1
(241,243,241)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BDCD; }

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

This text font color is #D6BDCD.


Background Color

.myBgColor { background-color: #D6BDCD; }

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

This div background color is #D6BDCD.


Border color

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

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

This div border color is #D6BDCD.


Opacity

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

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

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

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

This text has shadow with #D6BDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BDCD on black background.


Color preview on white background

This text has color #D6BDCD on white background.



Black color preview on #D6BDCD background

This text has black color on #D6BDCD background.


White color preview on #D6BDCD background

This text has white color on #D6BDCD background.