COLOR #C1C5AE

HEX: #C1C5AE
RGB: (193,197,174)

Color info

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

RGB color model

#C1C5AE color RGB value is (193,197,174).

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

RGB channels and saturation

R 193 of 255 = 76%
G 197 of 255 = 77%
B 174 of 255 = 68%

193
197
174

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

Portions of RGB colors in percentages

R + G + B =
193 + 197 + 174 = 564 (100%)
R 193 of 564 ~ 34.22%
G 197 of 564 ~ 34.93%
B 174 of 564 ~ 30.85%

%34.22
%34.93
%30.85

CMYK color model

#C1C5AE color CMYK value is (2,0,12,23).

  • cyan value is 2.03%
  • magenta value is 0.00%
  • yellow value is 11.68%
  • key color value is 22.75%
CMYK:
(2,0,12,23)
C2M0Y12K23 
(2%,0%,12%,23%)
(0.02/0.00/0.12/0.23)	

CMYK percentages

%2.03
%0
%11.68
%22.75

Codes

Color #C1C5AE in popluar color models

C1C5AE
RGB193197174
HSL70°16.55%72.75%
HSB/HSV70°11.68%77.25%
CMYK2.03%0.00%11.68%
22.75%

Color #C1C5AE in popluar number systems.

HEXC1C5AE
Decimal193197174
Binary110000011100010110101110
Octal301305256

Shades and tints

Shades of #C1C5AE

#C1C5AE
(193,197,174)
#B0B49F
(176,180,159)
#9FA390
(159,163,144)
#8E9281
(142,146,129)
#7D8172
(125,129,114)
#6C7063
(108,112,99)
#5B5F54
(91,95,84)
#4A4E45
(74,78,69)
#393D36
(57,61,54)
#282C27
(40,44,39)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #C1C5AE

#C1C5AE
(193,197,174)
#C6CAB5
(198,202,181)
#CBCFBC
(203,207,188)
#D0D4C3
(208,212,195)
#D5D9CA
(213,217,202)
#DADED1
(218,222,209)
#DFE3D8
(223,227,216)
#E4E8DF
(228,232,223)
#E9EDE6
(233,237,230)
#EEF2ED
(238,242,237)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C5AE; }

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

This text font color is #C1C5AE.


Background Color

.myBgColor { background-color: #C1C5AE; }

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

This div background color is #C1C5AE.


Border color

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

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

This div border color is #C1C5AE.


Opacity

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

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

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

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

This text has shadow with #C1C5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C5AE on black background.


Color preview on white background

This text has color #C1C5AE on white background.



Black color preview on #C1C5AE background

This text has black color on #C1C5AE background.


White color preview on #C1C5AE background

This text has white color on #C1C5AE background.