COLOR #C6C3BD

HEX: #C6C3BD
RGB: (198,195,189)

Color info

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

RGB color model

#C6C3BD color RGB value is (198,195,189).

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

RGB channels and saturation

R 198 of 255 = 78%
G 195 of 255 = 76%
B 189 of 255 = 74%

198
195
189

R + G + B ~ 76%. #C6C3BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 195 + 189 = 582 (100%)
R 198 of 582 ~ 34.02%
G 195 of 582 ~ 33.51%
B 189 of 582 ~ 32.47%

%34.02
%33.51
%32.47

CMYK color model

#C6C3BD color CMYK value is (0,2,5,22).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 4.55%
  • key color value is 22.35%
CMYK:
(0,2,5,22)
C0M2Y5K22 
(0%,2%,5%,22%)
(0.00/0.02/0.05/0.22)	

CMYK percentages

%0
%1.52
%4.55
%22.35

Codes

Color #C6C3BD in popluar color models

C6C3BD
RGB198195189
HSL40°7.32%75.88%
HSB/HSV40°4.55%77.65%
CMYK0.00%1.52%4.55%
22.35%

Color #C6C3BD in popluar number systems.

HEXC6C3BD
Decimal198195189
Binary110001101100001110111101
Octal306303275

Shades and tints

Shades of #C6C3BD

#C6C3BD
(198,195,189)
#B4B2AC
(180,178,172)
#A2A19B
(162,161,155)
#90908A
(144,144,138)
#7E7F79
(126,127,121)
#6C6E68
(108,110,104)
#5A5D57
(90,93,87)
#484C46
(72,76,70)
#363B35
(54,59,53)
#242A24
(36,42,36)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #C6C3BD

#C6C3BD
(198,195,189)
#CBC8C3
(203,200,195)
#D0CDC9
(208,205,201)
#D5D2CF
(213,210,207)
#DAD7D5
(218,215,213)
#DFDCDB
(223,220,219)
#E4E1E1
(228,225,225)
#E9E6E7
(233,230,231)
#EEEBED
(238,235,237)
#F3F0F3
(243,240,243)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C3BD; }

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

This text font color is #C6C3BD.


Background Color

.myBgColor { background-color: #C6C3BD; }

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

This div background color is #C6C3BD.


Border color

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

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

This div border color is #C6C3BD.


Opacity

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

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

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

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

This text has shadow with #C6C3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C3BD on black background.


Color preview on white background

This text has color #C6C3BD on white background.



Black color preview on #C6C3BD background

This text has black color on #C6C3BD background.


White color preview on #C6C3BD background

This text has white color on #C6C3BD background.