COLOR #C7CFA3

HEX: #C7CFA3 RGB: (199,207,163)

Color info

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

RGB color model

#C7CFA3 color RGB value is (199,207,163).

RGB: (199,207,163) (78%, 81%, 64%)

RGB channels and saturation

R 199 of 255 = 78%
G 207 of 255 = 81%
B 163 of 255 = 64%

199
207
163

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

Portions of RGB colors in percentages

R + G + B = 199 + 207 + 163 = 569 (100%)
R 199 of 569 ~ 34.97%
G 207 of 569 ~ 36.38%
B 163 of 569 ~ 28.65'%

%34.97
%36.38
%28.65

CMYK color model

#C7CFA3 color CMYK value is (4,0,21,19).

  • cyan value is 3.86%
  • magenta value is 0.00%
  • yellow value is 21.26%
  • key color value is 18.82%

CMYK: (4,0,21,19)
C4M0Y21K19 (4%, 0%, 21%, 19%)
(0.04 / 0.00 / 0.21 / 0.19)

CMYK percentages

%3.86
%0
%21.26
%18.82

Codes

Color #C7CFA3 in popluar color models

C7 CF A3
RGB 199 207 163
HSL 71° 31.43% 72.55%
HSB/HSV 71° 21.26% 81.18%
CMYK 3.86% 0.00% 21.26%
18.82%

Color #C7CFA3 in popluar number systems.

HEX C7 CF A3
Decimal 199 207 163
Binary 11000111 11001111 10100011
Octal 307 317 243

Shades and tints

Shades of #C7CFA3

#C7CFA3
(199,207,163)
#B5BD95
(181,189,149)
#A3AB87
(163,171,135)
#919979
(145,153,121)
#7F876B
(127,135,107)
#6D755D
(109,117,93)
#5B634F
(91,99,79)
#495141
(73,81,65)
#373F33
(55,63,51)
#252D25
(37,45,37)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #C7CFA3

#C7CFA3
(199,207,163)
#CCD3AB
(204,211,171)
#D1D7B3
(209,215,179)
#D6DBBB
(214,219,187)
#DBDFC3
(219,223,195)
#E0E3CB
(224,227,203)
#E5E7D3
(229,231,211)
#EAEBDB
(234,235,219)
#EFEFE3
(239,239,227)
#F4F3EB
(244,243,235)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CFA3 color. Also use rgb(199,207,163) instead hex code.

Text Font Color

.myTextColor { color: #C7CFA3; }

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

This text font color is #C7CFA3.

Background Color

.myBgColor { background-color: #C7CFA3; }

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

This div background color is #C7CFA3.

Border color

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

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

This div border color is #C7CFA3.

Opacity

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

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

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

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

This text has shadow with #C7CFA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CFA3.

Preview

Color preview on black background

This text has color #C7CFA3 on black background.


Color preview on white background

This text has color #C7CFA3 on white background.


Black color preview on #C7CFA3 background

This text has black color on #C7CFA3 background.


White color preview on #C7CFA3 background

This text has white color on #C7CFA3 background.


Related colors

Complementary color

Complementary color for #hex is #38305C.


I love getcolorcode.com

Triadic colors

1 #A3C7CF and #CFA3C7 with #C7CFA3 are triadic colors.

2 #A3CFC7 and #CFC7A3 with #C7CFA3 are triadic colors.