COLOR #C6B9B5

HEX: #C6B9B5
RGB: (198,185,181)

Color info

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

RGB color model

#C6B9B5 color RGB value is (198,185,181).

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

RGB channels and saturation

R 198 of 255 = 78%
G 185 of 255 = 73%
B 181 of 255 = 71%

198
185
181

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

Portions of RGB colors in percentages

R + G + B =
198 + 185 + 181 = 564 (100%)
R 198 of 564 ~ 35.11%
G 185 of 564 ~ 32.8%
B 181 of 564 ~ 32.09%

%35.11
%32.8
%32.09

CMYK color model

#C6B9B5 color CMYK value is (0,7,9,22).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 8.59%
  • key color value is 22.35%
CMYK:
(0,7,9,22)
C0M7Y9K22 
(0%,7%,9%,22%)
(0.00/0.07/0.09/0.22)	

CMYK percentages

%0
%6.57
%8.59
%22.35

Codes

Color #C6B9B5 in popluar color models

C6B9B5
RGB198185181
HSL14°12.98%74.31%
HSB/HSV14°8.59%77.65%
CMYK0.00%6.57%8.59%
22.35%

Color #C6B9B5 in popluar number systems.

HEXC6B9B5
Decimal198185181
Binary110001101011100110110101
Octal306271265

Shades and tints

Shades of #C6B9B5

#C6B9B5
(198,185,181)
#B4A9A5
(180,169,165)
#A29995
(162,153,149)
#908985
(144,137,133)
#7E7975
(126,121,117)
#6C6965
(108,105,101)
#5A5955
(90,89,85)
#484945
(72,73,69)
#363935
(54,57,53)
#242925
(36,41,37)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #C6B9B5

#C6B9B5
(198,185,181)
#CBBFBB
(203,191,187)
#D0C5C1
(208,197,193)
#D5CBC7
(213,203,199)
#DAD1CD
(218,209,205)
#DFD7D3
(223,215,211)
#E4DDD9
(228,221,217)
#E9E3DF
(233,227,223)
#EEE9E5
(238,233,229)
#F3EFEB
(243,239,235)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B9B5; }

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

This text font color is #C6B9B5.


Background Color

.myBgColor { background-color: #C6B9B5; }

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

This div background color is #C6B9B5.


Border color

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

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

This div border color is #C6B9B5.


Opacity

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

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

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

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

This text has shadow with #C6B9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B9B5 on black background.


Color preview on white background

This text has color #C6B9B5 on white background.



Black color preview on #C6B9B5 background

This text has black color on #C6B9B5 background.


White color preview on #C6B9B5 background

This text has white color on #C6B9B5 background.