COLOR #C3C9A4

HEX: #C3C9A4
RGB: (195,201,164)

Color info

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

RGB color model

#C3C9A4 color RGB value is (195,201,164).

  • red value is 195;
  • green value is 201;
  • blue value is 164.
RGB:
(195,201,164)
(76%,79%,64%)

RGB channels and saturation

R 195 of 255 = 76%
G 201 of 255 = 79%
B 164 of 255 = 64%

195
201
164

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

Portions of RGB colors in percentages

R + G + B =
195 + 201 + 164 = 560 (100%)
R 195 of 560 ~ 34.82%
G 201 of 560 ~ 35.89%
B 164 of 560 ~ 29.29%

%34.82
%35.89
%29.29

CMYK color model

#C3C9A4 color CMYK value is (3,0,18,21).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 18.41%
  • key color value is 21.18%
CMYK:
(3,0,18,21)
C3M0Y18K21 
(3%,0%,18%,21%)
(0.03/0.00/0.18/0.21)	

CMYK percentages

%2.99
%0
%18.41
%21.18

Codes

Color #C3C9A4 in popluar color models

C3C9A4
RGB195201164
HSL70°25.52%71.57%
HSB/HSV70°18.41%78.82%
CMYK2.99%0.00%18.41%
21.18%

Color #C3C9A4 in popluar number systems.

HEXC3C9A4
Decimal195201164
Binary110000111100100110100100
Octal303311244

Shades and tints

Shades of #C3C9A4

#C3C9A4
(195,201,164)
#B2B796
(178,183,150)
#A1A588
(161,165,136)
#90937A
(144,147,122)
#7F816C
(127,129,108)
#6E6F5E
(110,111,94)
#5D5D50
(93,93,80)
#4C4B42
(76,75,66)
#3B3934
(59,57,52)
#2A2726
(42,39,38)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #C3C9A4

#C3C9A4
(195,201,164)
#C8CDAC
(200,205,172)
#CDD1B4
(205,209,180)
#D2D5BC
(210,213,188)
#D7D9C4
(215,217,196)
#DCDDCC
(220,221,204)
#E1E1D4
(225,225,212)
#E6E5DC
(230,229,220)
#EBE9E4
(235,233,228)
#F0EDEC
(240,237,236)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C9A4 color. Also use rgb(195,201,164) instead hex code.

Text Font Color

.myTextColor { color: #C3C9A4; }

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

This text font color is #C3C9A4.


Background Color

.myBgColor { background-color: #C3C9A4; }

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

This div background color is #C3C9A4.


Border color

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

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

This div border color is #C3C9A4.


Opacity

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

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

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

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

This text has shadow with #C3C9A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C9A4 on black background.


Color preview on white background

This text has color #C3C9A4 on white background.



Black color preview on #C3C9A4 background

This text has black color on #C3C9A4 background.


White color preview on #C3C9A4 background

This text has white color on #C3C9A4 background.