COLOR #C79DA4

HEX: #C79DA4
RGB: (199,157,164)

Color info

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

RGB color model

#C79DA4 color RGB value is (199,157,164).

  • red value is 199;
  • green value is 157;
  • blue value is 164.
RGB:
(199,157,164)
(78%,62%,64%)

RGB channels and saturation

R 199 of 255 = 78%
G 157 of 255 = 62%
B 164 of 255 = 64%

199
157
164

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

Portions of RGB colors in percentages

R + G + B =
199 + 157 + 164 = 520 (100%)
R 199 of 520 ~ 38.27%
G 157 of 520 ~ 30.19%
B 164 of 520 ~ 31.54%

%38.27
%30.19
%31.54

CMYK color model

#C79DA4 color CMYK value is (0,21,18,22).

  • cyan value is 0.00%
  • magenta value is 21.11%
  • yellow value is 17.59%
  • key color value is 21.96%
CMYK:
(0,21,18,22)
C0M21Y18K22 
(0%,21%,18%,22%)
(0.00/0.21/0.18/0.22)	

CMYK percentages

%0
%21.11
%17.59
%21.96

Codes

Color #C79DA4 in popluar color models

C79DA4
RGB199157164
HSL350°27.27%69.80%
HSB/HSV350°21.11%78.04%
CMYK0.00%21.11%17.59%
21.96%

Color #C79DA4 in popluar number systems.

HEXC79DA4
Decimal199157164
Binary110001111001110110100100
Octal307235244

Shades and tints

Shades of #C79DA4

#C79DA4
(199,157,164)
#B58F96
(181,143,150)
#A38188
(163,129,136)
#91737A
(145,115,122)
#7F656C
(127,101,108)
#6D575E
(109,87,94)
#5B4950
(91,73,80)
#493B42
(73,59,66)
#372D34
(55,45,52)
#251F26
(37,31,38)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #C79DA4

#C79DA4
(199,157,164)
#CCA5AC
(204,165,172)
#D1ADB4
(209,173,180)
#D6B5BC
(214,181,188)
#DBBDC4
(219,189,196)
#E0C5CC
(224,197,204)
#E5CDD4
(229,205,212)
#EAD5DC
(234,213,220)
#EFDDE4
(239,221,228)
#F4E5EC
(244,229,236)
#F9EDF4
(249,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79DA4 color. Also use rgb(199,157,164) instead hex code.

Text Font Color

.myTextColor { color: #C79DA4; }

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

This text font color is #C79DA4.


Background Color

.myBgColor { background-color: #C79DA4; }

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

This div background color is #C79DA4.


Border color

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

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

This div border color is #C79DA4.


Opacity

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

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

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

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

This text has shadow with #C79DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79DA4 on black background.


Color preview on white background

This text has color #C79DA4 on white background.



Black color preview on #C79DA4 background

This text has black color on #C79DA4 background.


White color preview on #C79DA4 background

This text has white color on #C79DA4 background.