COLOR #C6B0B3

HEX: #C6B0B3
RGB: (198,176,179)

Color info

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

RGB color model

#C6B0B3 color RGB value is (198,176,179).

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

RGB channels and saturation

R 198 of 255 = 78%
G 176 of 255 = 69%
B 179 of 255 = 70%

198
176
179

R + G + B ~ 72%. #C6B0B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 176 + 179 = 553 (100%)
R 198 of 553 ~ 35.8%
G 176 of 553 ~ 31.83%
B 179 of 553 ~ 32.37%

%35.8
%31.83
%32.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 9.60%
  • key color value is 22.35%
CMYK:
(0,11,10,22)
C0M11Y10K22 
(0%,11%,10%,22%)
(0.00/0.11/0.10/0.22)	

CMYK percentages

%0
%11.11
%9.6
%22.35

Codes

Color #C6B0B3 in popluar color models

C6B0B3
RGB198176179
HSL352°16.18%73.33%
HSB/HSV352°11.11%77.65%
CMYK0.00%11.11%9.60%
22.35%

Color #C6B0B3 in popluar number systems.

HEXC6B0B3
Decimal198176179
Binary110001101011000010110011
Octal306260263

Shades and tints

Shades of #C6B0B3

#C6B0B3
(198,176,179)
#B4A0A3
(180,160,163)
#A29093
(162,144,147)
#908083
(144,128,131)
#7E7073
(126,112,115)
#6C6063
(108,96,99)
#5A5053
(90,80,83)
#484043
(72,64,67)
#363033
(54,48,51)
#242023
(36,32,35)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #C6B0B3

#C6B0B3
(198,176,179)
#CBB7B9
(203,183,185)
#D0BEBF
(208,190,191)
#D5C5C5
(213,197,197)
#DACCCB
(218,204,203)
#DFD3D1
(223,211,209)
#E4DAD7
(228,218,215)
#E9E1DD
(233,225,221)
#EEE8E3
(238,232,227)
#F3EFE9
(243,239,233)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B0B3; }

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

This text font color is #C6B0B3.


Background Color

.myBgColor { background-color: #C6B0B3; }

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

This div background color is #C6B0B3.


Border color

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

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

This div border color is #C6B0B3.


Opacity

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

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

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

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

This text has shadow with #C6B0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B0B3 on black background.


Color preview on white background

This text has color #C6B0B3 on white background.



Black color preview on #C6B0B3 background

This text has black color on #C6B0B3 background.


White color preview on #C6B0B3 background

This text has white color on #C6B0B3 background.