COLOR #C7C2AD

HEX: #C7C2AD
RGB: (199,194,173)

Color info

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

RGB color model

#C7C2AD color RGB value is (199,194,173).

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

RGB channels and saturation

R 199 of 255 = 78%
G 194 of 255 = 76%
B 173 of 255 = 68%

199
194
173

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

Portions of RGB colors in percentages

R + G + B =
199 + 194 + 173 = 566 (100%)
R 199 of 566 ~ 35.16%
G 194 of 566 ~ 34.28%
B 173 of 566 ~ 30.57%

%35.16
%34.28
%30.57

CMYK color model

#C7C2AD color CMYK value is (0,3,13,22).

  • cyan value is 0.00%
  • magenta value is 2.51%
  • yellow value is 13.07%
  • key color value is 21.96%
CMYK: (0,3,13,22) C0M3Y13K22 (0%,3%,13%,22%) (0.00/0.03/0.13/0.22)

CMYK percentages

%0
%2.51
%13.07
%21.96

Codes

Color #C7C2AD in popluar color models

C7C2AD
RGB199194173
HSL48°18.84%72.94%
HSB/HSV48°13.07%78.04%
CMYK0.00%2.51%13.07%
21.96%

Color #C7C2AD in popluar number systems.

HEXC7C2AD
Decimal199194173
Binary110001111100001010101101
Octal307302255

Shades and tints

Shades of #C7C2AD

#C7C2AD
(199,194,173)
#B5B19E
(181,177,158)
#A3A08F
(163,160,143)
#918F80
(145,143,128)
#7F7E71
(127,126,113)
#6D6D62
(109,109,98)
#5B5C53
(91,92,83)
#494B44
(73,75,68)
#373A35
(55,58,53)
#252926
(37,41,38)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #C7C2AD

#C7C2AD
(199,194,173)
#CCC7B4
(204,199,180)
#D1CCBB
(209,204,187)
#D6D1C2
(214,209,194)
#DBD6C9
(219,214,201)
#E0DBD0
(224,219,208)
#E5E0D7
(229,224,215)
#EAE5DE
(234,229,222)
#EFEAE5
(239,234,229)
#F4EFEC
(244,239,236)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C2AD; }

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

This text font color is #C7C2AD.


Background Color

.myBgColor { background-color: #C7C2AD; }

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

This div background color is #C7C2AD.


Border color

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

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

This div border color is #C7C2AD.


Opacity

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

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

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

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

This text has shadow with #C7C2AD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C7C2AD on black background.


Color preview on white background

This text has color #C7C2AD on white background.



Black color preview on #C7C2AD background

This text has black color on #C7C2AD background.


White color preview on #C7C2AD background

This text has white color on #C7C2AD background.