COLOR #D79EBD

HEX: #D79EBD
RGB: (215,158,189)

Color info

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

RGB color model

#D79EBD color RGB value is (215,158,189).

  • red value is 215;
  • green value is 158;
  • blue value is 189.
RGB:
(215,158,189)
(84%,62%,74%)

RGB channels and saturation

R 215 of 255 = 84%
G 158 of 255 = 62%
B 189 of 255 = 74%

215
158
189

R + G + B ~ 73%. #D79EBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 158 + 189 = 562 (100%)
R 215 of 562 ~ 38.26%
G 158 of 562 ~ 28.11%
B 189 of 562 ~ 33.63%

%38.26
%28.11
%33.63

CMYK color model

#D79EBD color CMYK value is (0,27,12,16).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 12.09%
  • key color value is 15.69%
CMYK:
(0,27,12,16)
C0M27Y12K16 
(0%,27%,12%,16%)
(0.00/0.27/0.12/0.16)	

CMYK percentages

%0
%26.51
%12.09
%15.69

Codes

Color #D79EBD in popluar color models

D79EBD
RGB215158189
HSL327°41.61%73.14%
HSB/HSV327°26.51%84.31%
CMYK0.00%26.51%12.09%
15.69%

Color #D79EBD in popluar number systems.

HEXD79EBD
Decimal215158189
Binary110101111001111010111101
Octal327236275

Shades and tints

Shades of #D79EBD

#D79EBD
(215,158,189)
#C490AC
(196,144,172)
#B1829B
(177,130,155)
#9E748A
(158,116,138)
#8B6679
(139,102,121)
#785868
(120,88,104)
#654A57
(101,74,87)
#523C46
(82,60,70)
#3F2E35
(63,46,53)
#2C2024
(44,32,36)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #D79EBD

#D79EBD
(215,158,189)
#DAA6C3
(218,166,195)
#DDAEC9
(221,174,201)
#E0B6CF
(224,182,207)
#E3BED5
(227,190,213)
#E6C6DB
(230,198,219)
#E9CEE1
(233,206,225)
#ECD6E7
(236,214,231)
#EFDEED
(239,222,237)
#F2E6F3
(242,230,243)
#F5EEF9
(245,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79EBD color. Also use rgb(215,158,189) instead hex code.

Text Font Color

.myTextColor { color: #D79EBD; }

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

This text font color is #D79EBD.


Background Color

.myBgColor { background-color: #D79EBD; }

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

This div background color is #D79EBD.


Border color

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

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

This div border color is #D79EBD.


Opacity

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

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

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

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

This text has shadow with #D79EBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79EBD on black background.


Color preview on white background

This text has color #D79EBD on white background.



Black color preview on #D79EBD background

This text has black color on #D79EBD background.


White color preview on #D79EBD background

This text has white color on #D79EBD background.