COLOR #D7B1CA

HEX: #D7B1CA
RGB: (215,177,202)

Color info

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

RGB color model

#D7B1CA color RGB value is (215,177,202).

  • red value is 215;
  • green value is 177;
  • blue value is 202.
RGB:
(215,177,202)
(84%,69%,79%)

RGB channels and saturation

R 215 of 255 = 84%
G 177 of 255 = 69%
B 202 of 255 = 79%

215
177
202

R + G + B ~ 77%. #D7B1CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 177 + 202 = 594 (100%)
R 215 of 594 ~ 36.2%
G 177 of 594 ~ 29.8%
B 202 of 594 ~ 34.01%

%36.2
%29.8
%34.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.67%
  • yellow value is 6.05%
  • key color value is 15.69%
CMYK:
(0,18,6,16)
C0M18Y6K16 
(0%,18%,6%,16%)
(0.00/0.18/0.06/0.16)	

CMYK percentages

%0
%17.67
%6.05
%15.69

Codes

Color #D7B1CA in popluar color models

D7B1CA
RGB215177202
HSL321°32.20%76.86%
HSB/HSV321°17.67%84.31%
CMYK0.00%17.67%6.05%
15.69%

Color #D7B1CA in popluar number systems.

HEXD7B1CA
Decimal215177202
Binary110101111011000111001010
Octal327261312

Shades and tints

Shades of #D7B1CA

#D7B1CA
(215,177,202)
#C4A1B8
(196,161,184)
#B191A6
(177,145,166)
#9E8194
(158,129,148)
#8B7182
(139,113,130)
#786170
(120,97,112)
#65515E
(101,81,94)
#52414C
(82,65,76)
#3F313A
(63,49,58)
#2C2128
(44,33,40)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #D7B1CA

#D7B1CA
(215,177,202)
#DAB8CE
(218,184,206)
#DDBFD2
(221,191,210)
#E0C6D6
(224,198,214)
#E3CDDA
(227,205,218)
#E6D4DE
(230,212,222)
#E9DBE2
(233,219,226)
#ECE2E6
(236,226,230)
#EFE9EA
(239,233,234)
#F2F0EE
(242,240,238)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B1CA color. Also use rgb(215,177,202) instead hex code.

Text Font Color

.myTextColor { color: #D7B1CA; }

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

This text font color is #D7B1CA.


Background Color

.myBgColor { background-color: #D7B1CA; }

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

This div background color is #D7B1CA.


Border color

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

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

This div border color is #D7B1CA.


Opacity

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

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

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

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

This text has shadow with #D7B1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B1CA on black background.


Color preview on white background

This text has color #D7B1CA on white background.



Black color preview on #D7B1CA background

This text has black color on #D7B1CA background.


White color preview on #D7B1CA background

This text has white color on #D7B1CA background.