COLOR #C6BAA1

HEX: #C6BAA1
RGB: (198,186,161)

Color info

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

RGB color model

#C6BAA1 color RGB value is (198,186,161).

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

RGB channels and saturation

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

198
186
161

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

Portions of RGB colors in percentages

R + G + B =
198 + 186 + 161 = 545 (100%)
R 198 of 545 ~ 36.33%
G 186 of 545 ~ 34.13%
B 161 of 545 ~ 29.54%

%36.33
%34.13
%29.54

CMYK color model

#C6BAA1 color CMYK value is (0,6,19,22).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 18.69%
  • key color value is 22.35%
CMYK:
(0,6,19,22)
C0M6Y19K22 
(0%,6%,19%,22%)
(0.00/0.06/0.19/0.22)	

CMYK percentages

%0
%6.06
%18.69
%22.35

Codes

Color #C6BAA1 in popluar color models

C6BAA1
RGB198186161
HSL41°24.50%70.39%
HSB/HSV41°18.69%77.65%
CMYK0.00%6.06%18.69%
22.35%

Color #C6BAA1 in popluar number systems.

HEXC6BAA1
Decimal198186161
Binary110001101011101010100001
Octal306272241

Shades and tints

Shades of #C6BAA1

#C6BAA1
(198,186,161)
#B4AA93
(180,170,147)
#A29A85
(162,154,133)
#908A77
(144,138,119)
#7E7A69
(126,122,105)
#6C6A5B
(108,106,91)
#5A5A4D
(90,90,77)
#484A3F
(72,74,63)
#363A31
(54,58,49)
#242A23
(36,42,35)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #C6BAA1

#C6BAA1
(198,186,161)
#CBC0A9
(203,192,169)
#D0C6B1
(208,198,177)
#D5CCB9
(213,204,185)
#DAD2C1
(218,210,193)
#DFD8C9
(223,216,201)
#E4DED1
(228,222,209)
#E9E4D9
(233,228,217)
#EEEAE1
(238,234,225)
#F3F0E9
(243,240,233)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BAA1; }

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

This text font color is #C6BAA1.


Background Color

.myBgColor { background-color: #C6BAA1; }

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

This div background color is #C6BAA1.


Border color

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

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

This div border color is #C6BAA1.


Opacity

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

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

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

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

This text has shadow with #C6BAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BAA1 on black background.


Color preview on white background

This text has color #C6BAA1 on white background.



Black color preview on #C6BAA1 background

This text has black color on #C6BAA1 background.


White color preview on #C6BAA1 background

This text has white color on #C6BAA1 background.