COLOR #C1B986

HEX: #C1B986
RGB: (193,185,134)

Color info

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

RGB color model

#C1B986 color RGB value is (193,185,134).

  • red value is 193;
  • green value is 185;
  • blue value is 134.
RGB:
(193,185,134)
(76%,73%,53%)

RGB channels and saturation

R 193 of 255 = 76%
G 185 of 255 = 73%
B 134 of 255 = 53%

193
185
134

R + G + B ~ 67%. #C1B986 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 185 + 134 = 512 (100%)
R 193 of 512 ~ 37.7%
G 185 of 512 ~ 36.13%
B 134 of 512 ~ 26.17%

%37.7
%36.13
%26.17

CMYK color model

#C1B986 color CMYK value is (0,4,31,24).

  • cyan value is 0.00%
  • magenta value is 4.15%
  • yellow value is 30.57%
  • key color value is 24.31%
CMYK:
(0,4,31,24)
C0M4Y31K24 
(0%,4%,31%,24%)
(0.00/0.04/0.31/0.24)	

CMYK percentages

%0
%4.15
%30.57
%24.31

Codes

Color #C1B986 in popluar color models

C1B986
RGB193185134
HSL52°32.24%64.12%
HSB/HSV52°30.57%75.69%
CMYK0.00%4.15%30.57%
24.31%

Color #C1B986 in popluar number systems.

HEXC1B986
Decimal193185134
Binary110000011011100110000110
Octal301271206

Shades and tints

Shades of #C1B986

#C1B986
(193,185,134)
#B0A97A
(176,169,122)
#9F996E
(159,153,110)
#8E8962
(142,137,98)
#7D7956
(125,121,86)
#6C694A
(108,105,74)
#5B593E
(91,89,62)
#4A4932
(74,73,50)
#393926
(57,57,38)
#28291A
(40,41,26)
#17190E
(23,25,14)
#000000
(0,0,0)

Tints of #C1B986

#C1B986
(193,185,134)
#C6BF91
(198,191,145)
#CBC59C
(203,197,156)
#D0CBA7
(208,203,167)
#D5D1B2
(213,209,178)
#DAD7BD
(218,215,189)
#DFDDC8
(223,221,200)
#E4E3D3
(228,227,211)
#E9E9DE
(233,233,222)
#EEEFE9
(238,239,233)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B986 color. Also use rgb(193,185,134) instead hex code.

Text Font Color

.myTextColor { color: #C1B986; }

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

This text font color is #C1B986.


Background Color

.myBgColor { background-color: #C1B986; }

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

This div background color is #C1B986.


Border color

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

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

This div border color is #C1B986.


Opacity

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

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

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

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

This text has shadow with #C1B986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B986 on black background.


Color preview on white background

This text has color #C1B986 on white background.



Black color preview on #C1B986 background

This text has black color on #C1B986 background.


White color preview on #C1B986 background

This text has white color on #C1B986 background.