COLOR #D79EAD

HEX: #D79EAD
RGB: (215,158,173)

Color info

#D79EAD contains red, green and blue colors in about the same proportion. Web safe color of #D79EAD is #CC9999 (or #C99).

RGB color model

#D79EAD color RGB value is (215,158,173).

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

RGB channels and saturation

R 215 of 255 = 84%
G 158 of 255 = 62%
B 173 of 255 = 68%

215
158
173

R + G + B ~ 71%. #D79EAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 158 + 173 = 546 (100%)
R 215 of 546 ~ 39.38%
G 158 of 546 ~ 28.94%
B 173 of 546 ~ 31.68%

%39.38
%28.94
%31.68

CMYK color model

#D79EAD color CMYK value is (0,27,20,16).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 19.53%
  • key color value is 15.69%
CMYK:
(0,27,20,16)
C0M27Y20K16 
(0%,27%,20%,16%)
(0.00/0.27/0.20/0.16)	

CMYK percentages

%0
%26.51
%19.53
%15.69

Codes

Color #D79EAD in popluar color models

D79EAD
RGB215158173
HSL344°41.61%73.14%
HSB/HSV344°26.51%84.31%
CMYK0.00%26.51%19.53%
15.69%

Color #D79EAD in popluar number systems.

HEXD79EAD
Decimal215158173
Binary110101111001111010101101
Octal327236255

Shades and tints

Shades of #D79EAD

#D79EAD
(215,158,173)
#C4909E
(196,144,158)
#B1828F
(177,130,143)
#9E7480
(158,116,128)
#8B6671
(139,102,113)
#785862
(120,88,98)
#654A53
(101,74,83)
#523C44
(82,60,68)
#3F2E35
(63,46,53)
#2C2026
(44,32,38)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #D79EAD

#D79EAD
(215,158,173)
#DAA6B4
(218,166,180)
#DDAEBB
(221,174,187)
#E0B6C2
(224,182,194)
#E3BEC9
(227,190,201)
#E6C6D0
(230,198,208)
#E9CED7
(233,206,215)
#ECD6DE
(236,214,222)
#EFDEE5
(239,222,229)
#F2E6EC
(242,230,236)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D79EAD; }

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

This text font color is #D79EAD.


Background Color

.myBgColor { background-color: #D79EAD; }

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

This div background color is #D79EAD.


Border color

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

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

This div border color is #D79EAD.


Opacity

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

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

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

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

This text has shadow with #D79EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79EAD on black background.


Color preview on white background

This text has color #D79EAD on white background.



Black color preview on #D79EAD background

This text has black color on #D79EAD background.


White color preview on #D79EAD background

This text has white color on #D79EAD background.