COLOR #C3C6AC

HEX: #C3C6AC
RGB: (195,198,172)

Color info

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

RGB color model

#C3C6AC color RGB value is (195,198,172).

  • red value is 195;
  • green value is 198;
  • blue value is 172.
RGB:
(195,198,172)
(76%,78%,67%)

RGB channels and saturation

R 195 of 255 = 76%
G 198 of 255 = 78%
B 172 of 255 = 67%

195
198
172

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

Portions of RGB colors in percentages

R + G + B =
195 + 198 + 172 = 565 (100%)
R 195 of 565 ~ 34.51%
G 198 of 565 ~ 35.04%
B 172 of 565 ~ 30.44%

%34.51
%35.04
%30.44

CMYK color model

#C3C6AC color CMYK value is (2,0,13,22).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 22.35%
CMYK:
(2,0,13,22)
C2M0Y13K22 
(2%,0%,13%,22%)
(0.02/0.00/0.13/0.22)	

CMYK percentages

%1.52
%0
%13.13
%22.35

Codes

Color #C3C6AC in popluar color models

C3C6AC
RGB195198172
HSL67°18.57%72.55%
HSB/HSV67°13.13%77.65%
CMYK1.52%0.00%13.13%
22.35%

Color #C3C6AC in popluar number systems.

HEXC3C6AC
Decimal195198172
Binary110000111100011010101100
Octal303306254

Shades and tints

Shades of #C3C6AC

#C3C6AC
(195,198,172)
#B2B49D
(178,180,157)
#A1A28E
(161,162,142)
#90907F
(144,144,127)
#7F7E70
(127,126,112)
#6E6C61
(110,108,97)
#5D5A52
(93,90,82)
#4C4843
(76,72,67)
#3B3634
(59,54,52)
#2A2425
(42,36,37)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #C3C6AC

#C3C6AC
(195,198,172)
#C8CBB3
(200,203,179)
#CDD0BA
(205,208,186)
#D2D5C1
(210,213,193)
#D7DAC8
(215,218,200)
#DCDFCF
(220,223,207)
#E1E4D6
(225,228,214)
#E6E9DD
(230,233,221)
#EBEEE4
(235,238,228)
#F0F3EB
(240,243,235)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C6AC color. Also use rgb(195,198,172) instead hex code.

Text Font Color

.myTextColor { color: #C3C6AC; }

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

This text font color is #C3C6AC.


Background Color

.myBgColor { background-color: #C3C6AC; }

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

This div background color is #C3C6AC.


Border color

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

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

This div border color is #C3C6AC.


Opacity

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

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

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

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

This text has shadow with #C3C6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C6AC on black background.


Color preview on white background

This text has color #C3C6AC on white background.



Black color preview on #C3C6AC background

This text has black color on #C3C6AC background.


White color preview on #C3C6AC background

This text has white color on #C3C6AC background.