COLOR #C1C9AC

HEX: #C1C9AC RGB: (193,201,172)

Color info

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

RGB color model

#C1C9AC color RGB value is (193,201,172).

RGB: (193,201,172) (76%, 79%, 67%)

RGB channels and saturation

R 193 of 255 = 76%
G 201 of 255 = 79%
B 172 of 255 = 67%

193
201
172

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

Portions of RGB colors in percentages

R + G + B = 193 + 201 + 172 = 566 (100%)
R 193 of 566 ~ 34.1%
G 201 of 566 ~ 35.51%
B 172 of 566 ~ 30.39'%

%34.1
%35.51
%30.39

CMYK color model

#C1C9AC color CMYK value is (4,0,14,21).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 14.43%
  • key color value is 21.18%

CMYK: (4,0,14,21)
C4M0Y14K21 (4%, 0%, 14%, 21%)
(0.04 / 0.00 / 0.14 / 0.21)

CMYK percentages

%3.98
%0
%14.43
%21.18

Codes

Color #C1C9AC in popluar color models

C1 C9 AC
RGB 193 201 172
HSL 77° 21.17% 73.14%
HSB/HSV 77° 14.43% 78.82%
CMYK 3.98% 0.00% 14.43%
21.18%

Color #C1C9AC in popluar number systems.

HEX C1 C9 AC
Decimal 193 201 172
Binary 11000001 11001001 10101100
Octal 301 311 254

Shades and tints

Shades of #C1C9AC

#C1C9AC
(193,201,172)
#B0B79D
(176,183,157)
#9FA58E
(159,165,142)
#8E937F
(142,147,127)
#7D8170
(125,129,112)
#6C6F61
(108,111,97)
#5B5D52
(91,93,82)
#4A4B43
(74,75,67)
#393934
(57,57,52)
#282725
(40,39,37)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #C1C9AC

#C1C9AC
(193,201,172)
#C6CDB3
(198,205,179)
#CBD1BA
(203,209,186)
#D0D5C1
(208,213,193)
#D5D9C8
(213,217,200)
#DADDCF
(218,221,207)
#DFE1D6
(223,225,214)
#E4E5DD
(228,229,221)
#E9E9E4
(233,233,228)
#EEEDEB
(238,237,235)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C9AC; }

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

This text font color is #C1C9AC.

Background Color

.myBgColor { background-color: #C1C9AC; }

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

This div background color is #C1C9AC.

Border color

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

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

This div border color is #C1C9AC.

Opacity

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

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

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

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

This text has shadow with #C1C9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C9AC.

Preview

Color preview on black background

This text has color #C1C9AC on black background.


Color preview on white background

This text has color #C1C9AC on white background.


Black color preview on #C1C9AC background

This text has black color on #C1C9AC background.


White color preview on #C1C9AC background

This text has white color on #C1C9AC background.


Related colors

Complementary color

Complementary color for #hex is #3E3653.


I love getcolorcode.com

Triadic colors

1 #ACC1C9 and #C9ACC1 with #C1C9AC are triadic colors.

2 #ACC9C1 and #C9C1AC with #C1C9AC are triadic colors.