COLOR #C6B6B2

HEX: #C6B6B2
RGB: (198,182,178)

Color info

#C6B6B2 contains red, green and blue colors in about the same proportion. Web safe color of #C6B6B2 is #CCCC99 (or #CC9).

RGB color model

#C6B6B2 color RGB value is (198,182,178).

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

RGB channels and saturation

R 198 of 255 = 78%
G 182 of 255 = 71%
B 178 of 255 = 70%

198
182
178

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

Portions of RGB colors in percentages

R + G + B =
198 + 182 + 178 = 558 (100%)
R 198 of 558 ~ 35.48%
G 182 of 558 ~ 32.62%
B 178 of 558 ~ 31.9%

%35.48
%32.62
%31.9

CMYK color model

#C6B6B2 color CMYK value is (0,8,10,22).

  • cyan value is 0.00%
  • magenta value is 8.08%
  • yellow value is 10.10%
  • key color value is 22.35%
CMYK:
(0,8,10,22)
C0M8Y10K22 
(0%,8%,10%,22%)
(0.00/0.08/0.10/0.22)	

CMYK percentages

%0
%8.08
%10.1
%22.35

Codes

Color #C6B6B2 in popluar color models

C6B6B2
RGB198182178
HSL12°14.93%73.73%
HSB/HSV12°10.10%77.65%
CMYK0.00%8.08%10.10%
22.35%

Color #C6B6B2 in popluar number systems.

HEXC6B6B2
Decimal198182178
Binary110001101011011010110010
Octal306266262

Shades and tints

Shades of #C6B6B2

#C6B6B2
(198,182,178)
#B4A6A2
(180,166,162)
#A29692
(162,150,146)
#908682
(144,134,130)
#7E7672
(126,118,114)
#6C6662
(108,102,98)
#5A5652
(90,86,82)
#484642
(72,70,66)
#363632
(54,54,50)
#242622
(36,38,34)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #C6B6B2

#C6B6B2
(198,182,178)
#CBBCB9
(203,188,185)
#D0C2C0
(208,194,192)
#D5C8C7
(213,200,199)
#DACECE
(218,206,206)
#DFD4D5
(223,212,213)
#E4DADC
(228,218,220)
#E9E0E3
(233,224,227)
#EEE6EA
(238,230,234)
#F3ECF1
(243,236,241)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B6B2; }

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

This text font color is #C6B6B2.


Background Color

.myBgColor { background-color: #C6B6B2; }

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

This div background color is #C6B6B2.


Border color

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

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

This div border color is #C6B6B2.


Opacity

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

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

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

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

This text has shadow with #C6B6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B6B2 on black background.


Color preview on white background

This text has color #C6B6B2 on white background.



Black color preview on #C6B6B2 background

This text has black color on #C6B6B2 background.


White color preview on #C6B6B2 background

This text has white color on #C6B6B2 background.