COLOR #C6BBAE

HEX: #C6BBAE
RGB: (198,187,174)

Color info

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

RGB color model

#C6BBAE color RGB value is (198,187,174).

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

RGB channels and saturation

R 198 of 255 = 78%
G 187 of 255 = 73%
B 174 of 255 = 68%

198
187
174

R + G + B ~ 73%. #C6BBAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 187 + 174 = 559 (100%)
R 198 of 559 ~ 35.42%
G 187 of 559 ~ 33.45%
B 174 of 559 ~ 31.13%

%35.42
%33.45
%31.13

CMYK color model

#C6BBAE color CMYK value is (0,6,12,22).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 12.12%
  • key color value is 22.35%
CMYK:
(0,6,12,22)
C0M6Y12K22 
(0%,6%,12%,22%)
(0.00/0.06/0.12/0.22)	

CMYK percentages

%0
%5.56
%12.12
%22.35

Codes

Color #C6BBAE in popluar color models

C6BBAE
RGB198187174
HSL33°17.39%72.94%
HSB/HSV33°12.12%77.65%
CMYK0.00%5.56%12.12%
22.35%

Color #C6BBAE in popluar number systems.

HEXC6BBAE
Decimal198187174
Binary110001101011101110101110
Octal306273256

Shades and tints

Shades of #C6BBAE

#C6BBAE
(198,187,174)
#B4AA9F
(180,170,159)
#A29990
(162,153,144)
#908881
(144,136,129)
#7E7772
(126,119,114)
#6C6663
(108,102,99)
#5A5554
(90,85,84)
#484445
(72,68,69)
#363336
(54,51,54)
#242227
(36,34,39)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #C6BBAE

#C6BBAE
(198,187,174)
#CBC1B5
(203,193,181)
#D0C7BC
(208,199,188)
#D5CDC3
(213,205,195)
#DAD3CA
(218,211,202)
#DFD9D1
(223,217,209)
#E4DFD8
(228,223,216)
#E9E5DF
(233,229,223)
#EEEBE6
(238,235,230)
#F3F1ED
(243,241,237)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BBAE; }

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

This text font color is #C6BBAE.


Background Color

.myBgColor { background-color: #C6BBAE; }

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

This div background color is #C6BBAE.


Border color

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

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

This div border color is #C6BBAE.


Opacity

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

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

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

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

This text has shadow with #C6BBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BBAE on black background.


Color preview on white background

This text has color #C6BBAE on white background.



Black color preview on #C6BBAE background

This text has black color on #C6BBAE background.


White color preview on #C6BBAE background

This text has white color on #C6BBAE background.