COLOR #C7C4AC

HEX: #C7C4AC RGB: (199,196,172)

Color info

#C7C4AC contains red, green and blue colors in about the same proportion. Web safe color of #C7C4AC is #CCCC99 (or #CC9).

RGB color model

#C7C4AC color RGB value is (199,196,172).

RGB: (199,196,172) (78%, 77%, 67%)

RGB channels and saturation

R 199 of 255 = 78%
G 196 of 255 = 77%
B 172 of 255 = 67%

199
196
172

R + G + B ~ 74%. #C7C4AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 196 + 172 = 567 (100%)
R 199 of 567 ~ 35.1%
G 196 of 567 ~ 34.57%
B 172 of 567 ~ 30.34'%

%35.1
%34.57
%30.34

CMYK color model

#C7C4AC color CMYK value is (0,2,14,22).

  • cyan value is 0.00%
  • magenta value is 1.51%
  • yellow value is 13.57%
  • key color value is 21.96%

CMYK: (0,2,14,22)
C0M2Y14K22 (0%, 2%, 14%, 22%)
(0.00 / 0.02 / 0.14 / 0.22)

CMYK percentages

%0
%1.51
%13.57
%21.96

Codes

Color #C7C4AC in popluar color models

C7 C4 AC
RGB 199 196 172
HSL 53° 19.42% 72.75%
HSB/HSV 53° 13.57% 78.04%
CMYK 0.00% 1.51% 13.57%
21.96%

Color #C7C4AC in popluar number systems.

HEX C7 C4 AC
Decimal 199 196 172
Binary 11000111 11000100 10101100
Octal 307 304 254

Shades and tints

Shades of #C7C4AC

#C7C4AC
(199,196,172)
#B5B39D
(181,179,157)
#A3A28E
(163,162,142)
#91917F
(145,145,127)
#7F8070
(127,128,112)
#6D6F61
(109,111,97)
#5B5E52
(91,94,82)
#494D43
(73,77,67)
#373C34
(55,60,52)
#252B25
(37,43,37)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #C7C4AC

#C7C4AC
(199,196,172)
#CCC9B3
(204,201,179)
#D1CEBA
(209,206,186)
#D6D3C1
(214,211,193)
#DBD8C8
(219,216,200)
#E0DDCF
(224,221,207)
#E5E2D6
(229,226,214)
#EAE7DD
(234,231,221)
#EFECE4
(239,236,228)
#F4F1EB
(244,241,235)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C4AC; }

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

This text font color is #C7C4AC.

Background Color

.myBgColor { background-color: #C7C4AC; }

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

This div background color is #C7C4AC.

Border color

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

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

This div border color is #C7C4AC.

Opacity

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

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

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

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

This text has shadow with #C7C4AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C4AC.

Preview

Color preview on black background

This text has color #C7C4AC on black background.


Color preview on white background

This text has color #C7C4AC on white background.


Black color preview on #C7C4AC background

This text has black color on #C7C4AC background.


White color preview on #C7C4AC background

This text has white color on #C7C4AC background.


Related colors

Complementary color

Complementary color for #hex is #383B53.


I love getcolorcode.com

Triadic colors

1 #ACC7C4 and #C4ACC7 with #C7C4AC are triadic colors.

2 #ACC4C7 and #C4C7AC with #C7C4AC are triadic colors.