COLOR #C1B3AA

HEX: #C1B3AA
RGB: (193,179,170)

Color info

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

RGB color model

#C1B3AA color RGB value is (193,179,170).

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

RGB channels and saturation

R 193 of 255 = 76%
G 179 of 255 = 70%
B 170 of 255 = 67%

193
179
170

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

Portions of RGB colors in percentages

R + G + B =
193 + 179 + 170 = 542 (100%)
R 193 of 542 ~ 35.61%
G 179 of 542 ~ 33.03%
B 170 of 542 ~ 31.37%

%35.61
%33.03
%31.37

CMYK color model

#C1B3AA color CMYK value is (0,7,12,24).

  • cyan value is 0.00%
  • magenta value is 7.25%
  • yellow value is 11.92%
  • key color value is 24.31%
CMYK:
(0,7,12,24)
C0M7Y12K24 
(0%,7%,12%,24%)
(0.00/0.07/0.12/0.24)	

CMYK percentages

%0
%7.25
%11.92
%24.31

Codes

Color #C1B3AA in popluar color models

C1B3AA
RGB193179170
HSL23°15.65%71.18%
HSB/HSV23°11.92%75.69%
CMYK0.00%7.25%11.92%
24.31%

Color #C1B3AA in popluar number systems.

HEXC1B3AA
Decimal193179170
Binary110000011011001110101010
Octal301263252

Shades and tints

Shades of #C1B3AA

#C1B3AA
(193,179,170)
#B0A39B
(176,163,155)
#9F938C
(159,147,140)
#8E837D
(142,131,125)
#7D736E
(125,115,110)
#6C635F
(108,99,95)
#5B5350
(91,83,80)
#4A4341
(74,67,65)
#393332
(57,51,50)
#282323
(40,35,35)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #C1B3AA

#C1B3AA
(193,179,170)
#C6B9B1
(198,185,177)
#CBBFB8
(203,191,184)
#D0C5BF
(208,197,191)
#D5CBC6
(213,203,198)
#DAD1CD
(218,209,205)
#DFD7D4
(223,215,212)
#E4DDDB
(228,221,219)
#E9E3E2
(233,227,226)
#EEE9E9
(238,233,233)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B3AA; }

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

This text font color is #C1B3AA.


Background Color

.myBgColor { background-color: #C1B3AA; }

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

This div background color is #C1B3AA.


Border color

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

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

This div border color is #C1B3AA.


Opacity

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

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

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

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

This text has shadow with #C1B3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B3AA on black background.


Color preview on white background

This text has color #C1B3AA on white background.



Black color preview on #C1B3AA background

This text has black color on #C1B3AA background.


White color preview on #C1B3AA background

This text has white color on #C1B3AA background.