COLOR #D6B7CA

HEX: #D6B7CA RGB: (214,183,202)

Color info

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

RGB color model

#D6B7CA color RGB value is (214,183,202).

RGB: (214,183,202) (84%, 72%, 79%)

RGB channels and saturation

R 214 of 255 = 84%
G 183 of 255 = 72%
B 202 of 255 = 79%

214
183
202

R + G + B ~ 78%. #D6B7CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 183 + 202 = 599 (100%)
R 214 of 599 ~ 35.73%
G 183 of 599 ~ 30.55%
B 202 of 599 ~ 33.72'%

%35.73
%30.55
%33.72

CMYK color model

#D6B7CA color CMYK value is (0,14,6,16).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 5.61%
  • key color value is 16.08%

CMYK: (0,14,6,16)
C0M14Y6K16 (0%, 14%, 6%, 16%)
(0.00 / 0.14 / 0.06 / 0.16)

CMYK percentages

%0
%14.49
%5.61
%16.08

Codes

Color #D6B7CA in popluar color models

D6 B7 CA
RGB 214 183 202
HSL 323° 27.43% 77.84%
HSB/HSV 323° 14.49% 83.92%
CMYK 0.00% 14.49% 5.61%
16.08%

Color #D6B7CA in popluar number systems.

HEX D6 B7 CA
Decimal 214 183 202
Binary 11010110 10110111 11001010
Octal 326 267 312

Shades and tints

Shades of #D6B7CA

#D6B7CA
(214,183,202)
#C3A7B8
(195,167,184)
#B097A6
(176,151,166)
#9D8794
(157,135,148)
#8A7782
(138,119,130)
#776770
(119,103,112)
#64575E
(100,87,94)
#51474C
(81,71,76)
#3E373A
(62,55,58)
#2B2728
(43,39,40)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #D6B7CA

#D6B7CA
(214,183,202)
#D9BDCE
(217,189,206)
#DCC3D2
(220,195,210)
#DFC9D6
(223,201,214)
#E2CFDA
(226,207,218)
#E5D5DE
(229,213,222)
#E8DBE2
(232,219,226)
#EBE1E6
(235,225,230)
#EEE7EA
(238,231,234)
#F1EDEE
(241,237,238)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B7CA color. Also use rgb(214,183,202) instead hex code.

Text Font Color

.myTextColor { color: #D6B7CA; }

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

This text font color is #D6B7CA.

Background Color

.myBgColor { background-color: #D6B7CA; }

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

This div background color is #D6B7CA.

Border color

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

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

This div border color is #D6B7CA.

Opacity

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

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

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

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

This text has shadow with #D6B7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6B7CA.

Preview

Color preview on black background

This text has color #D6B7CA on black background.


Color preview on white background

This text has color #D6B7CA on white background.


Black color preview on #D6B7CA background

This text has black color on #D6B7CA background.


White color preview on #D6B7CA background

This text has white color on #D6B7CA background.


Related colors

Complementary color

Complementary color for #hex is #294835.


I love getcolorcode.com

Triadic colors

1 #CAD6B7 and #B7CAD6 with #D6B7CA are triadic colors.

2 #CAB7D6 and #B7D6CA with #D6B7CA are triadic colors.