COLOR #C1BCA0

HEX: #C1BCA0
RGB: (193,188,160)

Color info

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

RGB color model

#C1BCA0 color RGB value is (193,188,160).

  • red value is 193;
  • green value is 188;
  • blue value is 160.
RGB:
(193,188,160)
(76%,74%,63%)

RGB channels and saturation

R 193 of 255 = 76%
G 188 of 255 = 74%
B 160 of 255 = 63%

193
188
160

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

Portions of RGB colors in percentages

R + G + B =
193 + 188 + 160 = 541 (100%)
R 193 of 541 ~ 35.67%
G 188 of 541 ~ 34.75%
B 160 of 541 ~ 29.57%

%35.67
%34.75
%29.57

CMYK color model

#C1BCA0 color CMYK value is (0,3,17,24).

  • cyan value is 0.00%
  • magenta value is 2.59%
  • yellow value is 17.10%
  • key color value is 24.31%
CMYK:
(0,3,17,24)
C0M3Y17K24 
(0%,3%,17%,24%)
(0.00/0.03/0.17/0.24)	

CMYK percentages

%0
%2.59
%17.1
%24.31

Codes

Color #C1BCA0 in popluar color models

C1BCA0
RGB193188160
HSL51°21.02%69.22%
HSB/HSV51°17.10%75.69%
CMYK0.00%2.59%17.10%
24.31%

Color #C1BCA0 in popluar number systems.

HEXC1BCA0
Decimal193188160
Binary110000011011110010100000
Octal301274240

Shades and tints

Shades of #C1BCA0

#C1BCA0
(193,188,160)
#B0AB92
(176,171,146)
#9F9A84
(159,154,132)
#8E8976
(142,137,118)
#7D7868
(125,120,104)
#6C675A
(108,103,90)
#5B564C
(91,86,76)
#4A453E
(74,69,62)
#393430
(57,52,48)
#282322
(40,35,34)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #C1BCA0

#C1BCA0
(193,188,160)
#C6C2A8
(198,194,168)
#CBC8B0
(203,200,176)
#D0CEB8
(208,206,184)
#D5D4C0
(213,212,192)
#DADAC8
(218,218,200)
#DFE0D0
(223,224,208)
#E4E6D8
(228,230,216)
#E9ECE0
(233,236,224)
#EEF2E8
(238,242,232)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1BCA0 color. Also use rgb(193,188,160) instead hex code.

Text Font Color

.myTextColor { color: #C1BCA0; }

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

This text font color is #C1BCA0.


Background Color

.myBgColor { background-color: #C1BCA0; }

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

This div background color is #C1BCA0.


Border color

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

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

This div border color is #C1BCA0.


Opacity

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

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

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

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

This text has shadow with #C1BCA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1BCA0 on black background.


Color preview on white background

This text has color #C1BCA0 on white background.



Black color preview on #C1BCA0 background

This text has black color on #C1BCA0 background.


White color preview on #C1BCA0 background

This text has white color on #C1BCA0 background.