COLOR #C1B3A6

HEX: #C1B3A6
RGB: (193,179,166)

Color info

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

RGB color model

#C1B3A6 color RGB value is (193,179,166).

  • red value is 193;
  • green value is 179;
  • blue value is 166.
RGB:
(193,179,166)
(76%,70%,65%)

RGB channels and saturation

R 193 of 255 = 76%
G 179 of 255 = 70%
B 166 of 255 = 65%

193
179
166

R + G + B ~ 70%. #C1B3A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 179 + 166 = 538 (100%)
R 193 of 538 ~ 35.87%
G 179 of 538 ~ 33.27%
B 166 of 538 ~ 30.86%

%35.87
%33.27
%30.86

CMYK color model

#C1B3A6 color CMYK value is (0,7,14,24).

  • cyan value is 0.00%
  • magenta value is 7.25%
  • yellow value is 13.99%
  • key color value is 24.31%
CMYK:
(0,7,14,24)
C0M7Y14K24 
(0%,7%,14%,24%)
(0.00/0.07/0.14/0.24)	

CMYK percentages

%0
%7.25
%13.99
%24.31

Codes

Color #C1B3A6 in popluar color models

C1B3A6
RGB193179166
HSL29°17.88%70.39%
HSB/HSV29°13.99%75.69%
CMYK0.00%7.25%13.99%
24.31%

Color #C1B3A6 in popluar number systems.

HEXC1B3A6
Decimal193179166
Binary110000011011001110100110
Octal301263246

Shades and tints

Shades of #C1B3A6

#C1B3A6
(193,179,166)
#B0A397
(176,163,151)
#9F9388
(159,147,136)
#8E8379
(142,131,121)
#7D736A
(125,115,106)
#6C635B
(108,99,91)
#5B534C
(91,83,76)
#4A433D
(74,67,61)
#39332E
(57,51,46)
#28231F
(40,35,31)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #C1B3A6

#C1B3A6
(193,179,166)
#C6B9AE
(198,185,174)
#CBBFB6
(203,191,182)
#D0C5BE
(208,197,190)
#D5CBC6
(213,203,198)
#DAD1CE
(218,209,206)
#DFD7D6
(223,215,214)
#E4DDDE
(228,221,222)
#E9E3E6
(233,227,230)
#EEE9EE
(238,233,238)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B3A6 color. Also use rgb(193,179,166) instead hex code.

Text Font Color

.myTextColor { color: #C1B3A6; }

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

This text font color is #C1B3A6.


Background Color

.myBgColor { background-color: #C1B3A6; }

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

This div background color is #C1B3A6.


Border color

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

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

This div border color is #C1B3A6.


Opacity

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

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

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

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

This text has shadow with #C1B3A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B3A6 on black background.


Color preview on white background

This text has color #C1B3A6 on white background.



Black color preview on #C1B3A6 background

This text has black color on #C1B3A6 background.


White color preview on #C1B3A6 background

This text has white color on #C1B3A6 background.