COLOR #C6BBA7

HEX: #C6BBA7
RGB: (198,187,167)

Color info

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

RGB color model

#C6BBA7 color RGB value is (198,187,167).

  • red value is 198;
  • green value is 187;
  • blue value is 167.
RGB:
(198,187,167)
(78%,73%,65%)

RGB channels and saturation

R 198 of 255 = 78%
G 187 of 255 = 73%
B 167 of 255 = 65%

198
187
167

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

Portions of RGB colors in percentages

R + G + B =
198 + 187 + 167 = 552 (100%)
R 198 of 552 ~ 35.87%
G 187 of 552 ~ 33.88%
B 167 of 552 ~ 30.25%

%35.87
%33.88
%30.25

CMYK color model

#C6BBA7 color CMYK value is (0,6,16,22).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 15.66%
  • key color value is 22.35%
CMYK:
(0,6,16,22)
C0M6Y16K22 
(0%,6%,16%,22%)
(0.00/0.06/0.16/0.22)	

CMYK percentages

%0
%5.56
%15.66
%22.35

Codes

Color #C6BBA7 in popluar color models

C6BBA7
RGB198187167
HSL39°21.38%71.57%
HSB/HSV39°15.66%77.65%
CMYK0.00%5.56%15.66%
22.35%

Color #C6BBA7 in popluar number systems.

HEXC6BBA7
Decimal198187167
Binary110001101011101110100111
Octal306273247

Shades and tints

Shades of #C6BBA7

#C6BBA7
(198,187,167)
#B4AA98
(180,170,152)
#A29989
(162,153,137)
#90887A
(144,136,122)
#7E776B
(126,119,107)
#6C665C
(108,102,92)
#5A554D
(90,85,77)
#48443E
(72,68,62)
#36332F
(54,51,47)
#242220
(36,34,32)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #C6BBA7

#C6BBA7
(198,187,167)
#CBC1AF
(203,193,175)
#D0C7B7
(208,199,183)
#D5CDBF
(213,205,191)
#DAD3C7
(218,211,199)
#DFD9CF
(223,217,207)
#E4DFD7
(228,223,215)
#E9E5DF
(233,229,223)
#EEEBE7
(238,235,231)
#F3F1EF
(243,241,239)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BBA7 color. Also use rgb(198,187,167) instead hex code.

Text Font Color

.myTextColor { color: #C6BBA7; }

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

This text font color is #C6BBA7.


Background Color

.myBgColor { background-color: #C6BBA7; }

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

This div background color is #C6BBA7.


Border color

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

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

This div border color is #C6BBA7.


Opacity

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

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

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

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

This text has shadow with #C6BBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BBA7 on black background.


Color preview on white background

This text has color #C6BBA7 on white background.



Black color preview on #C6BBA7 background

This text has black color on #C6BBA7 background.


White color preview on #C6BBA7 background

This text has white color on #C6BBA7 background.