COLOR #C1C5AA

HEX: #C1C5AA
RGB: (193,197,170)

Color info

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

RGB color model

#C1C5AA color RGB value is (193,197,170).

  • red value is 193;
  • green value is 197;
  • blue value is 170.
RGB:
(193,197,170)
(76%,77%,67%)

RGB channels and saturation

R 193 of 255 = 76%
G 197 of 255 = 77%
B 170 of 255 = 67%

193
197
170

R + G + B ~ 73%. #C1C5AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 197 + 170 = 560 (100%)
R 193 of 560 ~ 34.46%
G 197 of 560 ~ 35.18%
B 170 of 560 ~ 30.36%

%34.46
%35.18
%30.36

CMYK color model

#C1C5AA color CMYK value is (2,0,14,23).

  • cyan value is 2.03%
  • magenta value is 0.00%
  • yellow value is 13.71%
  • key color value is 22.75%
CMYK:
(2,0,14,23)
C2M0Y14K23 
(2%,0%,14%,23%)
(0.02/0.00/0.14/0.23)	

CMYK percentages

%2.03
%0
%13.71
%22.75

Codes

Color #C1C5AA in popluar color models

C1C5AA
RGB193197170
HSL69°18.88%71.96%
HSB/HSV69°13.71%77.25%
CMYK2.03%0.00%13.71%
22.75%

Color #C1C5AA in popluar number systems.

HEXC1C5AA
Decimal193197170
Binary110000011100010110101010
Octal301305252

Shades and tints

Shades of #C1C5AA

#C1C5AA
(193,197,170)
#B0B49B
(176,180,155)
#9FA38C
(159,163,140)
#8E927D
(142,146,125)
#7D816E
(125,129,110)
#6C705F
(108,112,95)
#5B5F50
(91,95,80)
#4A4E41
(74,78,65)
#393D32
(57,61,50)
#282C23
(40,44,35)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #C1C5AA

#C1C5AA
(193,197,170)
#C6CAB1
(198,202,177)
#CBCFB8
(203,207,184)
#D0D4BF
(208,212,191)
#D5D9C6
(213,217,198)
#DADECD
(218,222,205)
#DFE3D4
(223,227,212)
#E4E8DB
(228,232,219)
#E9EDE2
(233,237,226)
#EEF2E9
(238,242,233)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C5AA color. Also use rgb(193,197,170) instead hex code.

Text Font Color

.myTextColor { color: #C1C5AA; }

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

This text font color is #C1C5AA.


Background Color

.myBgColor { background-color: #C1C5AA; }

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

This div background color is #C1C5AA.


Border color

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

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

This div border color is #C1C5AA.


Opacity

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

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

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

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

This text has shadow with #C1C5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C5AA on black background.


Color preview on white background

This text has color #C1C5AA on white background.



Black color preview on #C1C5AA background

This text has black color on #C1C5AA background.


White color preview on #C1C5AA background

This text has white color on #C1C5AA background.