COLOR #C1BC9D

HEX: #C1BC9D
RGB: (193,188,157)

Color info

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

RGB color model

#C1BC9D color RGB value is (193,188,157).

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

RGB channels and saturation

R 193 of 255 = 76%
G 188 of 255 = 74%
B 157 of 255 = 62%

193
188
157

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

Portions of RGB colors in percentages

R + G + B =
193 + 188 + 157 = 538 (100%)
R 193 of 538 ~ 35.87%
G 188 of 538 ~ 34.94%
B 157 of 538 ~ 29.18%

%35.87
%34.94
%29.18

CMYK color model

#C1BC9D color CMYK value is (0,3,19,24).

  • cyan value is 0.00%
  • magenta value is 2.59%
  • yellow value is 18.65%
  • key color value is 24.31%
CMYK:
(0,3,19,24)
C0M3Y19K24 
(0%,3%,19%,24%)
(0.00/0.03/0.19/0.24)	

CMYK percentages

%0
%2.59
%18.65
%24.31

Codes

Color #C1BC9D in popluar color models

C1BC9D
RGB193188157
HSL52°22.50%68.63%
HSB/HSV52°18.65%75.69%
CMYK0.00%2.59%18.65%
24.31%

Color #C1BC9D in popluar number systems.

HEXC1BC9D
Decimal193188157
Binary110000011011110010011101
Octal301274235

Shades and tints

Shades of #C1BC9D

#C1BC9D
(193,188,157)
#B0AB8F
(176,171,143)
#9F9A81
(159,154,129)
#8E8973
(142,137,115)
#7D7865
(125,120,101)
#6C6757
(108,103,87)
#5B5649
(91,86,73)
#4A453B
(74,69,59)
#39342D
(57,52,45)
#28231F
(40,35,31)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #C1BC9D

#C1BC9D
(193,188,157)
#C6C2A5
(198,194,165)
#CBC8AD
(203,200,173)
#D0CEB5
(208,206,181)
#D5D4BD
(213,212,189)
#DADAC5
(218,218,197)
#DFE0CD
(223,224,205)
#E4E6D5
(228,230,213)
#E9ECDD
(233,236,221)
#EEF2E5
(238,242,229)
#F3F8ED
(243,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1BC9D; }

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

This text font color is #C1BC9D.


Background Color

.myBgColor { background-color: #C1BC9D; }

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

This div background color is #C1BC9D.


Border color

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

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

This div border color is #C1BC9D.


Opacity

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

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

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

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

This text has shadow with #C1BC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1BC9D on black background.


Color preview on white background

This text has color #C1BC9D on white background.



Black color preview on #C1BC9D background

This text has black color on #C1BC9D background.


White color preview on #C1BC9D background

This text has white color on #C1BC9D background.