COLOR #C6B8BA

HEX: #C6B8BA
RGB: (198,184,186)

Color info

#C6B8BA contains red, green and blue colors in about the same proportion. Web safe color of #C6B8BA is #CCCCCC (or #CCC).

RGB color model

#C6B8BA color RGB value is (198,184,186).

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

RGB channels and saturation

R 198 of 255 = 78%
G 184 of 255 = 72%
B 186 of 255 = 73%

198
184
186

R + G + B ~ 74%. #C6B8BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 184 + 186 = 568 (100%)
R 198 of 568 ~ 34.86%
G 184 of 568 ~ 32.39%
B 186 of 568 ~ 32.75%

%34.86
%32.39
%32.75

CMYK color model

#C6B8BA color CMYK value is (0,7,6,22).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 6.06%
  • key color value is 22.35%
CMYK:
(0,7,6,22)
C0M7Y6K22 
(0%,7%,6%,22%)
(0.00/0.07/0.06/0.22)	

CMYK percentages

%0
%7.07
%6.06
%22.35

Codes

Color #C6B8BA in popluar color models

C6B8BA
RGB198184186
HSL351°10.94%74.90%
HSB/HSV351°7.07%77.65%
CMYK0.00%7.07%6.06%
22.35%

Color #C6B8BA in popluar number systems.

HEXC6B8BA
Decimal198184186
Binary110001101011100010111010
Octal306270272

Shades and tints

Shades of #C6B8BA

#C6B8BA
(198,184,186)
#B4A8AA
(180,168,170)
#A2989A
(162,152,154)
#90888A
(144,136,138)
#7E787A
(126,120,122)
#6C686A
(108,104,106)
#5A585A
(90,88,90)
#48484A
(72,72,74)
#36383A
(54,56,58)
#24282A
(36,40,42)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #C6B8BA

#C6B8BA
(198,184,186)
#CBBEC0
(203,190,192)
#D0C4C6
(208,196,198)
#D5CACC
(213,202,204)
#DAD0D2
(218,208,210)
#DFD6D8
(223,214,216)
#E4DCDE
(228,220,222)
#E9E2E4
(233,226,228)
#EEE8EA
(238,232,234)
#F3EEF0
(243,238,240)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B8BA; }

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

This text font color is #C6B8BA.


Background Color

.myBgColor { background-color: #C6B8BA; }

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

This div background color is #C6B8BA.


Border color

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

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

This div border color is #C6B8BA.


Opacity

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

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

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

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

This text has shadow with #C6B8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B8BA on black background.


Color preview on white background

This text has color #C6B8BA on white background.



Black color preview on #C6B8BA background

This text has black color on #C6B8BA background.


White color preview on #C6B8BA background

This text has white color on #C6B8BA background.