COLOR #C6B7B4

HEX: #C6B7B4
RGB: (198,183,180)

Color info

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

RGB color model

#C6B7B4 color RGB value is (198,183,180).

  • red value is 198;
  • green value is 183;
  • blue value is 180.
RGB:
(198,183,180)
(78%,72%,71%)

RGB channels and saturation

R 198 of 255 = 78%
G 183 of 255 = 72%
B 180 of 255 = 71%

198
183
180

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

Portions of RGB colors in percentages

R + G + B =
198 + 183 + 180 = 561 (100%)
R 198 of 561 ~ 35.29%
G 183 of 561 ~ 32.62%
B 180 of 561 ~ 32.09%

%35.29
%32.62
%32.09

CMYK color model

#C6B7B4 color CMYK value is (0,8,9,22).

  • cyan value is 0.00%
  • magenta value is 7.58%
  • yellow value is 9.09%
  • key color value is 22.35%
CMYK:
(0,8,9,22)
C0M8Y9K22 
(0%,8%,9%,22%)
(0.00/0.08/0.09/0.22)	

CMYK percentages

%0
%7.58
%9.09
%22.35

Codes

Color #C6B7B4 in popluar color models

C6B7B4
RGB198183180
HSL10°13.64%74.12%
HSB/HSV10°9.09%77.65%
CMYK0.00%7.58%9.09%
22.35%

Color #C6B7B4 in popluar number systems.

HEXC6B7B4
Decimal198183180
Binary110001101011011110110100
Octal306267264

Shades and tints

Shades of #C6B7B4

#C6B7B4
(198,183,180)
#B4A7A4
(180,167,164)
#A29794
(162,151,148)
#908784
(144,135,132)
#7E7774
(126,119,116)
#6C6764
(108,103,100)
#5A5754
(90,87,84)
#484744
(72,71,68)
#363734
(54,55,52)
#242724
(36,39,36)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #C6B7B4

#C6B7B4
(198,183,180)
#CBBDBA
(203,189,186)
#D0C3C0
(208,195,192)
#D5C9C6
(213,201,198)
#DACFCC
(218,207,204)
#DFD5D2
(223,213,210)
#E4DBD8
(228,219,216)
#E9E1DE
(233,225,222)
#EEE7E4
(238,231,228)
#F3EDEA
(243,237,234)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B7B4 color. Also use rgb(198,183,180) instead hex code.

Text Font Color

.myTextColor { color: #C6B7B4; }

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

This text font color is #C6B7B4.


Background Color

.myBgColor { background-color: #C6B7B4; }

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

This div background color is #C6B7B4.


Border color

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

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

This div border color is #C6B7B4.


Opacity

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

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

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

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

This text has shadow with #C6B7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B7B4 on black background.


Color preview on white background

This text has color #C6B7B4 on white background.



Black color preview on #C6B7B4 background

This text has black color on #C6B7B4 background.


White color preview on #C6B7B4 background

This text has white color on #C6B7B4 background.