COLOR #C79EAD

HEX: #C79EAD
RGB: (199,158,173)

Color info

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

RGB color model

#C79EAD color RGB value is (199,158,173).

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

RGB channels and saturation

R 199 of 255 = 78%
G 158 of 255 = 62%
B 173 of 255 = 68%

199
158
173

R + G + B ~ 69%. #C79EAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 158 + 173 = 530 (100%)
R 199 of 530 ~ 37.55%
G 158 of 530 ~ 29.81%
B 173 of 530 ~ 32.64%

%37.55
%29.81
%32.64

CMYK color model

#C79EAD color CMYK value is (0,21,13,22).

  • cyan value is 0.00%
  • magenta value is 20.60%
  • yellow value is 13.07%
  • key color value is 21.96%
CMYK:
(0,21,13,22)
C0M21Y13K22 
(0%,21%,13%,22%)
(0.00/0.21/0.13/0.22)	

CMYK percentages

%0
%20.6
%13.07
%21.96

Codes

Color #C79EAD in popluar color models

C79EAD
RGB199158173
HSL338°26.80%70.00%
HSB/HSV338°20.60%78.04%
CMYK0.00%20.60%13.07%
21.96%

Color #C79EAD in popluar number systems.

HEXC79EAD
Decimal199158173
Binary110001111001111010101101
Octal307236255

Shades and tints

Shades of #C79EAD

#C79EAD
(199,158,173)
#B5909E
(181,144,158)
#A3828F
(163,130,143)
#917480
(145,116,128)
#7F6671
(127,102,113)
#6D5862
(109,88,98)
#5B4A53
(91,74,83)
#493C44
(73,60,68)
#372E35
(55,46,53)
#252026
(37,32,38)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #C79EAD

#C79EAD
(199,158,173)
#CCA6B4
(204,166,180)
#D1AEBB
(209,174,187)
#D6B6C2
(214,182,194)
#DBBEC9
(219,190,201)
#E0C6D0
(224,198,208)
#E5CED7
(229,206,215)
#EAD6DE
(234,214,222)
#EFDEE5
(239,222,229)
#F4E6EC
(244,230,236)
#F9EEF3
(249,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79EAD; }

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

This text font color is #C79EAD.


Background Color

.myBgColor { background-color: #C79EAD; }

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

This div background color is #C79EAD.


Border color

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

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

This div border color is #C79EAD.


Opacity

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

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

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

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

This text has shadow with #C79EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79EAD on black background.


Color preview on white background

This text has color #C79EAD on white background.



Black color preview on #C79EAD background

This text has black color on #C79EAD background.


White color preview on #C79EAD background

This text has white color on #C79EAD background.