COLOR #C4C6AD

HEX: #C4C6AD
RGB: (196,198,173)

Color info

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

RGB color model

#C4C6AD color RGB value is (196,198,173).

  • red value is 196;
  • green value is 198;
  • blue value is 173.
RGB:
(196,198,173)
(77%,78%,68%)

RGB channels and saturation

R 196 of 255 = 77%
G 198 of 255 = 78%
B 173 of 255 = 68%

196
198
173

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

Portions of RGB colors in percentages

R + G + B =
196 + 198 + 173 = 567 (100%)
R 196 of 567 ~ 34.57%
G 198 of 567 ~ 34.92%
B 173 of 567 ~ 30.51%

%34.57
%34.92
%30.51

CMYK color model

#C4C6AD color CMYK value is (1,0,13,22).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 22.35%
CMYK:
(1,0,13,22)
C1M0Y13K22 
(1%,0%,13%,22%)
(0.01/0.00/0.13/0.22)	

CMYK percentages

%1.01
%0
%12.63
%22.35

Codes

Color #C4C6AD in popluar color models

C4C6AD
RGB196198173
HSL65°17.99%72.75%
HSB/HSV65°12.63%77.65%
CMYK1.01%0.00%12.63%
22.35%

Color #C4C6AD in popluar number systems.

HEXC4C6AD
Decimal196198173
Binary110001001100011010101101
Octal304306255

Shades and tints

Shades of #C4C6AD

#C4C6AD
(196,198,173)
#B3B49E
(179,180,158)
#A2A28F
(162,162,143)
#919080
(145,144,128)
#807E71
(128,126,113)
#6F6C62
(111,108,98)
#5E5A53
(94,90,83)
#4D4844
(77,72,68)
#3C3635
(60,54,53)
#2B2426
(43,36,38)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #C4C6AD

#C4C6AD
(196,198,173)
#C9CBB4
(201,203,180)
#CED0BB
(206,208,187)
#D3D5C2
(211,213,194)
#D8DAC9
(216,218,201)
#DDDFD0
(221,223,208)
#E2E4D7
(226,228,215)
#E7E9DE
(231,233,222)
#ECEEE5
(236,238,229)
#F1F3EC
(241,243,236)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C6AD color. Also use rgb(196,198,173) instead hex code.

Text Font Color

.myTextColor { color: #C4C6AD; }

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

This text font color is #C4C6AD.


Background Color

.myBgColor { background-color: #C4C6AD; }

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

This div background color is #C4C6AD.


Border color

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

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

This div border color is #C4C6AD.


Opacity

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

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

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

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

This text has shadow with #C4C6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C6AD on black background.


Color preview on white background

This text has color #C4C6AD on white background.



Black color preview on #C4C6AD background

This text has black color on #C4C6AD background.


White color preview on #C4C6AD background

This text has white color on #C4C6AD background.