COLOR #C6BAA9

HEX: #C6BAA9 RGB: (198,186,169)

Color info

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

RGB color model

#C6BAA9 color RGB value is (198,186,169).

RGB: (198,186,169) (78%, 73%, 66%)

RGB channels and saturation

R 198 of 255 = 78%
G 186 of 255 = 73%
B 169 of 255 = 66%

198
186
169

R + G + B ~ 72%. #C6BAA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 186 + 169 = 553 (100%)
R 198 of 553 ~ 35.8%
G 186 of 553 ~ 33.63%
B 169 of 553 ~ 30.56'%

%35.8
%33.63
%30.56

CMYK color model

#C6BAA9 color CMYK value is (0,6,15,22).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 14.65%
  • key color value is 22.35%

CMYK: (0,6,15,22)
C0M6Y15K22 (0%, 6%, 15%, 22%)
(0.00 / 0.06 / 0.15 / 0.22)

CMYK percentages

%0
%6.06
%14.65
%22.35

Codes

Color #C6BAA9 in popluar color models

C6 BA A9
RGB 198 186 169
HSL 35° 20.28% 71.96%
HSB/HSV 35° 14.65% 77.65%
CMYK 0.00% 6.06% 14.65%
22.35%

Color #C6BAA9 in popluar number systems.

HEX C6 BA A9
Decimal 198 186 169
Binary 11000110 10111010 10101001
Octal 306 272 251

Shades and tints

Shades of #C6BAA9

#C6BAA9
(198,186,169)
#B4AA9A
(180,170,154)
#A29A8B
(162,154,139)
#908A7C
(144,138,124)
#7E7A6D
(126,122,109)
#6C6A5E
(108,106,94)
#5A5A4F
(90,90,79)
#484A40
(72,74,64)
#363A31
(54,58,49)
#242A22
(36,42,34)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #C6BAA9

#C6BAA9
(198,186,169)
#CBC0B0
(203,192,176)
#D0C6B7
(208,198,183)
#D5CCBE
(213,204,190)
#DAD2C5
(218,210,197)
#DFD8CC
(223,216,204)
#E4DED3
(228,222,211)
#E9E4DA
(233,228,218)
#EEEAE1
(238,234,225)
#F3F0E8
(243,240,232)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BAA9; }

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

This text font color is #C6BAA9.

Background Color

.myBgColor { background-color: #C6BAA9; }

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

This div background color is #C6BAA9.

Border color

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

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

This div border color is #C6BAA9.

Opacity

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

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

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

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

This text has shadow with #C6BAA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BAA9.

Preview

Color preview on black background

This text has color #C6BAA9 on black background.


Color preview on white background

This text has color #C6BAA9 on white background.


Black color preview on #C6BAA9 background

This text has black color on #C6BAA9 background.


White color preview on #C6BAA9 background

This text has white color on #C6BAA9 background.


Related colors

Complementary color

Complementary color for #hex is #394556.


I love getcolorcode.com

Triadic colors

1 #A9C6BA and #BAA9C6 with #C6BAA9 are triadic colors.

2 #A9BAC6 and #BAC6A9 with #C6BAA9 are triadic colors.