COLOR #C6BBB9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

198
187
185

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

Portions of RGB colors in percentages

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

%34.74
%32.81
%32.46

CMYK color model

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

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

CMYK percentages

%0
%5.56
%6.57
%22.35

Codes

Color #C6BBB9 in popluar color models

C6BBB9
RGB198187185
HSL10.24%75.10%
HSB/HSV6.57%77.65%
CMYK0.00%5.56%6.57%
22.35%

Color #C6BBB9 in popluar number systems.

HEXC6BBB9
Decimal198187185
Binary110001101011101110111001
Octal306273271

Shades and tints

Shades of #C6BBB9

#C6BBB9
(198,187,185)
#B4AAA9
(180,170,169)
#A29999
(162,153,153)
#908889
(144,136,137)
#7E7779
(126,119,121)
#6C6669
(108,102,105)
#5A5559
(90,85,89)
#484449
(72,68,73)
#363339
(54,51,57)
#242229
(36,34,41)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #C6BBB9

#C6BBB9
(198,187,185)
#CBC1BF
(203,193,191)
#D0C7C5
(208,199,197)
#D5CDCB
(213,205,203)
#DAD3D1
(218,211,209)
#DFD9D7
(223,217,215)
#E4DFDD
(228,223,221)
#E9E5E3
(233,229,227)
#EEEBE9
(238,235,233)
#F3F1EF
(243,241,239)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BBB9; }

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

This text font color is #C6BBB9.


Background Color

.myBgColor { background-color: #C6BBB9; }

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

This div background color is #C6BBB9.


Border color

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

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

This div border color is #C6BBB9.


Opacity

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

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

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

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

This text has shadow with #C6BBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BBB9 on black background.


Color preview on white background

This text has color #C6BBB9 on white background.



Black color preview on #C6BBB9 background

This text has black color on #C6BBB9 background.


White color preview on #C6BBB9 background

This text has white color on #C6BBB9 background.