COLOR #D7B7DB

HEX: #D7B7DB
RGB: (215,183,219)

Color info

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

RGB color model

#D7B7DB color RGB value is (215,183,219).

  • red value is 215;
  • green value is 183;
  • blue value is 219.
RGB:
(215,183,219)
(84%,72%,86%)

RGB channels and saturation

R 215 of 255 = 84%
G 183 of 255 = 72%
B 219 of 255 = 86%

215
183
219

R + G + B ~ 81%. #D7B7DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 183 + 219 = 617 (100%)
R 215 of 617 ~ 34.85%
G 183 of 617 ~ 29.66%
B 219 of 617 ~ 35.49%

%34.85
%29.66
%35.49

CMYK color model

#D7B7DB color CMYK value is (2,16,0,14).

  • cyan value is 1.83%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(2,16,0,14)
C2M16Y0K14 
(2%,16%,0%,14%)
(0.02/0.16/0.00/0.14)	

CMYK percentages

%1.83
%16.44
%0
%14.12

Codes

Color #D7B7DB in popluar color models

D7B7DB
RGB215183219
HSL293°33.33%78.82%
HSB/HSV293°16.44%85.88%
CMYK1.83%16.44%0.00%
14.12%

Color #D7B7DB in popluar number systems.

HEXD7B7DB
Decimal215183219
Binary110101111011011111011011
Octal327267333

Shades and tints

Shades of #D7B7DB

#D7B7DB
(215,183,219)
#C4A7C8
(196,167,200)
#B197B5
(177,151,181)
#9E87A2
(158,135,162)
#8B778F
(139,119,143)
#78677C
(120,103,124)
#655769
(101,87,105)
#524756
(82,71,86)
#3F3743
(63,55,67)
#2C2730
(44,39,48)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #D7B7DB

#D7B7DB
(215,183,219)
#DABDDE
(218,189,222)
#DDC3E1
(221,195,225)
#E0C9E4
(224,201,228)
#E3CFE7
(227,207,231)
#E6D5EA
(230,213,234)
#E9DBED
(233,219,237)
#ECE1F0
(236,225,240)
#EFE7F3
(239,231,243)
#F2EDF6
(242,237,246)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B7DB color. Also use rgb(215,183,219) instead hex code.

Text Font Color

.myTextColor { color: #D7B7DB; }

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

This text font color is #D7B7DB.


Background Color

.myBgColor { background-color: #D7B7DB; }

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

This div background color is #D7B7DB.


Border color

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

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

This div border color is #D7B7DB.


Opacity

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

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

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

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

This text has shadow with #D7B7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B7DB on black background.


Color preview on white background

This text has color #D7B7DB on white background.



Black color preview on #D7B7DB background

This text has black color on #D7B7DB background.


White color preview on #D7B7DB background

This text has white color on #D7B7DB background.