COLOR #C6B3A9

HEX: #C6B3A9
RGB: (198,179,169)

Color info

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

RGB color model

#C6B3A9 color RGB value is (198,179,169).

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

RGB channels and saturation

R 198 of 255 = 78%
G 179 of 255 = 70%
B 169 of 255 = 66%

198
179
169

R + G + B ~ 71%. #C6B3A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 179 + 169 = 546 (100%)
R 198 of 546 ~ 36.26%
G 179 of 546 ~ 32.78%
B 169 of 546 ~ 30.95%

%36.26
%32.78
%30.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.60%
  • yellow value is 14.65%
  • key color value is 22.35%
CMYK:
(0,10,15,22)
C0M10Y15K22 
(0%,10%,15%,22%)
(0.00/0.10/0.15/0.22)	

CMYK percentages

%0
%9.6
%14.65
%22.35

Codes

Color #C6B3A9 in popluar color models

C6B3A9
RGB198179169
HSL21°20.28%71.96%
HSB/HSV21°14.65%77.65%
CMYK0.00%9.60%14.65%
22.35%

Color #C6B3A9 in popluar number systems.

HEXC6B3A9
Decimal198179169
Binary110001101011001110101001
Octal306263251

Shades and tints

Shades of #C6B3A9

#C6B3A9
(198,179,169)
#B4A39A
(180,163,154)
#A2938B
(162,147,139)
#90837C
(144,131,124)
#7E736D
(126,115,109)
#6C635E
(108,99,94)
#5A534F
(90,83,79)
#484340
(72,67,64)
#363331
(54,51,49)
#242322
(36,35,34)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #C6B3A9

#C6B3A9
(198,179,169)
#CBB9B0
(203,185,176)
#D0BFB7
(208,191,183)
#D5C5BE
(213,197,190)
#DACBC5
(218,203,197)
#DFD1CC
(223,209,204)
#E4D7D3
(228,215,211)
#E9DDDA
(233,221,218)
#EEE3E1
(238,227,225)
#F3E9E8
(243,233,232)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B3A9; }

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

This text font color is #C6B3A9.


Background Color

.myBgColor { background-color: #C6B3A9; }

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

This div background color is #C6B3A9.


Border color

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

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

This div border color is #C6B3A9.


Opacity

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

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

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

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

This text has shadow with #C6B3A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B3A9 on black background.


Color preview on white background

This text has color #C6B3A9 on white background.



Black color preview on #C6B3A9 background

This text has black color on #C6B3A9 background.


White color preview on #C6B3A9 background

This text has white color on #C6B3A9 background.