COLOR #C6B2B3

HEX: #C6B2B3
RGB: (198,178,179)

Color info

#C6B2B3 contains red, green and blue colors in about the same proportion. Web safe color of #C6B2B3 is #CC9999 (or #C99).

RGB color model

#C6B2B3 color RGB value is (198,178,179).

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

RGB channels and saturation

R 198 of 255 = 78%
G 178 of 255 = 70%
B 179 of 255 = 70%

198
178
179

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

Portions of RGB colors in percentages

R + G + B =
198 + 178 + 179 = 555 (100%)
R 198 of 555 ~ 35.68%
G 178 of 555 ~ 32.07%
B 179 of 555 ~ 32.25%

%35.68
%32.07
%32.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.10%
  • yellow value is 9.60%
  • key color value is 22.35%
CMYK:
(0,10,10,22)
C0M10Y10K22 
(0%,10%,10%,22%)
(0.00/0.10/0.10/0.22)	

CMYK percentages

%0
%10.1
%9.6
%22.35

Codes

Color #C6B2B3 in popluar color models

C6B2B3
RGB198178179
HSL357°14.93%73.73%
HSB/HSV357°10.10%77.65%
CMYK0.00%10.10%9.60%
22.35%

Color #C6B2B3 in popluar number systems.

HEXC6B2B3
Decimal198178179
Binary110001101011001010110011
Octal306262263

Shades and tints

Shades of #C6B2B3

#C6B2B3
(198,178,179)
#B4A2A3
(180,162,163)
#A29293
(162,146,147)
#908283
(144,130,131)
#7E7273
(126,114,115)
#6C6263
(108,98,99)
#5A5253
(90,82,83)
#484243
(72,66,67)
#363233
(54,50,51)
#242223
(36,34,35)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #C6B2B3

#C6B2B3
(198,178,179)
#CBB9B9
(203,185,185)
#D0C0BF
(208,192,191)
#D5C7C5
(213,199,197)
#DACECB
(218,206,203)
#DFD5D1
(223,213,209)
#E4DCD7
(228,220,215)
#E9E3DD
(233,227,221)
#EEEAE3
(238,234,227)
#F3F1E9
(243,241,233)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B2B3; }

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

This text font color is #C6B2B3.


Background Color

.myBgColor { background-color: #C6B2B3; }

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

This div background color is #C6B2B3.


Border color

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

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

This div border color is #C6B2B3.


Opacity

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

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

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

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

This text has shadow with #C6B2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B2B3 on black background.


Color preview on white background

This text has color #C6B2B3 on white background.



Black color preview on #C6B2B3 background

This text has black color on #C6B2B3 background.


White color preview on #C6B2B3 background

This text has white color on #C6B2B3 background.