COLOR #D6B4CA

HEX: #D6B4CA RGB: (214,180,202)

Color info

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

RGB color model

#D6B4CA color RGB value is (214,180,202).

RGB: (214,180,202) (84%, 71%, 79%)

RGB channels and saturation

R 214 of 255 = 84%
G 180 of 255 = 71%
B 202 of 255 = 79%

214
180
202

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

Portions of RGB colors in percentages

R + G + B = 214 + 180 + 202 = 596 (100%)
R 214 of 596 ~ 35.91%
G 180 of 596 ~ 30.2%
B 202 of 596 ~ 33.89'%

%35.91
%30.2
%33.89

CMYK color model

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

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

CMYK: (0,16,6,16)
C0M16Y6K16 (0%, 16%, 6%, 16%)
(0.00 / 0.16 / 0.06 / 0.16)

CMYK percentages

%0
%15.89
%5.61
%16.08

Codes

Color #D6B4CA in popluar color models

D6 B4 CA
RGB 214 180 202
HSL 321° 29.31% 77.25%
HSB/HSV 321° 15.89% 83.92%
CMYK 0.00% 15.89% 5.61%
16.08%

Color #D6B4CA in popluar number systems.

HEX D6 B4 CA
Decimal 214 180 202
Binary 11010110 10110100 11001010
Octal 326 264 312

Shades and tints

Shades of #D6B4CA

#D6B4CA
(214,180,202)
#C3A4B8
(195,164,184)
#B094A6
(176,148,166)
#9D8494
(157,132,148)
#8A7482
(138,116,130)
#776470
(119,100,112)
#64545E
(100,84,94)
#51444C
(81,68,76)
#3E343A
(62,52,58)
#2B2428
(43,36,40)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #D6B4CA

#D6B4CA
(214,180,202)
#D9BACE
(217,186,206)
#DCC0D2
(220,192,210)
#DFC6D6
(223,198,214)
#E2CCDA
(226,204,218)
#E5D2DE
(229,210,222)
#E8D8E2
(232,216,226)
#EBDEE6
(235,222,230)
#EEE4EA
(238,228,234)
#F1EAEE
(241,234,238)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B4CA; }

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

This text font color is #D6B4CA.

Background Color

.myBgColor { background-color: #D6B4CA; }

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

This div background color is #D6B4CA.

Border color

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

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

This div border color is #D6B4CA.

Opacity

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

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

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

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

This text has shadow with #D6B4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6B4CA.

Preview

Color preview on black background

This text has color #D6B4CA on black background.


Color preview on white background

This text has color #D6B4CA on white background.


Black color preview on #D6B4CA background

This text has black color on #D6B4CA background.


White color preview on #D6B4CA background

This text has white color on #D6B4CA background.


Related colors

Complementary color

Complementary color for #hex is #294B35.


I love getcolorcode.com

Triadic colors

1 #CAD6B4 and #B4CAD6 with #D6B4CA are triadic colors.

2 #CAB4D6 and #B4D6CA with #D6B4CA are triadic colors.