COLOR #C1B6AB

HEX: #C1B6AB
RGB: (193,182,171)

Color info

#C1B6AB contains red, green and blue colors in about the same proportion. Web safe color of #C1B6AB is #CCCC99 (or #CC9).

RGB color model

#C1B6AB color RGB value is (193,182,171).

  • red value is 193;
  • green value is 182;
  • blue value is 171.
RGB:
(193,182,171)
(76%,71%,67%)

RGB channels and saturation

R 193 of 255 = 76%
G 182 of 255 = 71%
B 171 of 255 = 67%

193
182
171

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

Portions of RGB colors in percentages

R + G + B =
193 + 182 + 171 = 546 (100%)
R 193 of 546 ~ 35.35%
G 182 of 546 ~ 33.33%
B 171 of 546 ~ 31.32%

%35.35
%33.33
%31.32

CMYK color model

#C1B6AB color CMYK value is (0,6,11,24).

  • cyan value is 0.00%
  • magenta value is 5.70%
  • yellow value is 11.40%
  • key color value is 24.31%
CMYK:
(0,6,11,24)
C0M6Y11K24 
(0%,6%,11%,24%)
(0.00/0.06/0.11/0.24)	

CMYK percentages

%0
%5.7
%11.4
%24.31

Codes

Color #C1B6AB in popluar color models

C1B6AB
RGB193182171
HSL30°15.07%71.37%
HSB/HSV30°11.40%75.69%
CMYK0.00%5.70%11.40%
24.31%

Color #C1B6AB in popluar number systems.

HEXC1B6AB
Decimal193182171
Binary110000011011011010101011
Octal301266253

Shades and tints

Shades of #C1B6AB

#C1B6AB
(193,182,171)
#B0A69C
(176,166,156)
#9F968D
(159,150,141)
#8E867E
(142,134,126)
#7D766F
(125,118,111)
#6C6660
(108,102,96)
#5B5651
(91,86,81)
#4A4642
(74,70,66)
#393633
(57,54,51)
#282624
(40,38,36)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #C1B6AB

#C1B6AB
(193,182,171)
#C6BCB2
(198,188,178)
#CBC2B9
(203,194,185)
#D0C8C0
(208,200,192)
#D5CEC7
(213,206,199)
#DAD4CE
(218,212,206)
#DFDAD5
(223,218,213)
#E4E0DC
(228,224,220)
#E9E6E3
(233,230,227)
#EEECEA
(238,236,234)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B6AB color. Also use rgb(193,182,171) instead hex code.

Text Font Color

.myTextColor { color: #C1B6AB; }

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

This text font color is #C1B6AB.


Background Color

.myBgColor { background-color: #C1B6AB; }

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

This div background color is #C1B6AB.


Border color

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

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

This div border color is #C1B6AB.


Opacity

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

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

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

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

This text has shadow with #C1B6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B6AB on black background.


Color preview on white background

This text has color #C1B6AB on white background.



Black color preview on #C1B6AB background

This text has black color on #C1B6AB background.


White color preview on #C1B6AB background

This text has white color on #C1B6AB background.