COLOR #C6A89E

HEX: #C6A89E
RGB: (198,168,158)

Color info

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

RGB color model

#C6A89E color RGB value is (198,168,158).

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

RGB channels and saturation

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

198
168
158

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

Portions of RGB colors in percentages

R + G + B =
198 + 168 + 158 = 524 (100%)
R 198 of 524 ~ 37.79%
G 168 of 524 ~ 32.06%
B 158 of 524 ~ 30.15%

%37.79
%32.06
%30.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.15%
  • 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
%15.15
%20.2
%22.35

Codes

Color #C6A89E in popluar color models

C6A89E
RGB198168158
HSL15°25.97%69.80%
HSB/HSV15°20.20%77.65%
CMYK0.00%15.15%20.20%
22.35%

Color #C6A89E in popluar number systems.

HEXC6A89E
Decimal198168158
Binary110001101010100010011110
Octal306250236

Shades and tints

Shades of #C6A89E

#C6A89E
(198,168,158)
#B49990
(180,153,144)
#A28A82
(162,138,130)
#907B74
(144,123,116)
#7E6C66
(126,108,102)
#6C5D58
(108,93,88)
#5A4E4A
(90,78,74)
#483F3C
(72,63,60)
#36302E
(54,48,46)
#242120
(36,33,32)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #C6A89E

#C6A89E
(198,168,158)
#CBAFA6
(203,175,166)
#D0B6AE
(208,182,174)
#D5BDB6
(213,189,182)
#DAC4BE
(218,196,190)
#DFCBC6
(223,203,198)
#E4D2CE
(228,210,206)
#E9D9D6
(233,217,214)
#EEE0DE
(238,224,222)
#F3E7E6
(243,231,230)
#F8EEEE
(248,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A89E; }

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

This text font color is #C6A89E.


Background Color

.myBgColor { background-color: #C6A89E; }

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

This div background color is #C6A89E.


Border color

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

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

This div border color is #C6A89E.


Opacity

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

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

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

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

This text has shadow with #C6A89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A89E on black background.


Color preview on white background

This text has color #C6A89E on white background.



Black color preview on #C6A89E background

This text has black color on #C6A89E background.


White color preview on #C6A89E background

This text has white color on #C6A89E background.