COLOR #C6BDBA

HEX: #C6BDBA
RGB: (198,189,186)

Color info

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

RGB color model

#C6BDBA color RGB value is (198,189,186).

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

RGB channels and saturation

R 198 of 255 = 78%
G 189 of 255 = 74%
B 186 of 255 = 73%

198
189
186

R + G + B ~ 75%. #C6BDBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 189 + 186 = 573 (100%)
R 198 of 573 ~ 34.55%
G 189 of 573 ~ 32.98%
B 186 of 573 ~ 32.46%

%34.55
%32.98
%32.46

CMYK color model

#C6BDBA color CMYK value is (0,5,6,22).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 6.06%
  • key color value is 22.35%
CMYK:
(0,5,6,22)
C0M5Y6K22 
(0%,5%,6%,22%)
(0.00/0.05/0.06/0.22)	

CMYK percentages

%0
%4.55
%6.06
%22.35

Codes

Color #C6BDBA in popluar color models

C6BDBA
RGB198189186
HSL15°9.52%75.29%
HSB/HSV15°6.06%77.65%
CMYK0.00%4.55%6.06%
22.35%

Color #C6BDBA in popluar number systems.

HEXC6BDBA
Decimal198189186
Binary110001101011110110111010
Octal306275272

Shades and tints

Shades of #C6BDBA

#C6BDBA
(198,189,186)
#B4ACAA
(180,172,170)
#A29B9A
(162,155,154)
#908A8A
(144,138,138)
#7E797A
(126,121,122)
#6C686A
(108,104,106)
#5A575A
(90,87,90)
#48464A
(72,70,74)
#36353A
(54,53,58)
#24242A
(36,36,42)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #C6BDBA

#C6BDBA
(198,189,186)
#CBC3C0
(203,195,192)
#D0C9C6
(208,201,198)
#D5CFCC
(213,207,204)
#DAD5D2
(218,213,210)
#DFDBD8
(223,219,216)
#E4E1DE
(228,225,222)
#E9E7E4
(233,231,228)
#EEEDEA
(238,237,234)
#F3F3F0
(243,243,240)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BDBA; }

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

This text font color is #C6BDBA.


Background Color

.myBgColor { background-color: #C6BDBA; }

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

This div background color is #C6BDBA.


Border color

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

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

This div border color is #C6BDBA.


Opacity

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

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

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

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

This text has shadow with #C6BDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BDBA on black background.


Color preview on white background

This text has color #C6BDBA on white background.



Black color preview on #C6BDBA background

This text has black color on #C6BDBA background.


White color preview on #C6BDBA background

This text has white color on #C6BDBA background.