COLOR #C6B9BB

HEX: #C6B9BB
RGB: (198,185,187)

Color info

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

RGB color model

#C6B9BB color RGB value is (198,185,187).

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

RGB channels and saturation

R 198 of 255 = 78%
G 185 of 255 = 73%
B 187 of 255 = 73%

198
185
187

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

Portions of RGB colors in percentages

R + G + B =
198 + 185 + 187 = 570 (100%)
R 198 of 570 ~ 34.74%
G 185 of 570 ~ 32.46%
B 187 of 570 ~ 32.81%

%34.74
%32.46
%32.81

CMYK color model

#C6B9BB color CMYK value is (0,7,6,22).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 5.56%
  • key color value is 22.35%
CMYK:
(0,7,6,22)
C0M7Y6K22 
(0%,7%,6%,22%)
(0.00/0.07/0.06/0.22)	

CMYK percentages

%0
%6.57
%5.56
%22.35

Codes

Color #C6B9BB in popluar color models

C6B9BB
RGB198185187
HSL351°10.24%75.10%
HSB/HSV351°6.57%77.65%
CMYK0.00%6.57%5.56%
22.35%

Color #C6B9BB in popluar number systems.

HEXC6B9BB
Decimal198185187
Binary110001101011100110111011
Octal306271273

Shades and tints

Shades of #C6B9BB

#C6B9BB
(198,185,187)
#B4A9AA
(180,169,170)
#A29999
(162,153,153)
#908988
(144,137,136)
#7E7977
(126,121,119)
#6C6966
(108,105,102)
#5A5955
(90,89,85)
#484944
(72,73,68)
#363933
(54,57,51)
#242922
(36,41,34)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #C6B9BB

#C6B9BB
(198,185,187)
#CBBFC1
(203,191,193)
#D0C5C7
(208,197,199)
#D5CBCD
(213,203,205)
#DAD1D3
(218,209,211)
#DFD7D9
(223,215,217)
#E4DDDF
(228,221,223)
#E9E3E5
(233,227,229)
#EEE9EB
(238,233,235)
#F3EFF1
(243,239,241)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B9BB; }

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

This text font color is #C6B9BB.


Background Color

.myBgColor { background-color: #C6B9BB; }

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

This div background color is #C6B9BB.


Border color

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

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

This div border color is #C6B9BB.


Opacity

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

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

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

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

This text has shadow with #C6B9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B9BB on black background.


Color preview on white background

This text has color #C6B9BB on white background.



Black color preview on #C6B9BB background

This text has black color on #C6B9BB background.


White color preview on #C6B9BB background

This text has white color on #C6B9BB background.