COLOR #D07DA7

HEX: #D07DA7 RGB: (208,125,167)

Color info

#D07DA7 contains mainly red and blue colors. Web safe color of #D07DA7 is #CC6699 (or #C69).

RGB color model

#D07DA7 color RGB value is (208,125,167).

RGB: (208,125,167) (82%, 49%, 65%)

RGB channels and saturation

R 208 of 255 = 82%
G 125 of 255 = 49%
B 167 of 255 = 65%

208
125
167

R + G + B ~ 65%. #D07DA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 125 + 167 = 500 (100%)
R 208 of 500 ~ 41.6%
G 125 of 500 ~ 25%
B 167 of 500 ~ 33.4'%

%41.6
%25
%33.4

CMYK color model

#D07DA7 color CMYK value is (0,40,20,18).

  • cyan value is 0.00%
  • magenta value is 39.90%
  • yellow value is 19.71%
  • key color value is 18.43%

CMYK: (0,40,20,18)
C0M40Y20K18 (0%, 40%, 20%, 18%)
(0.00 / 0.40 / 0.20 / 0.18)

CMYK percentages

%0
%39.9
%19.71
%18.43

Codes

Color #D07DA7 in popluar color models

D0 7D A7
RGB 208 125 167
HSL 330° 46.89% 65.29%
HSB/HSV 330° 39.90% 81.57%
CMYK 0.00% 39.90% 19.71%
18.43%

Color #D07DA7 in popluar number systems.

HEX D0 7D A7
Decimal 208 125 167
Binary 11010000 1111101 10100111
Octal 320 175 247

Shades and tints

Shades of #D07DA7

#D07DA7
(208,125,167)
#BE7298
(190,114,152)
#AC6789
(172,103,137)
#9A5C7A
(154,92,122)
#88516B
(136,81,107)
#76465C
(118,70,92)
#643B4D
(100,59,77)
#52303E
(82,48,62)
#40252F
(64,37,47)
#2E1A20
(46,26,32)
#1C0F11
(28,15,17)
#000000
(0,0,0)

Tints of #D07DA7

#D07DA7
(208,125,167)
#D488AF
(212,136,175)
#D893B7
(216,147,183)
#DC9EBF
(220,158,191)
#E0A9C7
(224,169,199)
#E4B4CF
(228,180,207)
#E8BFD7
(232,191,215)
#ECCADF
(236,202,223)
#F0D5E7
(240,213,231)
#F4E0EF
(244,224,239)
#F8EBF7
(248,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D07DA7 color. Also use rgb(208,125,167) instead hex code.

Text Font Color

.myTextColor { color: #D07DA7; }

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

This text font color is #D07DA7.

Background Color

.myBgColor { background-color: #D07DA7; }

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

This div background color is #D07DA7.

Border color

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

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

This div border color is #D07DA7.

Opacity

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

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

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

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

This text has shadow with #D07DA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D07DA7.

Preview

Color preview on black background

This text has color #D07DA7 on black background.


Color preview on white background

This text has color #D07DA7 on white background.


Black color preview on #D07DA7 background

This text has black color on #D07DA7 background.


White color preview on #D07DA7 background

This text has white color on #D07DA7 background.


Related colors

Complementary color

Complementary color for #hex is #2F8258.


I love getcolorcode.com

Triadic colors

1 #A7D07D and #7DA7D0 with #D07DA7 are triadic colors.

2 #A77DD0 and #7DD0A7 with #D07DA7 are triadic colors.