COLOR #C7CCA3

HEX: #C7CCA3 RGB: (199,204,163)

Color info

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

RGB color model

#C7CCA3 color RGB value is (199,204,163).

RGB: (199,204,163) (78%, 80%, 64%)

RGB channels and saturation

R 199 of 255 = 78%
G 204 of 255 = 80%
B 163 of 255 = 64%

199
204
163

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

Portions of RGB colors in percentages

R + G + B = 199 + 204 + 163 = 566 (100%)
R 199 of 566 ~ 35.16%
G 204 of 566 ~ 36.04%
B 163 of 566 ~ 28.8'%

%35.16
%36.04
%28.8

CMYK color model

#C7CCA3 color CMYK value is (2,0,20,20).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 20.00%

CMYK: (2,0,20,20)
C2M0Y20K20 (2%, 0%, 20%, 20%)
(0.02 / 0.00 / 0.20 / 0.20)

CMYK percentages

%2.45
%0
%20.1
%20

Codes

Color #C7CCA3 in popluar color models

C7 CC A3
RGB 199 204 163
HSL 67° 28.67% 71.96%
HSB/HSV 67° 20.10% 80.00%
CMYK 2.45% 0.00% 20.10%
20.00%

Color #C7CCA3 in popluar number systems.

HEX C7 CC A3
Decimal 199 204 163
Binary 11000111 11001100 10100011
Octal 307 314 243

Shades and tints

Shades of #C7CCA3

#C7CCA3
(199,204,163)
#B5BA95
(181,186,149)
#A3A887
(163,168,135)
#919679
(145,150,121)
#7F846B
(127,132,107)
#6D725D
(109,114,93)
#5B604F
(91,96,79)
#494E41
(73,78,65)
#373C33
(55,60,51)
#252A25
(37,42,37)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #C7CCA3

#C7CCA3
(199,204,163)
#CCD0AB
(204,208,171)
#D1D4B3
(209,212,179)
#D6D8BB
(214,216,187)
#DBDCC3
(219,220,195)
#E0E0CB
(224,224,203)
#E5E4D3
(229,228,211)
#EAE8DB
(234,232,219)
#EFECE3
(239,236,227)
#F4F0EB
(244,240,235)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CCA3; }

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

This text font color is #C7CCA3.

Background Color

.myBgColor { background-color: #C7CCA3; }

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

This div background color is #C7CCA3.

Border color

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

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

This div border color is #C7CCA3.

Opacity

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

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

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

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

This text has shadow with #C7CCA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CCA3.

Preview

Color preview on black background

This text has color #C7CCA3 on black background.


Color preview on white background

This text has color #C7CCA3 on white background.


Black color preview on #C7CCA3 background

This text has black color on #C7CCA3 background.


White color preview on #C7CCA3 background

This text has white color on #C7CCA3 background.


Related colors

Complementary color

Complementary color for #hex is #38335C.


I love getcolorcode.com

Triadic colors

1 #A3C7CC and #CCA3C7 with #C7CCA3 are triadic colors.

2 #A3CCC7 and #CCC7A3 with #C7CCA3 are triadic colors.