COLOR #C7A8B1

HEX: #C7A8B1
RGB: (199,168,177)

Color info

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

RGB color model

#C7A8B1 color RGB value is (199,168,177).

  • red value is 199;
  • green value is 168;
  • blue value is 177.
RGB:
(199,168,177)
(78%,66%,69%)

RGB channels and saturation

R 199 of 255 = 78%
G 168 of 255 = 66%
B 177 of 255 = 69%

199
168
177

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

Portions of RGB colors in percentages

R + G + B =
199 + 168 + 177 = 544 (100%)
R 199 of 544 ~ 36.58%
G 168 of 544 ~ 30.88%
B 177 of 544 ~ 32.54%

%36.58
%30.88
%32.54

CMYK color model

#C7A8B1 color CMYK value is (0,16,11,22).

  • cyan value is 0.00%
  • magenta value is 15.58%
  • yellow value is 11.06%
  • key color value is 21.96%
CMYK:
(0,16,11,22)
C0M16Y11K22 
(0%,16%,11%,22%)
(0.00/0.16/0.11/0.22)	

CMYK percentages

%0
%15.58
%11.06
%21.96

Codes

Color #C7A8B1 in popluar color models

C7A8B1
RGB199168177
HSL343°21.68%71.96%
HSB/HSV343°15.58%78.04%
CMYK0.00%15.58%11.06%
21.96%

Color #C7A8B1 in popluar number systems.

HEXC7A8B1
Decimal199168177
Binary110001111010100010110001
Octal307250261

Shades and tints

Shades of #C7A8B1

#C7A8B1
(199,168,177)
#B599A1
(181,153,161)
#A38A91
(163,138,145)
#917B81
(145,123,129)
#7F6C71
(127,108,113)
#6D5D61
(109,93,97)
#5B4E51
(91,78,81)
#493F41
(73,63,65)
#373031
(55,48,49)
#252121
(37,33,33)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #C7A8B1

#C7A8B1
(199,168,177)
#CCAFB8
(204,175,184)
#D1B6BF
(209,182,191)
#D6BDC6
(214,189,198)
#DBC4CD
(219,196,205)
#E0CBD4
(224,203,212)
#E5D2DB
(229,210,219)
#EAD9E2
(234,217,226)
#EFE0E9
(239,224,233)
#F4E7F0
(244,231,240)
#F9EEF7
(249,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A8B1 color. Also use rgb(199,168,177) instead hex code.

Text Font Color

.myTextColor { color: #C7A8B1; }

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

This text font color is #C7A8B1.


Background Color

.myBgColor { background-color: #C7A8B1; }

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

This div background color is #C7A8B1.


Border color

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

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

This div border color is #C7A8B1.


Opacity

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

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

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

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

This text has shadow with #C7A8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A8B1 on black background.


Color preview on white background

This text has color #C7A8B1 on white background.



Black color preview on #C7A8B1 background

This text has black color on #C7A8B1 background.


White color preview on #C7A8B1 background

This text has white color on #C7A8B1 background.