COLOR #C6B9A1

HEX: #C6B9A1
RGB: (198,185,161)

Color info

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

RGB color model

#C6B9A1 color RGB value is (198,185,161).

  • red value is 198;
  • green value is 185;
  • blue value is 161.
RGB:
(198,185,161)
(78%,73%,63%)

RGB channels and saturation

R 198 of 255 = 78%
G 185 of 255 = 73%
B 161 of 255 = 63%

198
185
161

R + G + B ~ 71%. #C6B9A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 185 + 161 = 544 (100%)
R 198 of 544 ~ 36.4%
G 185 of 544 ~ 34.01%
B 161 of 544 ~ 29.6%

%36.4
%34.01
%29.6

CMYK color model

#C6B9A1 color CMYK value is (0,7,19,22).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 18.69%
  • key color value is 22.35%
CMYK:
(0,7,19,22)
C0M7Y19K22 
(0%,7%,19%,22%)
(0.00/0.07/0.19/0.22)	

CMYK percentages

%0
%6.57
%18.69
%22.35

Codes

Color #C6B9A1 in popluar color models

C6B9A1
RGB198185161
HSL39°24.50%70.39%
HSB/HSV39°18.69%77.65%
CMYK0.00%6.57%18.69%
22.35%

Color #C6B9A1 in popluar number systems.

HEXC6B9A1
Decimal198185161
Binary110001101011100110100001
Octal306271241

Shades and tints

Shades of #C6B9A1

#C6B9A1
(198,185,161)
#B4A993
(180,169,147)
#A29985
(162,153,133)
#908977
(144,137,119)
#7E7969
(126,121,105)
#6C695B
(108,105,91)
#5A594D
(90,89,77)
#48493F
(72,73,63)
#363931
(54,57,49)
#242923
(36,41,35)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #C6B9A1

#C6B9A1
(198,185,161)
#CBBFA9
(203,191,169)
#D0C5B1
(208,197,177)
#D5CBB9
(213,203,185)
#DAD1C1
(218,209,193)
#DFD7C9
(223,215,201)
#E4DDD1
(228,221,209)
#E9E3D9
(233,227,217)
#EEE9E1
(238,233,225)
#F3EFE9
(243,239,233)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B9A1 color. Also use rgb(198,185,161) instead hex code.

Text Font Color

.myTextColor { color: #C6B9A1; }

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

This text font color is #C6B9A1.


Background Color

.myBgColor { background-color: #C6B9A1; }

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

This div background color is #C6B9A1.


Border color

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

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

This div border color is #C6B9A1.


Opacity

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

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

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

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

This text has shadow with #C6B9A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B9A1 on black background.


Color preview on white background

This text has color #C6B9A1 on white background.



Black color preview on #C6B9A1 background

This text has black color on #C6B9A1 background.


White color preview on #C6B9A1 background

This text has white color on #C6B9A1 background.