COLOR #C7CCAE

HEX: #C7CCAE RGB: (199,204,174)

Color info

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

RGB color model

#C7CCAE color RGB value is (199,204,174).

RGB: (199,204,174) (78%, 80%, 68%)

RGB channels and saturation

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

199
204
174

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

Portions of RGB colors in percentages

R + G + B = 199 + 204 + 174 = 577 (100%)
R 199 of 577 ~ 34.49%
G 204 of 577 ~ 35.36%
B 174 of 577 ~ 30.16'%

%34.49
%35.36
%30.16

CMYK color model

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

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 20.00%
CMYK: (2,0,15,20) C2M0Y15K20 (2%,0%,15%,20%) (0.02/0.00/0.15/0.20) 

CMYK percentages

%2.45
%0
%14.71
%20

Codes

Color #C7CCAE in popluar color models

C7 CC AE
RGB 199 204 174
HSL 70° 22.73% 74.12%
HSB/HSV 70° 14.71% 80.00%
CMYK 2.45% 0.00% 14.71%
20.00%

Color #C7CCAE in popluar number systems.

HEX C7 CC AE
Decimal 199 204 174
Binary 11000111 11001100 10101110
Octal 307 314 256

Shades and tints

Shades of #C7CCAE

#C7CCAE
(199,204,174)
#B5BA9F
(181,186,159)
#A3A890
(163,168,144)
#919681
(145,150,129)
#7F8472
(127,132,114)
#6D7263
(109,114,99)
#5B6054
(91,96,84)
#494E45
(73,78,69)
#373C36
(55,60,54)
#252A27
(37,42,39)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #C7CCAE

#C7CCAE
(199,204,174)
#CCD0B5
(204,208,181)
#D1D4BC
(209,212,188)
#D6D8C3
(214,216,195)
#DBDCCA
(219,220,202)
#E0E0D1
(224,224,209)
#E5E4D8
(229,228,216)
#EAE8DF
(234,232,223)
#EFECE6
(239,236,230)
#F4F0ED
(244,240,237)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CCAE; }

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

This text font color is #C7CCAE.

Background Color

.myBgColor { background-color: #C7CCAE; }

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

This div background color is #C7CCAE.

Border color

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

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

This div border color is #C7CCAE.

Opacity

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

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

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

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

This text has shadow with #C7CCAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CCAE.

Preview

Color preview on black background

This text has color #C7CCAE on black background.


Color preview on white background

This text has color #C7CCAE on white background.


Black color preview on #C7CCAE background

This text has black color on #C7CCAE background.


White color preview on #C7CCAE background

This text has white color on #C7CCAE background.


Related colors

Complementary color

Complementary color for #hex is #383351.


I love getcolorcode.com

Triadic colors

1 #AEC7CC and #CCAEC7 with #C7CCAE are triadic colors.

2 #AECCC7 and #CCC7AE with #C7CCAE are triadic colors.