COLOR #C6B2BB

HEX: #C6B2BB
RGB: (198,178,187)

Color info

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

RGB color model

#C6B2BB color RGB value is (198,178,187).

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

RGB channels and saturation

R 198 of 255 = 78%
G 178 of 255 = 70%
B 187 of 255 = 73%

198
178
187

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

Portions of RGB colors in percentages

R + G + B =
198 + 178 + 187 = 563 (100%)
R 198 of 563 ~ 35.17%
G 178 of 563 ~ 31.62%
B 187 of 563 ~ 33.21%

%35.17
%31.62
%33.21

CMYK color model

#C6B2BB color CMYK value is (0,10,6,22).

  • cyan value is 0.00%
  • magenta value is 10.10%
  • yellow value is 5.56%
  • key color value is 22.35%
CMYK:
(0,10,6,22)
C0M10Y6K22 
(0%,10%,6%,22%)
(0.00/0.10/0.06/0.22)	

CMYK percentages

%0
%10.1
%5.56
%22.35

Codes

Color #C6B2BB in popluar color models

C6B2BB
RGB198178187
HSL333°14.93%73.73%
HSB/HSV333°10.10%77.65%
CMYK0.00%10.10%5.56%
22.35%

Color #C6B2BB in popluar number systems.

HEXC6B2BB
Decimal198178187
Binary110001101011001010111011
Octal306262273

Shades and tints

Shades of #C6B2BB

#C6B2BB
(198,178,187)
#B4A2AA
(180,162,170)
#A29299
(162,146,153)
#908288
(144,130,136)
#7E7277
(126,114,119)
#6C6266
(108,98,102)
#5A5255
(90,82,85)
#484244
(72,66,68)
#363233
(54,50,51)
#242222
(36,34,34)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #C6B2BB

#C6B2BB
(198,178,187)
#CBB9C1
(203,185,193)
#D0C0C7
(208,192,199)
#D5C7CD
(213,199,205)
#DACED3
(218,206,211)
#DFD5D9
(223,213,217)
#E4DCDF
(228,220,223)
#E9E3E5
(233,227,229)
#EEEAEB
(238,234,235)
#F3F1F1
(243,241,241)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B2BB; }

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

This text font color is #C6B2BB.


Background Color

.myBgColor { background-color: #C6B2BB; }

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

This div background color is #C6B2BB.


Border color

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

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

This div border color is #C6B2BB.


Opacity

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

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

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

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

This text has shadow with #C6B2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B2BB on black background.


Color preview on white background

This text has color #C6B2BB on white background.



Black color preview on #C6B2BB background

This text has black color on #C6B2BB background.


White color preview on #C6B2BB background

This text has white color on #C6B2BB background.