COLOR #D7B2C9

HEX: #D7B2C9
RGB: (215,178,201)

Color info

#D7B2C9 contains red, green and blue colors in about the same proportion. Web safe color of #D7B2C9 is #CC99CC (or #C9C).

RGB color model

#D7B2C9 color RGB value is (215,178,201).

  • red value is 215;
  • green value is 178;
  • blue value is 201.
RGB:
(215,178,201)
(84%,70%,79%)

RGB channels and saturation

R 215 of 255 = 84%
G 178 of 255 = 70%
B 201 of 255 = 79%

215
178
201

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

Portions of RGB colors in percentages

R + G + B =
215 + 178 + 201 = 594 (100%)
R 215 of 594 ~ 36.2%
G 178 of 594 ~ 29.97%
B 201 of 594 ~ 33.84%

%36.2
%29.97
%33.84

CMYK color model

#D7B2C9 color CMYK value is (0,17,7,16).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 6.51%
  • key color value is 15.69%
CMYK:
(0,17,7,16)
C0M17Y7K16 
(0%,17%,7%,16%)
(0.00/0.17/0.07/0.16)	

CMYK percentages

%0
%17.21
%6.51
%15.69

Codes

Color #D7B2C9 in popluar color models

D7B2C9
RGB215178201
HSL323°31.62%77.06%
HSB/HSV323°17.21%84.31%
CMYK0.00%17.21%6.51%
15.69%

Color #D7B2C9 in popluar number systems.

HEXD7B2C9
Decimal215178201
Binary110101111011001011001001
Octal327262311

Shades and tints

Shades of #D7B2C9

#D7B2C9
(215,178,201)
#C4A2B7
(196,162,183)
#B192A5
(177,146,165)
#9E8293
(158,130,147)
#8B7281
(139,114,129)
#78626F
(120,98,111)
#65525D
(101,82,93)
#52424B
(82,66,75)
#3F3239
(63,50,57)
#2C2227
(44,34,39)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #D7B2C9

#D7B2C9
(215,178,201)
#DAB9CD
(218,185,205)
#DDC0D1
(221,192,209)
#E0C7D5
(224,199,213)
#E3CED9
(227,206,217)
#E6D5DD
(230,213,221)
#E9DCE1
(233,220,225)
#ECE3E5
(236,227,229)
#EFEAE9
(239,234,233)
#F2F1ED
(242,241,237)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B2C9 color. Also use rgb(215,178,201) instead hex code.

Text Font Color

.myTextColor { color: #D7B2C9; }

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

This text font color is #D7B2C9.


Background Color

.myBgColor { background-color: #D7B2C9; }

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

This div background color is #D7B2C9.


Border color

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

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

This div border color is #D7B2C9.


Opacity

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

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

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

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

This text has shadow with #D7B2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B2C9 on black background.


Color preview on white background

This text has color #D7B2C9 on white background.



Black color preview on #D7B2C9 background

This text has black color on #D7B2C9 background.


White color preview on #D7B2C9 background

This text has white color on #D7B2C9 background.