COLOR #D07FBA

HEX: #D07FBA RGB: (208,127,186)

Color info

#D07FBA contains mainly red and blue colors. Web safe color of #D07FBA is #CC66CC (or #C6C).

RGB color model

#D07FBA color RGB value is (208,127,186).

RGB: (208,127,186) (82%, 50%, 73%)

RGB channels and saturation

R 208 of 255 = 82%
G 127 of 255 = 50%
B 186 of 255 = 73%

208
127
186

R + G + B ~ 68%. #D07FBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 127 + 186 = 521 (100%)
R 208 of 521 ~ 39.92%
G 127 of 521 ~ 24.38%
B 186 of 521 ~ 35.7'%

%39.92
%24.38
%35.7

CMYK color model

#D07FBA color CMYK value is (0,39,11,18).

  • cyan value is 0.00%
  • magenta value is 38.94%
  • yellow value is 10.58%
  • key color value is 18.43%

CMYK: (0,39,11,18)
C0M39Y11K18 (0%, 39%, 11%, 18%)
(0.00 / 0.39 / 0.11 / 0.18)

CMYK percentages

%0
%38.94
%10.58
%18.43

Codes

Color #D07FBA in popluar color models

D0 7F BA
RGB 208 127 186
HSL 316° 46.29% 65.69%
HSB/HSV 316° 38.94% 81.57%
CMYK 0.00% 38.94% 10.58%
18.43%

Color #D07FBA in popluar number systems.

HEX D0 7F BA
Decimal 208 127 186
Binary 11010000 1111111 10111010
Octal 320 177 272

Shades and tints

Shades of #D07FBA

#D07FBA
(208,127,186)
#BE74AA
(190,116,170)
#AC699A
(172,105,154)
#9A5E8A
(154,94,138)
#88537A
(136,83,122)
#76486A
(118,72,106)
#643D5A
(100,61,90)
#52324A
(82,50,74)
#40273A
(64,39,58)
#2E1C2A
(46,28,42)
#1C111A
(28,17,26)
#000000
(0,0,0)

Tints of #D07FBA

#D07FBA
(208,127,186)
#D48AC0
(212,138,192)
#D895C6
(216,149,198)
#DCA0CC
(220,160,204)
#E0ABD2
(224,171,210)
#E4B6D8
(228,182,216)
#E8C1DE
(232,193,222)
#ECCCE4
(236,204,228)
#F0D7EA
(240,215,234)
#F4E2F0
(244,226,240)
#F8EDF6
(248,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D07FBA color. Also use rgb(208,127,186) instead hex code.

Text Font Color

.myTextColor { color: #D07FBA; }

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

This text font color is #D07FBA.

Background Color

.myBgColor { background-color: #D07FBA; }

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

This div background color is #D07FBA.

Border color

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

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

This div border color is #D07FBA.

Opacity

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

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

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

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

This text has shadow with #D07FBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D07FBA.

Preview

Color preview on black background

This text has color #D07FBA on black background.


Color preview on white background

This text has color #D07FBA on white background.


Black color preview on #D07FBA background

This text has black color on #D07FBA background.


White color preview on #D07FBA background

This text has white color on #D07FBA background.


Related colors

Complementary color

Complementary color for #hex is #2F8045.


I love getcolorcode.com

Triadic colors

1 #BAD07F and #7FBAD0 with #D07FBA are triadic colors.

2 #BA7FD0 and #7FD0BA with #D07FBA are triadic colors.