COLOR #C1C6AC

HEX: #C1C6AC RGB: (193,198,172)

Color info

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

RGB color model

#C1C6AC color RGB value is (193,198,172).

RGB: (193,198,172) (76%, 78%, 67%)

RGB channels and saturation

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

193
198
172

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

Portions of RGB colors in percentages

R + G + B = 193 + 198 + 172 = 563 (100%)
R 193 of 563 ~ 34.28%
G 198 of 563 ~ 35.17%
B 172 of 563 ~ 30.55'%

%34.28
%35.17
%30.55

CMYK color model

#C1C6AC color CMYK value is (3,0,13,22).

  • cyan value is 2.53%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 22.35%

CMYK: (3,0,13,22)
C3M0Y13K22 (3%, 0%, 13%, 22%)
(0.03 / 0.00 / 0.13 / 0.22)

CMYK percentages

%2.53
%0
%13.13
%22.35

Codes

Color #C1C6AC in popluar color models

C1 C6 AC
RGB 193 198 172
HSL 72° 18.57% 72.55%
HSB/HSV 72° 13.13% 77.65%
CMYK 2.53% 0.00% 13.13%
22.35%

Color #C1C6AC in popluar number systems.

HEX C1 C6 AC
Decimal 193 198 172
Binary 11000001 11000110 10101100
Octal 301 306 254

Shades and tints

Shades of #C1C6AC

#C1C6AC
(193,198,172)
#B0B49D
(176,180,157)
#9FA28E
(159,162,142)
#8E907F
(142,144,127)
#7D7E70
(125,126,112)
#6C6C61
(108,108,97)
#5B5A52
(91,90,82)
#4A4843
(74,72,67)
#393634
(57,54,52)
#282425
(40,36,37)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #C1C6AC

#C1C6AC
(193,198,172)
#C6CBB3
(198,203,179)
#CBD0BA
(203,208,186)
#D0D5C1
(208,213,193)
#D5DAC8
(213,218,200)
#DADFCF
(218,223,207)
#DFE4D6
(223,228,214)
#E4E9DD
(228,233,221)
#E9EEE4
(233,238,228)
#EEF3EB
(238,243,235)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C6AC; }

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

This text font color is #C1C6AC.

Background Color

.myBgColor { background-color: #C1C6AC; }

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

This div background color is #C1C6AC.

Border color

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

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

This div border color is #C1C6AC.

Opacity

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

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

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

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

This text has shadow with #C1C6AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C6AC.

Preview

Color preview on black background

This text has color #C1C6AC on black background.


Color preview on white background

This text has color #C1C6AC on white background.


Black color preview on #C1C6AC background

This text has black color on #C1C6AC background.


White color preview on #C1C6AC background

This text has white color on #C1C6AC background.


Related colors

Complementary color

Complementary color for #hex is #3E3953.


I love getcolorcode.com

Triadic colors

1 #ACC1C6 and #C6ACC1 with #C1C6AC are triadic colors.

2 #ACC6C1 and #C6C1AC with #C1C6AC are triadic colors.