COLOR #C7CDA6

HEX: #C7CDA6
RGB: (199,205,166)

Color info

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

RGB color model

#C7CDA6 color RGB value is (199,205,166).

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

RGB channels and saturation

R 199 of 255 = 78%
G 205 of 255 = 80%
B 166 of 255 = 65%

199
205
166

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

Portions of RGB colors in percentages

R + G + B =
199 + 205 + 166 = 570 (100%)
R 199 of 570 ~ 34.91%
G 205 of 570 ~ 35.96%
B 166 of 570 ~ 29.12%

%34.91
%35.96
%29.12

CMYK color model

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

  • cyan value is 2.93%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 19.61%
CMYK:
(3,0,19,20)
C3M0Y19K20 
(3%,0%,19%,20%)
(0.03/0.00/0.19/0.20)	

CMYK percentages

%2.93
%0
%19.02
%19.61

Codes

Color #C7CDA6 in popluar color models

C7CDA6
RGB199205166
HSL69°28.06%72.75%
HSB/HSV69°19.02%80.39%
CMYK2.93%0.00%19.02%
19.61%

Color #C7CDA6 in popluar number systems.

HEXC7CDA6
Decimal199205166
Binary110001111100110110100110
Octal307315246

Shades and tints

Shades of #C7CDA6

#C7CDA6
(199,205,166)
#B5BB97
(181,187,151)
#A3A988
(163,169,136)
#919779
(145,151,121)
#7F856A
(127,133,106)
#6D735B
(109,115,91)
#5B614C
(91,97,76)
#494F3D
(73,79,61)
#373D2E
(55,61,46)
#252B1F
(37,43,31)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #C7CDA6

#C7CDA6
(199,205,166)
#CCD1AE
(204,209,174)
#D1D5B6
(209,213,182)
#D6D9BE
(214,217,190)
#DBDDC6
(219,221,198)
#E0E1CE
(224,225,206)
#E5E5D6
(229,229,214)
#EAE9DE
(234,233,222)
#EFEDE6
(239,237,230)
#F4F1EE
(244,241,238)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CDA6; }

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

This text font color is #C7CDA6.


Background Color

.myBgColor { background-color: #C7CDA6; }

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

This div background color is #C7CDA6.


Border color

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

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

This div border color is #C7CDA6.


Opacity

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

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

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

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

This text has shadow with #C7CDA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CDA6 on black background.


Color preview on white background

This text has color #C7CDA6 on white background.



Black color preview on #C7CDA6 background

This text has black color on #C7CDA6 background.


White color preview on #C7CDA6 background

This text has white color on #C7CDA6 background.