COLOR #C7CDA4

HEX: #C7CDA4
RGB: (199,205,164)

Color info

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

RGB color model

#C7CDA4 color RGB value is (199,205,164).

  • red value is 199;
  • green value is 205;
  • blue value is 164.
RGB:
(199,205,164)
(78%,80%,64%)

RGB channels and saturation

R 199 of 255 = 78%
G 205 of 255 = 80%
B 164 of 255 = 64%

199
205
164

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

Portions of RGB colors in percentages

R + G + B =
199 + 205 + 164 = 568 (100%)
R 199 of 568 ~ 35.04%
G 205 of 568 ~ 36.09%
B 164 of 568 ~ 28.87%

%35.04
%36.09
%28.87

CMYK color model

#C7CDA4 color CMYK value is (3,0,20,20).

  • cyan value is 2.93%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 19.61%
CMYK:
(3,0,20,20)
C3M0Y20K20 
(3%,0%,20%,20%)
(0.03/0.00/0.20/0.20)	

CMYK percentages

%2.93
%0
%20
%19.61

Codes

Color #C7CDA4 in popluar color models

C7CDA4
RGB199205164
HSL69°29.08%72.35%
HSB/HSV69°20.00%80.39%
CMYK2.93%0.00%20.00%
19.61%

Color #C7CDA4 in popluar number systems.

HEXC7CDA4
Decimal199205164
Binary110001111100110110100100
Octal307315244

Shades and tints

Shades of #C7CDA4

#C7CDA4
(199,205,164)
#B5BB96
(181,187,150)
#A3A988
(163,169,136)
#91977A
(145,151,122)
#7F856C
(127,133,108)
#6D735E
(109,115,94)
#5B6150
(91,97,80)
#494F42
(73,79,66)
#373D34
(55,61,52)
#252B26
(37,43,38)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #C7CDA4

#C7CDA4
(199,205,164)
#CCD1AC
(204,209,172)
#D1D5B4
(209,213,180)
#D6D9BC
(214,217,188)
#DBDDC4
(219,221,196)
#E0E1CC
(224,225,204)
#E5E5D4
(229,229,212)
#EAE9DC
(234,233,220)
#EFEDE4
(239,237,228)
#F4F1EC
(244,241,236)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CDA4 color. Also use rgb(199,205,164) instead hex code.

Text Font Color

.myTextColor { color: #C7CDA4; }

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

This text font color is #C7CDA4.


Background Color

.myBgColor { background-color: #C7CDA4; }

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

This div background color is #C7CDA4.


Border color

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

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

This div border color is #C7CDA4.


Opacity

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

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

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

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

This text has shadow with #C7CDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CDA4 on black background.


Color preview on white background

This text has color #C7CDA4 on white background.



Black color preview on #C7CDA4 background

This text has black color on #C7CDA4 background.


White color preview on #C7CDA4 background

This text has white color on #C7CDA4 background.