COLOR #C7ACAF

HEX: #C7ACAF
RGB: (199,172,175)

Color info

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

RGB color model

#C7ACAF color RGB value is (199,172,175).

  • red value is 199;
  • green value is 172;
  • blue value is 175.
RGB: (199,172,175) (78%,67%,69%)

RGB channels and saturation

R 199 of 255 = 78%
G 172 of 255 = 67%
B 175 of 255 = 69%

199
172
175

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

Portions of RGB colors in percentages

R + G + B =
199 + 172 + 175 = 546 (100%)
R 199 of 546 ~ 36.45%
G 172 of 546 ~ 31.5%
B 175 of 546 ~ 32.05%

%36.45
%31.5
%32.05

CMYK color model

#C7ACAF color CMYK value is (0,14,12,22).

  • cyan value is 0.00%
  • magenta value is 13.57%
  • yellow value is 12.06%
  • key color value is 21.96%
CMYK: (0,14,12,22) C0M14Y12K22 (0%,14%,12%,22%) (0.00/0.14/0.12/0.22)

CMYK percentages

%0
%13.57
%12.06
%21.96

Codes

Color #C7ACAF in popluar color models

C7ACAF
RGB199172175
HSL353°19.42%72.75%
HSB/HSV353°13.57%78.04%
CMYK0.00%13.57%12.06%
21.96%

Color #C7ACAF in popluar number systems.

HEXC7ACAF
Decimal199172175
Binary110001111010110010101111
Octal307254257

Shades and tints

Shades of #C7ACAF

#C7ACAF
(199,172,175)
#B59DA0
(181,157,160)
#A38E91
(163,142,145)
#917F82
(145,127,130)
#7F7073
(127,112,115)
#6D6164
(109,97,100)
#5B5255
(91,82,85)
#494346
(73,67,70)
#373437
(55,52,55)
#252528
(37,37,40)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #C7ACAF

#C7ACAF
(199,172,175)
#CCB3B6
(204,179,182)
#D1BABD
(209,186,189)
#D6C1C4
(214,193,196)
#DBC8CB
(219,200,203)
#E0CFD2
(224,207,210)
#E5D6D9
(229,214,217)
#EADDE0
(234,221,224)
#EFE4E7
(239,228,231)
#F4EBEE
(244,235,238)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7ACAF color. Also use rgb(199,172,175) instead hex code.

Text Font Color

.myTextColor { color: #C7ACAF; }

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

This text font color is #C7ACAF.


Background Color

.myBgColor { background-color: #C7ACAF; }

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

This div background color is #C7ACAF.


Border color

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

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

This div border color is #C7ACAF.


Opacity

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

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

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

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

This text has shadow with #C7ACAF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C7ACAF on black background.


Color preview on white background

This text has color #C7ACAF on white background.



Black color preview on #C7ACAF background

This text has black color on #C7ACAF background.


White color preview on #C7ACAF background

This text has white color on #C7ACAF background.