COLOR #C6B8AC

HEX: #C6B8AC
RGB: (198,184,172)

Color info

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

RGB color model

#C6B8AC color RGB value is (198,184,172).

  • red value is 198;
  • green value is 184;
  • blue value is 172.
RGB:
(198,184,172)
(78%,72%,67%)

RGB channels and saturation

R 198 of 255 = 78%
G 184 of 255 = 72%
B 172 of 255 = 67%

198
184
172

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

Portions of RGB colors in percentages

R + G + B =
198 + 184 + 172 = 554 (100%)
R 198 of 554 ~ 35.74%
G 184 of 554 ~ 33.21%
B 172 of 554 ~ 31.05%

%35.74
%33.21
%31.05

CMYK color model

#C6B8AC color CMYK value is (0,7,13,22).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 13.13%
  • key color value is 22.35%
CMYK:
(0,7,13,22)
C0M7Y13K22 
(0%,7%,13%,22%)
(0.00/0.07/0.13/0.22)	

CMYK percentages

%0
%7.07
%13.13
%22.35

Codes

Color #C6B8AC in popluar color models

C6B8AC
RGB198184172
HSL28°18.57%72.55%
HSB/HSV28°13.13%77.65%
CMYK0.00%7.07%13.13%
22.35%

Color #C6B8AC in popluar number systems.

HEXC6B8AC
Decimal198184172
Binary110001101011100010101100
Octal306270254

Shades and tints

Shades of #C6B8AC

#C6B8AC
(198,184,172)
#B4A89D
(180,168,157)
#A2988E
(162,152,142)
#90887F
(144,136,127)
#7E7870
(126,120,112)
#6C6861
(108,104,97)
#5A5852
(90,88,82)
#484843
(72,72,67)
#363834
(54,56,52)
#242825
(36,40,37)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #C6B8AC

#C6B8AC
(198,184,172)
#CBBEB3
(203,190,179)
#D0C4BA
(208,196,186)
#D5CAC1
(213,202,193)
#DAD0C8
(218,208,200)
#DFD6CF
(223,214,207)
#E4DCD6
(228,220,214)
#E9E2DD
(233,226,221)
#EEE8E4
(238,232,228)
#F3EEEB
(243,238,235)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B8AC; }

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

This text font color is #C6B8AC.


Background Color

.myBgColor { background-color: #C6B8AC; }

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

This div background color is #C6B8AC.


Border color

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

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

This div border color is #C6B8AC.


Opacity

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

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

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

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

This text has shadow with #C6B8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B8AC on black background.


Color preview on white background

This text has color #C6B8AC on white background.



Black color preview on #C6B8AC background

This text has black color on #C6B8AC background.


White color preview on #C6B8AC background

This text has white color on #C6B8AC background.