COLOR #C6B4AC

HEX: #C6B4AC RGB: (198,180,172)

Color info

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

RGB color model

#C6B4AC color RGB value is (198,180,172).

RGB: (198,180,172) (78%, 71%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 180 of 255 = 71%
B 172 of 255 = 67%

198
180
172

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

Portions of RGB colors in percentages

R + G + B = 198 + 180 + 172 = 550 (100%)
R 198 of 550 ~ 36%
G 180 of 550 ~ 32.73%
B 172 of 550 ~ 31.27'%

%36
%32.73
%31.27

CMYK color model

#C6B4AC color CMYK value is (0,9,13,22).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 13.13%
  • key color value is 22.35%
CMYK: (0,9,13,22) C0M9Y13K22 (0%,9%,13%,22%) (0.00/0.09/0.13/0.22) 

CMYK percentages

%0
%9.09
%13.13
%22.35

Codes

Color #C6B4AC in popluar color models

C6 B4 AC
RGB 198 180 172
HSL 18° 18.57% 72.55%
HSB/HSV 18° 13.13% 77.65%
CMYK 0.00% 9.09% 13.13%
22.35%

Color #C6B4AC in popluar number systems.

HEX C6 B4 AC
Decimal 198 180 172
Binary 11000110 10110100 10101100
Octal 306 264 254

Shades and tints

Shades of #C6B4AC

#C6B4AC
(198,180,172)
#B4A49D
(180,164,157)
#A2948E
(162,148,142)
#90847F
(144,132,127)
#7E7470
(126,116,112)
#6C6461
(108,100,97)
#5A5452
(90,84,82)
#484443
(72,68,67)
#363434
(54,52,52)
#242425
(36,36,37)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C6B4AC

#C6B4AC
(198,180,172)
#CBBAB3
(203,186,179)
#D0C0BA
(208,192,186)
#D5C6C1
(213,198,193)
#DACCC8
(218,204,200)
#DFD2CF
(223,210,207)
#E4D8D6
(228,216,214)
#E9DEDD
(233,222,221)
#EEE4E4
(238,228,228)
#F3EAEB
(243,234,235)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B4AC color. Also use rgb(198,180,172) instead hex code.

Text Font Color

.myTextColor { color: #C6B4AC; }

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

This text font color is #C6B4AC.

Background Color

.myBgColor { background-color: #C6B4AC; }

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

This div background color is #C6B4AC.

Border color

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

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

This div border color is #C6B4AC.

Opacity

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

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

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

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

This text has shadow with #C6B4AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B4AC.

Preview

Color preview on black background

This text has color #C6B4AC on black background.


Color preview on white background

This text has color #C6B4AC on white background.


Black color preview on #C6B4AC background

This text has black color on #C6B4AC background.


White color preview on #C6B4AC background

This text has white color on #C6B4AC background.


Related colors

Complementary color

Complementary color for #hex is #394B53.


I love getcolorcode.com

Triadic colors

1 #ACC6B4 and #B4ACC6 with #C6B4AC are triadic colors.

2 #ACB4C6 and #B4C6AC with #C6B4AC are triadic colors.