COLOR #D7B0CC

HEX: #D7B0CC RGB: (215,176,204)

Color info

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

RGB color model

#D7B0CC color RGB value is (215,176,204).

RGB: (215,176,204) (84%, 69%, 80%)

RGB channels and saturation

R 215 of 255 = 84%
G 176 of 255 = 69%
B 204 of 255 = 80%

215
176
204

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

Portions of RGB colors in percentages

R + G + B = 215 + 176 + 204 = 595 (100%)
R 215 of 595 ~ 36.13%
G 176 of 595 ~ 29.58%
B 204 of 595 ~ 34.29'%

%36.13
%29.58
%34.29

CMYK color model

#D7B0CC color CMYK value is (0,18,5,16).

  • cyan value is 0.00%
  • magenta value is 18.14%
  • yellow value is 5.12%
  • key color value is 15.69%

CMYK: (0,18,5,16)
C0M18Y5K16 (0%, 18%, 5%, 16%)
(0.00 / 0.18 / 0.05 / 0.16)

CMYK percentages

%0
%18.14
%5.12
%15.69

Codes

Color #D7B0CC in popluar color models

D7 B0 CC
RGB 215 176 204
HSL 317° 32.77% 76.67%
HSB/HSV 317° 18.14% 84.31%
CMYK 0.00% 18.14% 5.12%
15.69%

Color #D7B0CC in popluar number systems.

HEX D7 B0 CC
Decimal 215 176 204
Binary 11010111 10110000 11001100
Octal 327 260 314

Shades and tints

Shades of #D7B0CC

#D7B0CC
(215,176,204)
#C4A0BA
(196,160,186)
#B190A8
(177,144,168)
#9E8096
(158,128,150)
#8B7084
(139,112,132)
#786072
(120,96,114)
#655060
(101,80,96)
#52404E
(82,64,78)
#3F303C
(63,48,60)
#2C202A
(44,32,42)
#191018
(25,16,24)
#000000
(0,0,0)

Tints of #D7B0CC

#D7B0CC
(215,176,204)
#DAB7D0
(218,183,208)
#DDBED4
(221,190,212)
#E0C5D8
(224,197,216)
#E3CCDC
(227,204,220)
#E6D3E0
(230,211,224)
#E9DAE4
(233,218,228)
#ECE1E8
(236,225,232)
#EFE8EC
(239,232,236)
#F2EFF0
(242,239,240)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B0CC color. Also use rgb(215,176,204) instead hex code.

Text Font Color

.myTextColor { color: #D7B0CC; }

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

This text font color is #D7B0CC.

Background Color

.myBgColor { background-color: #D7B0CC; }

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

This div background color is #D7B0CC.

Border color

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

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

This div border color is #D7B0CC.

Opacity

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

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

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

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

This text has shadow with #D7B0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B0CC.

Preview

Color preview on black background

This text has color #D7B0CC on black background.


Color preview on white background

This text has color #D7B0CC on white background.


Black color preview on #D7B0CC background

This text has black color on #D7B0CC background.


White color preview on #D7B0CC background

This text has white color on #D7B0CC background.


Related colors

Complementary color

Complementary color for #hex is #284F33.


I love getcolorcode.com

Triadic colors

1 #CCD7B0 and #B0CCD7 with #D7B0CC are triadic colors.

2 #CCB0D7 and #B0D7CC with #D7B0CC are triadic colors.