COLOR #C6A99E

HEX: #C6A99E
RGB: (198,169,158)

Color info

#C6A99E contains red, green and blue colors in about the same proportion. Web safe color of #C6A99E is #CC9999 (or #C99).

RGB color model

#C6A99E color RGB value is (198,169,158).

  • red value is 198;
  • green value is 169;
  • blue value is 158.
RGB:
(198,169,158)
(78%,66%,62%)

RGB channels and saturation

R 198 of 255 = 78%
G 169 of 255 = 66%
B 158 of 255 = 62%

198
169
158

R + G + B ~ 69%. #C6A99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 169 + 158 = 525 (100%)
R 198 of 525 ~ 37.71%
G 169 of 525 ~ 32.19%
B 158 of 525 ~ 30.1%

%37.71
%32.19
%30.1

CMYK color model

#C6A99E color CMYK value is (0,15,20,22).

  • cyan value is 0.00%
  • magenta value is 14.65%
  • yellow value is 20.20%
  • key color value is 22.35%
CMYK:
(0,15,20,22)
C0M15Y20K22 
(0%,15%,20%,22%)
(0.00/0.15/0.20/0.22)	

CMYK percentages

%0
%14.65
%20.2
%22.35

Codes

Color #C6A99E in popluar color models

C6A99E
RGB198169158
HSL17°25.97%69.80%
HSB/HSV17°20.20%77.65%
CMYK0.00%14.65%20.20%
22.35%

Color #C6A99E in popluar number systems.

HEXC6A99E
Decimal198169158
Binary110001101010100110011110
Octal306251236

Shades and tints

Shades of #C6A99E

#C6A99E
(198,169,158)
#B49A90
(180,154,144)
#A28B82
(162,139,130)
#907C74
(144,124,116)
#7E6D66
(126,109,102)
#6C5E58
(108,94,88)
#5A4F4A
(90,79,74)
#48403C
(72,64,60)
#36312E
(54,49,46)
#242220
(36,34,32)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #C6A99E

#C6A99E
(198,169,158)
#CBB0A6
(203,176,166)
#D0B7AE
(208,183,174)
#D5BEB6
(213,190,182)
#DAC5BE
(218,197,190)
#DFCCC6
(223,204,198)
#E4D3CE
(228,211,206)
#E9DAD6
(233,218,214)
#EEE1DE
(238,225,222)
#F3E8E6
(243,232,230)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A99E color. Also use rgb(198,169,158) instead hex code.

Text Font Color

.myTextColor { color: #C6A99E; }

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

This text font color is #C6A99E.


Background Color

.myBgColor { background-color: #C6A99E; }

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

This div background color is #C6A99E.


Border color

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

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

This div border color is #C6A99E.


Opacity

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

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

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

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

This text has shadow with #C6A99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A99E on black background.


Color preview on white background

This text has color #C6A99E on white background.



Black color preview on #C6A99E background

This text has black color on #C6A99E background.


White color preview on #C6A99E background

This text has white color on #C6A99E background.