COLOR #C7C4AD

HEX: #C7C4AD
RGB: (199,196,173)

Color info

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

RGB color model

#C7C4AD color RGB value is (199,196,173).

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

RGB channels and saturation

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

199
196
173

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

Portions of RGB colors in percentages

R + G + B =
199 + 196 + 173 = 568 (100%)
R 199 of 568 ~ 35.04%
G 196 of 568 ~ 34.51%
B 173 of 568 ~ 30.46%

%35.04
%34.51
%30.46

CMYK color model

#C7C4AD color CMYK value is (0,2,13,22).

  • cyan value is 0.00%
  • magenta value is 1.51%
  • yellow value is 13.07%
  • key color value is 21.96%
CMYK:
(0,2,13,22)
C0M2Y13K22 
(0%,2%,13%,22%)
(0.00/0.02/0.13/0.22)	

CMYK percentages

%0
%1.51
%13.07
%21.96

Codes

Color #C7C4AD in popluar color models

C7C4AD
RGB199196173
HSL53°18.84%72.94%
HSB/HSV53°13.07%78.04%
CMYK0.00%1.51%13.07%
21.96%

Color #C7C4AD in popluar number systems.

HEXC7C4AD
Decimal199196173
Binary110001111100010010101101
Octal307304255

Shades and tints

Shades of #C7C4AD

#C7C4AD
(199,196,173)
#B5B39E
(181,179,158)
#A3A28F
(163,162,143)
#919180
(145,145,128)
#7F8071
(127,128,113)
#6D6F62
(109,111,98)
#5B5E53
(91,94,83)
#494D44
(73,77,68)
#373C35
(55,60,53)
#252B26
(37,43,38)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #C7C4AD

#C7C4AD
(199,196,173)
#CCC9B4
(204,201,180)
#D1CEBB
(209,206,187)
#D6D3C2
(214,211,194)
#DBD8C9
(219,216,201)
#E0DDD0
(224,221,208)
#E5E2D7
(229,226,215)
#EAE7DE
(234,231,222)
#EFECE5
(239,236,229)
#F4F1EC
(244,241,236)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C4AD; }

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

This text font color is #C7C4AD.


Background Color

.myBgColor { background-color: #C7C4AD; }

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

This div background color is #C7C4AD.


Border color

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

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

This div border color is #C7C4AD.


Opacity

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

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

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

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

This text has shadow with #C7C4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C4AD on black background.


Color preview on white background

This text has color #C7C4AD on white background.



Black color preview on #C7C4AD background

This text has black color on #C7C4AD background.


White color preview on #C7C4AD background

This text has white color on #C7C4AD background.