COLOR #C7CDAE

HEX: #C7CDAE
RGB: (199,205,174)

Color info

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

RGB color model

#C7CDAE color RGB value is (199,205,174).

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

RGB channels and saturation

R 199 of 255 = 78%
G 205 of 255 = 80%
B 174 of 255 = 68%

199
205
174

R + G + B ~ 75%. #C7CDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 205 + 174 = 578 (100%)
R 199 of 578 ~ 34.43%
G 205 of 578 ~ 35.47%
B 174 of 578 ~ 30.1%

%34.43
%35.47
%30.1

CMYK color model

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

  • cyan value is 2.93%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • key color value is 19.61%
CMYK:
(3,0,15,20)
C3M0Y15K20 
(3%,0%,15%,20%)
(0.03/0.00/0.15/0.20)	

CMYK percentages

%2.93
%0
%15.12
%19.61

Codes

Color #C7CDAE in popluar color models

C7CDAE
RGB199205174
HSL72°23.66%74.31%
HSB/HSV72°15.12%80.39%
CMYK2.93%0.00%15.12%
19.61%

Color #C7CDAE in popluar number systems.

HEXC7CDAE
Decimal199205174
Binary110001111100110110101110
Octal307315256

Shades and tints

Shades of #C7CDAE

#C7CDAE
(199,205,174)
#B5BB9F
(181,187,159)
#A3A990
(163,169,144)
#919781
(145,151,129)
#7F8572
(127,133,114)
#6D7363
(109,115,99)
#5B6154
(91,97,84)
#494F45
(73,79,69)
#373D36
(55,61,54)
#252B27
(37,43,39)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #C7CDAE

#C7CDAE
(199,205,174)
#CCD1B5
(204,209,181)
#D1D5BC
(209,213,188)
#D6D9C3
(214,217,195)
#DBDDCA
(219,221,202)
#E0E1D1
(224,225,209)
#E5E5D8
(229,229,216)
#EAE9DF
(234,233,223)
#EFEDE6
(239,237,230)
#F4F1ED
(244,241,237)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CDAE; }

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

This text font color is #C7CDAE.


Background Color

.myBgColor { background-color: #C7CDAE; }

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

This div background color is #C7CDAE.


Border color

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

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

This div border color is #C7CDAE.


Opacity

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

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

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

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

This text has shadow with #C7CDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CDAE on black background.


Color preview on white background

This text has color #C7CDAE on white background.



Black color preview on #C7CDAE background

This text has black color on #C7CDAE background.


White color preview on #C7CDAE background

This text has white color on #C7CDAE background.