COLOR #C6B0BB

HEX: #C6B0BB
RGB: (198,176,187)

Color info

#C6B0BB contains red, green and blue colors in about the same proportion. Web safe color of #C6B0BB is #CC99CC (or #C9C).

RGB color model

#C6B0BB color RGB value is (198,176,187).

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

RGB channels and saturation

R 198 of 255 = 78%
G 176 of 255 = 69%
B 187 of 255 = 73%

198
176
187

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

Portions of RGB colors in percentages

R + G + B =
198 + 176 + 187 = 561 (100%)
R 198 of 561 ~ 35.29%
G 176 of 561 ~ 31.37%
B 187 of 561 ~ 33.33%

%35.29
%31.37
%33.33

CMYK color model

#C6B0BB color CMYK value is (0,11,6,22).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 5.56%
  • key color value is 22.35%
CMYK:
(0,11,6,22)
C0M11Y6K22 
(0%,11%,6%,22%)
(0.00/0.11/0.06/0.22)	

CMYK percentages

%0
%11.11
%5.56
%22.35

Codes

Color #C6B0BB in popluar color models

C6B0BB
RGB198176187
HSL330°16.18%73.33%
HSB/HSV330°11.11%77.65%
CMYK0.00%11.11%5.56%
22.35%

Color #C6B0BB in popluar number systems.

HEXC6B0BB
Decimal198176187
Binary110001101011000010111011
Octal306260273

Shades and tints

Shades of #C6B0BB

#C6B0BB
(198,176,187)
#B4A0AA
(180,160,170)
#A29099
(162,144,153)
#908088
(144,128,136)
#7E7077
(126,112,119)
#6C6066
(108,96,102)
#5A5055
(90,80,85)
#484044
(72,64,68)
#363033
(54,48,51)
#242022
(36,32,34)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #C6B0BB

#C6B0BB
(198,176,187)
#CBB7C1
(203,183,193)
#D0BEC7
(208,190,199)
#D5C5CD
(213,197,205)
#DACCD3
(218,204,211)
#DFD3D9
(223,211,217)
#E4DADF
(228,218,223)
#E9E1E5
(233,225,229)
#EEE8EB
(238,232,235)
#F3EFF1
(243,239,241)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B0BB; }

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

This text font color is #C6B0BB.


Background Color

.myBgColor { background-color: #C6B0BB; }

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

This div background color is #C6B0BB.


Border color

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

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

This div border color is #C6B0BB.


Opacity

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

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

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

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

This text has shadow with #C6B0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B0BB on black background.


Color preview on white background

This text has color #C6B0BB on white background.



Black color preview on #C6B0BB background

This text has black color on #C6B0BB background.


White color preview on #C6B0BB background

This text has white color on #C6B0BB background.