COLOR #D07EBD

HEX: #D07EBD
RGB: (208,126,189)

Color info

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

RGB color model

#D07EBD color RGB value is (208,126,189).

  • red value is 208;
  • green value is 126;
  • blue value is 189.
RGB:
(208,126,189)
(82%,49%,74%)

RGB channels and saturation

R 208 of 255 = 82%
G 126 of 255 = 49%
B 189 of 255 = 74%

208
126
189

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

Portions of RGB colors in percentages

R + G + B =
208 + 126 + 189 = 523 (100%)
R 208 of 523 ~ 39.77%
G 126 of 523 ~ 24.09%
B 189 of 523 ~ 36.14%

%39.77
%24.09
%36.14

CMYK color model

#D07EBD color CMYK value is (0,39,9,18).

  • cyan value is 0.00%
  • magenta value is 39.42%
  • yellow value is 9.13%
  • key color value is 18.43%
CMYK:
(0,39,9,18)
C0M39Y9K18 
(0%,39%,9%,18%)
(0.00/0.39/0.09/0.18)	

CMYK percentages

%0
%39.42
%9.13
%18.43

Codes

Color #D07EBD in popluar color models

D07EBD
RGB208126189
HSL314°46.59%65.49%
HSB/HSV314°39.42%81.57%
CMYK0.00%39.42%9.13%
18.43%

Color #D07EBD in popluar number systems.

HEXD07EBD
Decimal208126189
Binary11010000111111010111101
Octal320176275

Shades and tints

Shades of #D07EBD

#D07EBD
(208,126,189)
#BE73AC
(190,115,172)
#AC689B
(172,104,155)
#9A5D8A
(154,93,138)
#885279
(136,82,121)
#764768
(118,71,104)
#643C57
(100,60,87)
#523146
(82,49,70)
#402635
(64,38,53)
#2E1B24
(46,27,36)
#1C1013
(28,16,19)
#000000
(0,0,0)

Tints of #D07EBD

#D07EBD
(208,126,189)
#D489C3
(212,137,195)
#D894C9
(216,148,201)
#DC9FCF
(220,159,207)
#E0AAD5
(224,170,213)
#E4B5DB
(228,181,219)
#E8C0E1
(232,192,225)
#ECCBE7
(236,203,231)
#F0D6ED
(240,214,237)
#F4E1F3
(244,225,243)
#F8ECF9
(248,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D07EBD color. Also use rgb(208,126,189) instead hex code.

Text Font Color

.myTextColor { color: #D07EBD; }

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

This text font color is #D07EBD.


Background Color

.myBgColor { background-color: #D07EBD; }

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

This div background color is #D07EBD.


Border color

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

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

This div border color is #D07EBD.


Opacity

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

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

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

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

This text has shadow with #D07EBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07EBD on black background.


Color preview on white background

This text has color #D07EBD on white background.



Black color preview on #D07EBD background

This text has black color on #D07EBD background.


White color preview on #D07EBD background

This text has white color on #D07EBD background.