COLOR #C6B5B1

HEX: #C6B5B1
RGB: (198,181,177)

Color info

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

RGB color model

#C6B5B1 color RGB value is (198,181,177).

  • red value is 198;
  • green value is 181;
  • blue value is 177.
RGB:
(198,181,177)
(78%,71%,69%)

RGB channels and saturation

R 198 of 255 = 78%
G 181 of 255 = 71%
B 177 of 255 = 69%

198
181
177

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

Portions of RGB colors in percentages

R + G + B =
198 + 181 + 177 = 556 (100%)
R 198 of 556 ~ 35.61%
G 181 of 556 ~ 32.55%
B 177 of 556 ~ 31.83%

%35.61
%32.55
%31.83

CMYK color model

#C6B5B1 color CMYK value is (0,9,11,22).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 10.61%
  • key color value is 22.35%
CMYK:
(0,9,11,22)
C0M9Y11K22 
(0%,9%,11%,22%)
(0.00/0.09/0.11/0.22)	

CMYK percentages

%0
%8.59
%10.61
%22.35

Codes

Color #C6B5B1 in popluar color models

C6B5B1
RGB198181177
HSL11°15.56%73.53%
HSB/HSV11°10.61%77.65%
CMYK0.00%8.59%10.61%
22.35%

Color #C6B5B1 in popluar number systems.

HEXC6B5B1
Decimal198181177
Binary110001101011010110110001
Octal306265261

Shades and tints

Shades of #C6B5B1

#C6B5B1
(198,181,177)
#B4A5A1
(180,165,161)
#A29591
(162,149,145)
#908581
(144,133,129)
#7E7571
(126,117,113)
#6C6561
(108,101,97)
#5A5551
(90,85,81)
#484541
(72,69,65)
#363531
(54,53,49)
#242521
(36,37,33)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #C6B5B1

#C6B5B1
(198,181,177)
#CBBBB8
(203,187,184)
#D0C1BF
(208,193,191)
#D5C7C6
(213,199,198)
#DACDCD
(218,205,205)
#DFD3D4
(223,211,212)
#E4D9DB
(228,217,219)
#E9DFE2
(233,223,226)
#EEE5E9
(238,229,233)
#F3EBF0
(243,235,240)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B5B1 color. Also use rgb(198,181,177) instead hex code.

Text Font Color

.myTextColor { color: #C6B5B1; }

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

This text font color is #C6B5B1.


Background Color

.myBgColor { background-color: #C6B5B1; }

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

This div background color is #C6B5B1.


Border color

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

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

This div border color is #C6B5B1.


Opacity

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

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

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

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

This text has shadow with #C6B5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B5B1 on black background.


Color preview on white background

This text has color #C6B5B1 on white background.



Black color preview on #C6B5B1 background

This text has black color on #C6B5B1 background.


White color preview on #C6B5B1 background

This text has white color on #C6B5B1 background.