COLOR #D7BBD0

HEX: #D7BBD0
RGB: (215,187,208)

Color info

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

RGB color model

#D7BBD0 color RGB value is (215,187,208).

  • red value is 215;
  • green value is 187;
  • blue value is 208.
RGB:
(215,187,208)
(84%,73%,82%)

RGB channels and saturation

R 215 of 255 = 84%
G 187 of 255 = 73%
B 208 of 255 = 82%

215
187
208

R + G + B ~ 80%. #D7BBD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 187 + 208 = 610 (100%)
R 215 of 610 ~ 35.25%
G 187 of 610 ~ 30.66%
B 208 of 610 ~ 34.1%

%35.25
%30.66
%34.1

CMYK color model

#D7BBD0 color CMYK value is (0,13,3,16).

  • cyan value is 0.00%
  • magenta value is 13.02%
  • yellow value is 3.26%
  • key color value is 15.69%
CMYK:
(0,13,3,16)
C0M13Y3K16 
(0%,13%,3%,16%)
(0.00/0.13/0.03/0.16)	

CMYK percentages

%0
%13.02
%3.26
%15.69

Codes

Color #D7BBD0 in popluar color models

D7BBD0
RGB215187208
HSL315°25.93%78.82%
HSB/HSV315°13.02%84.31%
CMYK0.00%13.02%3.26%
15.69%

Color #D7BBD0 in popluar number systems.

HEXD7BBD0
Decimal215187208
Binary110101111011101111010000
Octal327273320

Shades and tints

Shades of #D7BBD0

#D7BBD0
(215,187,208)
#C4AABE
(196,170,190)
#B199AC
(177,153,172)
#9E889A
(158,136,154)
#8B7788
(139,119,136)
#786676
(120,102,118)
#655564
(101,85,100)
#524452
(82,68,82)
#3F3340
(63,51,64)
#2C222E
(44,34,46)
#19111C
(25,17,28)
#000000
(0,0,0)

Tints of #D7BBD0

#D7BBD0
(215,187,208)
#DAC1D4
(218,193,212)
#DDC7D8
(221,199,216)
#E0CDDC
(224,205,220)
#E3D3E0
(227,211,224)
#E6D9E4
(230,217,228)
#E9DFE8
(233,223,232)
#ECE5EC
(236,229,236)
#EFEBF0
(239,235,240)
#F2F1F4
(242,241,244)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BBD0 color. Also use rgb(215,187,208) instead hex code.

Text Font Color

.myTextColor { color: #D7BBD0; }

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

This text font color is #D7BBD0.


Background Color

.myBgColor { background-color: #D7BBD0; }

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

This div background color is #D7BBD0.


Border color

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

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

This div border color is #D7BBD0.


Opacity

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

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

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

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

This text has shadow with #D7BBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BBD0 on black background.


Color preview on white background

This text has color #D7BBD0 on white background.



Black color preview on #D7BBD0 background

This text has black color on #D7BBD0 background.


White color preview on #D7BBD0 background

This text has white color on #D7BBD0 background.