COLOR #C79AB7

HEX: #C79AB7
RGB: (199,154,183)

Color info

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

RGB color model

#C79AB7 color RGB value is (199,154,183).

  • red value is 199;
  • green value is 154;
  • blue value is 183.
RGB:
(199,154,183)
(78%,60%,72%)

RGB channels and saturation

R 199 of 255 = 78%
G 154 of 255 = 60%
B 183 of 255 = 72%

199
154
183

R + G + B ~ 70%. #C79AB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 154 + 183 = 536 (100%)
R 199 of 536 ~ 37.13%
G 154 of 536 ~ 28.73%
B 183 of 536 ~ 34.14%

%37.13
%28.73
%34.14

CMYK color model

#C79AB7 color CMYK value is (0,23,8,22).

  • cyan value is 0.00%
  • magenta value is 22.61%
  • yellow value is 8.04%
  • key color value is 21.96%
CMYK:
(0,23,8,22)
C0M23Y8K22 
(0%,23%,8%,22%)
(0.00/0.23/0.08/0.22)	

CMYK percentages

%0
%22.61
%8.04
%21.96

Codes

Color #C79AB7 in popluar color models

C79AB7
RGB199154183
HSL321°28.66%69.22%
HSB/HSV321°22.61%78.04%
CMYK0.00%22.61%8.04%
21.96%

Color #C79AB7 in popluar number systems.

HEXC79AB7
Decimal199154183
Binary110001111001101010110111
Octal307232267

Shades and tints

Shades of #C79AB7

#C79AB7
(199,154,183)
#B58CA7
(181,140,167)
#A37E97
(163,126,151)
#917087
(145,112,135)
#7F6277
(127,98,119)
#6D5467
(109,84,103)
#5B4657
(91,70,87)
#493847
(73,56,71)
#372A37
(55,42,55)
#251C27
(37,28,39)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #C79AB7

#C79AB7
(199,154,183)
#CCA3BD
(204,163,189)
#D1ACC3
(209,172,195)
#D6B5C9
(214,181,201)
#DBBECF
(219,190,207)
#E0C7D5
(224,199,213)
#E5D0DB
(229,208,219)
#EAD9E1
(234,217,225)
#EFE2E7
(239,226,231)
#F4EBED
(244,235,237)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79AB7 color. Also use rgb(199,154,183) instead hex code.

Text Font Color

.myTextColor { color: #C79AB7; }

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

This text font color is #C79AB7.


Background Color

.myBgColor { background-color: #C79AB7; }

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

This div background color is #C79AB7.


Border color

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

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

This div border color is #C79AB7.


Opacity

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

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

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

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

This text has shadow with #C79AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79AB7 on black background.


Color preview on white background

This text has color #C79AB7 on white background.



Black color preview on #C79AB7 background

This text has black color on #C79AB7 background.


White color preview on #C79AB7 background

This text has white color on #C79AB7 background.