COLOR #C3C7AA

HEX: #C3C7AA
RGB: (195,199,170)

Color info

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

RGB color model

#C3C7AA color RGB value is (195,199,170).

  • red value is 195;
  • green value is 199;
  • blue value is 170.
RGB:
(195,199,170)
(76%,78%,67%)

RGB channels and saturation

R 195 of 255 = 76%
G 199 of 255 = 78%
B 170 of 255 = 67%

195
199
170

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

Portions of RGB colors in percentages

R + G + B =
195 + 199 + 170 = 564 (100%)
R 195 of 564 ~ 34.57%
G 199 of 564 ~ 35.28%
B 170 of 564 ~ 30.14%

%34.57
%35.28
%30.14

CMYK color model

#C3C7AA color CMYK value is (2,0,15,22).

  • cyan value is 2.01%
  • magenta value is 0.00%
  • yellow value is 14.57%
  • key color value is 21.96%
CMYK:
(2,0,15,22)
C2M0Y15K22 
(2%,0%,15%,22%)
(0.02/0.00/0.15/0.22)	

CMYK percentages

%2.01
%0
%14.57
%21.96

Codes

Color #C3C7AA in popluar color models

C3C7AA
RGB195199170
HSL68°20.57%72.35%
HSB/HSV68°14.57%78.04%
CMYK2.01%0.00%14.57%
21.96%

Color #C3C7AA in popluar number systems.

HEXC3C7AA
Decimal195199170
Binary110000111100011110101010
Octal303307252

Shades and tints

Shades of #C3C7AA

#C3C7AA
(195,199,170)
#B2B59B
(178,181,155)
#A1A38C
(161,163,140)
#90917D
(144,145,125)
#7F7F6E
(127,127,110)
#6E6D5F
(110,109,95)
#5D5B50
(93,91,80)
#4C4941
(76,73,65)
#3B3732
(59,55,50)
#2A2523
(42,37,35)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #C3C7AA

#C3C7AA
(195,199,170)
#C8CCB1
(200,204,177)
#CDD1B8
(205,209,184)
#D2D6BF
(210,214,191)
#D7DBC6
(215,219,198)
#DCE0CD
(220,224,205)
#E1E5D4
(225,229,212)
#E6EADB
(230,234,219)
#EBEFE2
(235,239,226)
#F0F4E9
(240,244,233)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C7AA color. Also use rgb(195,199,170) instead hex code.

Text Font Color

.myTextColor { color: #C3C7AA; }

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

This text font color is #C3C7AA.


Background Color

.myBgColor { background-color: #C3C7AA; }

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

This div background color is #C3C7AA.


Border color

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

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

This div border color is #C3C7AA.


Opacity

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

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

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

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

This text has shadow with #C3C7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C7AA on black background.


Color preview on white background

This text has color #C3C7AA on white background.



Black color preview on #C3C7AA background

This text has black color on #C3C7AA background.


White color preview on #C3C7AA background

This text has white color on #C3C7AA background.