COLOR #C7ACAD

HEX: #C7ACAD
RGB: (199,172,173)

Color info

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

RGB color model

#C7ACAD color RGB value is (199,172,173).

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

RGB channels and saturation

R 199 of 255 = 78%
G 172 of 255 = 67%
B 173 of 255 = 68%

199
172
173

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

Portions of RGB colors in percentages

R + G + B =
199 + 172 + 173 = 544 (100%)
R 199 of 544 ~ 36.58%
G 172 of 544 ~ 31.62%
B 173 of 544 ~ 31.8%

%36.58
%31.62
%31.8

CMYK color model

#C7ACAD color CMYK value is (0,14,13,22).

  • cyan value is 0.00%
  • magenta value is 13.57%
  • yellow value is 13.07%
  • key color value is 21.96%
CMYK:
(0,14,13,22)
C0M14Y13K22 
(0%,14%,13%,22%)
(0.00/0.14/0.13/0.22)	

CMYK percentages

%0
%13.57
%13.07
%21.96

Codes

Color #C7ACAD in popluar color models

C7ACAD
RGB199172173
HSL358°19.42%72.75%
HSB/HSV358°13.57%78.04%
CMYK0.00%13.57%13.07%
21.96%

Color #C7ACAD in popluar number systems.

HEXC7ACAD
Decimal199172173
Binary110001111010110010101101
Octal307254255

Shades and tints

Shades of #C7ACAD

#C7ACAD
(199,172,173)
#B59D9E
(181,157,158)
#A38E8F
(163,142,143)
#917F80
(145,127,128)
#7F7071
(127,112,113)
#6D6162
(109,97,98)
#5B5253
(91,82,83)
#494344
(73,67,68)
#373435
(55,52,53)
#252526
(37,37,38)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #C7ACAD

#C7ACAD
(199,172,173)
#CCB3B4
(204,179,180)
#D1BABB
(209,186,187)
#D6C1C2
(214,193,194)
#DBC8C9
(219,200,201)
#E0CFD0
(224,207,208)
#E5D6D7
(229,214,215)
#EADDDE
(234,221,222)
#EFE4E5
(239,228,229)
#F4EBEC
(244,235,236)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ACAD; }

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

This text font color is #C7ACAD.


Background Color

.myBgColor { background-color: #C7ACAD; }

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

This div background color is #C7ACAD.


Border color

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

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

This div border color is #C7ACAD.


Opacity

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

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

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

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

This text has shadow with #C7ACAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ACAD on black background.


Color preview on white background

This text has color #C7ACAD on white background.



Black color preview on #C7ACAD background

This text has black color on #C7ACAD background.


White color preview on #C7ACAD background

This text has white color on #C7ACAD background.