COLOR #C1B6BA

HEX: #C1B6BA
RGB: (193,182,186)

Color info

#C1B6BA contains red, green and blue colors in about the same proportion. Web safe color of #C1B6BA is #CCCCCC (or #CCC).

RGB color model

#C1B6BA color RGB value is (193,182,186).

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

RGB channels and saturation

R 193 of 255 = 76%
G 182 of 255 = 71%
B 186 of 255 = 73%

193
182
186

R + G + B ~ 73%. #C1B6BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 182 + 186 = 561 (100%)
R 193 of 561 ~ 34.4%
G 182 of 561 ~ 32.44%
B 186 of 561 ~ 33.16%

%34.4
%32.44
%33.16

CMYK color model

#C1B6BA color CMYK value is (0,6,4,24).

  • cyan value is 0.00%
  • magenta value is 5.70%
  • yellow value is 3.63%
  • key color value is 24.31%
CMYK:
(0,6,4,24)
C0M6Y4K24 
(0%,6%,4%,24%)
(0.00/0.06/0.04/0.24)	

CMYK percentages

%0
%5.7
%3.63
%24.31

Codes

Color #C1B6BA in popluar color models

C1B6BA
RGB193182186
HSL338°8.15%73.53%
HSB/HSV338°5.70%75.69%
CMYK0.00%5.70%3.63%
24.31%

Color #C1B6BA in popluar number systems.

HEXC1B6BA
Decimal193182186
Binary110000011011011010111010
Octal301266272

Shades and tints

Shades of #C1B6BA

#C1B6BA
(193,182,186)
#B0A6AA
(176,166,170)
#9F969A
(159,150,154)
#8E868A
(142,134,138)
#7D767A
(125,118,122)
#6C666A
(108,102,106)
#5B565A
(91,86,90)
#4A464A
(74,70,74)
#39363A
(57,54,58)
#28262A
(40,38,42)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #C1B6BA

#C1B6BA
(193,182,186)
#C6BCC0
(198,188,192)
#CBC2C6
(203,194,198)
#D0C8CC
(208,200,204)
#D5CED2
(213,206,210)
#DAD4D8
(218,212,216)
#DFDADE
(223,218,222)
#E4E0E4
(228,224,228)
#E9E6EA
(233,230,234)
#EEECF0
(238,236,240)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B6BA; }

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

This text font color is #C1B6BA.


Background Color

.myBgColor { background-color: #C1B6BA; }

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

This div background color is #C1B6BA.


Border color

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

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

This div border color is #C1B6BA.


Opacity

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

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

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

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

This text has shadow with #C1B6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B6BA on black background.


Color preview on white background

This text has color #C1B6BA on white background.



Black color preview on #C1B6BA background

This text has black color on #C1B6BA background.


White color preview on #C1B6BA background

This text has white color on #C1B6BA background.