COLOR #C6CAA3

HEX: #C6CAA3
RGB: (198,202,163)

Color info

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

RGB color model

#C6CAA3 color RGB value is (198,202,163).

  • red value is 198;
  • green value is 202;
  • blue value is 163.
RGB:
(198,202,163)
(78%,79%,64%)

RGB channels and saturation

R 198 of 255 = 78%
G 202 of 255 = 79%
B 163 of 255 = 64%

198
202
163

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

Portions of RGB colors in percentages

R + G + B =
198 + 202 + 163 = 563 (100%)
R 198 of 563 ~ 35.17%
G 202 of 563 ~ 35.88%
B 163 of 563 ~ 28.95%

%35.17
%35.88
%28.95

CMYK color model

#C6CAA3 color CMYK value is (2,0,19,21).

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 19.31%
  • key color value is 20.78%
CMYK:
(2,0,19,21)
C2M0Y19K21 
(2%,0%,19%,21%)
(0.02/0.00/0.19/0.21)	

CMYK percentages

%1.98
%0
%19.31
%20.78

Codes

Color #C6CAA3 in popluar color models

C6CAA3
RGB198202163
HSL66°26.90%71.57%
HSB/HSV66°19.31%79.22%
CMYK1.98%0.00%19.31%
20.78%

Color #C6CAA3 in popluar number systems.

HEXC6CAA3
Decimal198202163
Binary110001101100101010100011
Octal306312243

Shades and tints

Shades of #C6CAA3

#C6CAA3
(198,202,163)
#B4B895
(180,184,149)
#A2A687
(162,166,135)
#909479
(144,148,121)
#7E826B
(126,130,107)
#6C705D
(108,112,93)
#5A5E4F
(90,94,79)
#484C41
(72,76,65)
#363A33
(54,58,51)
#242825
(36,40,37)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #C6CAA3

#C6CAA3
(198,202,163)
#CBCEAB
(203,206,171)
#D0D2B3
(208,210,179)
#D5D6BB
(213,214,187)
#DADAC3
(218,218,195)
#DFDECB
(223,222,203)
#E4E2D3
(228,226,211)
#E9E6DB
(233,230,219)
#EEEAE3
(238,234,227)
#F3EEEB
(243,238,235)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CAA3 color. Also use rgb(198,202,163) instead hex code.

Text Font Color

.myTextColor { color: #C6CAA3; }

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

This text font color is #C6CAA3.


Background Color

.myBgColor { background-color: #C6CAA3; }

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

This div background color is #C6CAA3.


Border color

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

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

This div border color is #C6CAA3.


Opacity

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

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

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

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

This text has shadow with #C6CAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CAA3 on black background.


Color preview on white background

This text has color #C6CAA3 on white background.



Black color preview on #C6CAA3 background

This text has black color on #C6CAA3 background.


White color preview on #C6CAA3 background

This text has white color on #C6CAA3 background.