COLOR #D7B2D5

HEX: #D7B2D5 RGB: (215,178,213)

Color info

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

RGB color model

#D7B2D5 color RGB value is (215,178,213).

RGB: (215,178,213) (84%, 70%, 84%)

RGB channels and saturation

R 215 of 255 = 84%
G 178 of 255 = 70%
B 213 of 255 = 84%

215
178
213

R + G + B ~ 79%. #D7B2D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 178 + 213 = 606 (100%)
R 215 of 606 ~ 35.48%
G 178 of 606 ~ 29.37%
B 213 of 606 ~ 35.15'%

%35.48
%29.37
%35.15

CMYK color model

#D7B2D5 color CMYK value is (0,17,1,16).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 0.93%
  • key color value is 15.69%
CMYK: (0,17,1,16) C0M17Y1K16 (0%,17%,1%,16%) (0.00/0.17/0.01/0.16) 

CMYK percentages

%0
%17.21
%0.93
%15.69

Codes

Color #D7B2D5 in popluar color models

D7 B2 D5
RGB 215 178 213
HSL 303° 31.62% 77.06%
HSB/HSV 303° 17.21% 84.31%
CMYK 0.00% 17.21% 0.93%
15.69%

Color #D7B2D5 in popluar number systems.

HEX D7 B2 D5
Decimal 215 178 213
Binary 11010111 10110010 11010101
Octal 327 262 325

Shades and tints

Shades of #D7B2D5

#D7B2D5
(215,178,213)
#C4A2C2
(196,162,194)
#B192AF
(177,146,175)
#9E829C
(158,130,156)
#8B7289
(139,114,137)
#786276
(120,98,118)
#655263
(101,82,99)
#524250
(82,66,80)
#3F323D
(63,50,61)
#2C222A
(44,34,42)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #D7B2D5

#D7B2D5
(215,178,213)
#DAB9D8
(218,185,216)
#DDC0DB
(221,192,219)
#E0C7DE
(224,199,222)
#E3CEE1
(227,206,225)
#E6D5E4
(230,213,228)
#E9DCE7
(233,220,231)
#ECE3EA
(236,227,234)
#EFEAED
(239,234,237)
#F2F1F0
(242,241,240)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B2D5; }

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

This text font color is #D7B2D5.

Background Color

.myBgColor { background-color: #D7B2D5; }

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

This div background color is #D7B2D5.

Border color

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

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

This div border color is #D7B2D5.

Opacity

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

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

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

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

This text has shadow with #D7B2D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B2D5.

Preview

Color preview on black background

This text has color #D7B2D5 on black background.


Color preview on white background

This text has color #D7B2D5 on white background.


Black color preview on #D7B2D5 background

This text has black color on #D7B2D5 background.


White color preview on #D7B2D5 background

This text has white color on #D7B2D5 background.


Related colors

Complementary color

Complementary color for #hex is #284D2A.


I love getcolorcode.com

Triadic colors

1 #D5D7B2 and #B2D5D7 with #D7B2D5 are triadic colors.

2 #D5B2D7 and #B2D7D5 with #D7B2D5 are triadic colors.