COLOR #C6C4AE

HEX: #C6C4AE
RGB: (198,196,174)

Color info

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

RGB color model

#C6C4AE color RGB value is (198,196,174).

  • red value is 198;
  • green value is 196;
  • blue value is 174.
RGB: (198,196,174) (78%,77%,68%)

RGB channels and saturation

R 198 of 255 = 78%
G 196 of 255 = 77%
B 174 of 255 = 68%

198
196
174

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

Portions of RGB colors in percentages

R + G + B =
198 + 196 + 174 = 568 (100%)
R 198 of 568 ~ 34.86%
G 196 of 568 ~ 34.51%
B 174 of 568 ~ 30.63%

%34.86
%34.51
%30.63

CMYK color model

#C6C4AE color CMYK value is (0,1,12,22).

  • cyan value is 0.00%
  • magenta value is 1.01%
  • yellow value is 12.12%
  • key color value is 22.35%
CMYK: (0,1,12,22) C0M1Y12K22 (0%,1%,12%,22%) (0.00/0.01/0.12/0.22)

CMYK percentages

%0
%1.01
%12.12
%22.35

Codes

Color #C6C4AE in popluar color models

C6C4AE
RGB198196174
HSL55°17.39%72.94%
HSB/HSV55°12.12%77.65%
CMYK0.00%1.01%12.12%
22.35%

Color #C6C4AE in popluar number systems.

HEXC6C4AE
Decimal198196174
Binary110001101100010010101110
Octal306304256

Shades and tints

Shades of #C6C4AE

#C6C4AE
(198,196,174)
#B4B39F
(180,179,159)
#A2A290
(162,162,144)
#909181
(144,145,129)
#7E8072
(126,128,114)
#6C6F63
(108,111,99)
#5A5E54
(90,94,84)
#484D45
(72,77,69)
#363C36
(54,60,54)
#242B27
(36,43,39)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #C6C4AE

#C6C4AE
(198,196,174)
#CBC9B5
(203,201,181)
#D0CEBC
(208,206,188)
#D5D3C3
(213,211,195)
#DAD8CA
(218,216,202)
#DFDDD1
(223,221,209)
#E4E2D8
(228,226,216)
#E9E7DF
(233,231,223)
#EEECE6
(238,236,230)
#F3F1ED
(243,241,237)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C4AE color. Also use rgb(198,196,174) instead hex code.

Text Font Color

.myTextColor { color: #C6C4AE; }

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

This text font color is #C6C4AE.


Background Color

.myBgColor { background-color: #C6C4AE; }

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

This div background color is #C6C4AE.


Border color

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

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

This div border color is #C6C4AE.


Opacity

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

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

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

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

This text has shadow with #C6C4AE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C6C4AE on black background.


Color preview on white background

This text has color #C6C4AE on white background.



Black color preview on #C6C4AE background

This text has black color on #C6C4AE background.


White color preview on #C6C4AE background

This text has white color on #C6C4AE background.