COLOR #D6A7B2

HEX: #D6A7B2
RGB: (214,167,178)

Color info

#D6A7B2 contains red, green and blue colors in about the same proportion. Web safe color of #D6A7B2 is #CC9999 (or #C99).

RGB color model

#D6A7B2 color RGB value is (214,167,178).

  • red value is 214;
  • green value is 167;
  • blue value is 178.
RGB:
(214,167,178)
(84%,65%,70%)

RGB channels and saturation

R 214 of 255 = 84%
G 167 of 255 = 65%
B 178 of 255 = 70%

214
167
178

R + G + B ~ 73%. #D6A7B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 167 + 178 = 559 (100%)
R 214 of 559 ~ 38.28%
G 167 of 559 ~ 29.87%
B 178 of 559 ~ 31.84%

%38.28
%29.87
%31.84

CMYK color model

#D6A7B2 color CMYK value is (0,22,17,16).

  • cyan value is 0.00%
  • magenta value is 21.96%
  • yellow value is 16.82%
  • key color value is 16.08%
CMYK:
(0,22,17,16)
C0M22Y17K16 
(0%,22%,17%,16%)
(0.00/0.22/0.17/0.16)	

CMYK percentages

%0
%21.96
%16.82
%16.08

Codes

Color #D6A7B2 in popluar color models

D6A7B2
RGB214167178
HSL346°36.43%74.71%
HSB/HSV346°21.96%83.92%
CMYK0.00%21.96%16.82%
16.08%

Color #D6A7B2 in popluar number systems.

HEXD6A7B2
Decimal214167178
Binary110101101010011110110010
Octal326247262

Shades and tints

Shades of #D6A7B2

#D6A7B2
(214,167,178)
#C398A2
(195,152,162)
#B08992
(176,137,146)
#9D7A82
(157,122,130)
#8A6B72
(138,107,114)
#775C62
(119,92,98)
#644D52
(100,77,82)
#513E42
(81,62,66)
#3E2F32
(62,47,50)
#2B2022
(43,32,34)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #D6A7B2

#D6A7B2
(214,167,178)
#D9AFB9
(217,175,185)
#DCB7C0
(220,183,192)
#DFBFC7
(223,191,199)
#E2C7CE
(226,199,206)
#E5CFD5
(229,207,213)
#E8D7DC
(232,215,220)
#EBDFE3
(235,223,227)
#EEE7EA
(238,231,234)
#F1EFF1
(241,239,241)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A7B2 color. Also use rgb(214,167,178) instead hex code.

Text Font Color

.myTextColor { color: #D6A7B2; }

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

This text font color is #D6A7B2.


Background Color

.myBgColor { background-color: #D6A7B2; }

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

This div background color is #D6A7B2.


Border color

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

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

This div border color is #D6A7B2.


Opacity

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

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

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

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

This text has shadow with #D6A7B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A7B2 on black background.


Color preview on white background

This text has color #D6A7B2 on white background.



Black color preview on #D6A7B2 background

This text has black color on #D6A7B2 background.


White color preview on #D6A7B2 background

This text has white color on #D6A7B2 background.