COLOR #C1C4A4

HEX: #C1C4A4
RGB: (193,196,164)

Color info

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

RGB color model

#C1C4A4 color RGB value is (193,196,164).

  • red value is 193;
  • green value is 196;
  • blue value is 164.
RGB:
(193,196,164)
(76%,77%,64%)

RGB channels and saturation

R 193 of 255 = 76%
G 196 of 255 = 77%
B 164 of 255 = 64%

193
196
164

R + G + B ~ 72%. #C1C4A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 196 + 164 = 553 (100%)
R 193 of 553 ~ 34.9%
G 196 of 553 ~ 35.44%
B 164 of 553 ~ 29.66%

%34.9
%35.44
%29.66

CMYK color model

#C1C4A4 color CMYK value is (2,0,16,23).

  • cyan value is 1.53%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 23.14%
CMYK:
(2,0,16,23)
C2M0Y16K23 
(2%,0%,16%,23%)
(0.02/0.00/0.16/0.23)	

CMYK percentages

%1.53
%0
%16.33
%23.14

Codes

Color #C1C4A4 in popluar color models

C1C4A4
RGB193196164
HSL66°21.33%70.59%
HSB/HSV66°16.33%76.86%
CMYK1.53%0.00%16.33%
23.14%

Color #C1C4A4 in popluar number systems.

HEXC1C4A4
Decimal193196164
Binary110000011100010010100100
Octal301304244

Shades and tints

Shades of #C1C4A4

#C1C4A4
(193,196,164)
#B0B396
(176,179,150)
#9FA288
(159,162,136)
#8E917A
(142,145,122)
#7D806C
(125,128,108)
#6C6F5E
(108,111,94)
#5B5E50
(91,94,80)
#4A4D42
(74,77,66)
#393C34
(57,60,52)
#282B26
(40,43,38)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #C1C4A4

#C1C4A4
(193,196,164)
#C6C9AC
(198,201,172)
#CBCEB4
(203,206,180)
#D0D3BC
(208,211,188)
#D5D8C4
(213,216,196)
#DADDCC
(218,221,204)
#DFE2D4
(223,226,212)
#E4E7DC
(228,231,220)
#E9ECE4
(233,236,228)
#EEF1EC
(238,241,236)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C4A4 color. Also use rgb(193,196,164) instead hex code.

Text Font Color

.myTextColor { color: #C1C4A4; }

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

This text font color is #C1C4A4.


Background Color

.myBgColor { background-color: #C1C4A4; }

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

This div background color is #C1C4A4.


Border color

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

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

This div border color is #C1C4A4.


Opacity

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

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

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

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

This text has shadow with #C1C4A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C4A4 on black background.


Color preview on white background

This text has color #C1C4A4 on white background.



Black color preview on #C1C4A4 background

This text has black color on #C1C4A4 background.


White color preview on #C1C4A4 background

This text has white color on #C1C4A4 background.