COLOR #C1B78A

HEX: #C1B78A
RGB: (193,183,138)

Color info

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

RGB color model

#C1B78A color RGB value is (193,183,138).

  • red value is 193;
  • green value is 183;
  • blue value is 138.
RGB:
(193,183,138)
(76%,72%,54%)

RGB channels and saturation

R 193 of 255 = 76%
G 183 of 255 = 72%
B 138 of 255 = 54%

193
183
138

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

Portions of RGB colors in percentages

R + G + B =
193 + 183 + 138 = 514 (100%)
R 193 of 514 ~ 37.55%
G 183 of 514 ~ 35.6%
B 138 of 514 ~ 26.85%

%37.55
%35.6
%26.85

CMYK color model

#C1B78A color CMYK value is (0,5,28,24).

  • cyan value is 0.00%
  • magenta value is 5.18%
  • yellow value is 28.50%
  • key color value is 24.31%
CMYK:
(0,5,28,24)
C0M5Y28K24 
(0%,5%,28%,24%)
(0.00/0.05/0.28/0.24)	

CMYK percentages

%0
%5.18
%28.5
%24.31

Codes

Color #C1B78A in popluar color models

C1B78A
RGB193183138
HSL49°30.73%64.90%
HSB/HSV49°28.50%75.69%
CMYK0.00%5.18%28.50%
24.31%

Color #C1B78A in popluar number systems.

HEXC1B78A
Decimal193183138
Binary110000011011011110001010
Octal301267212

Shades and tints

Shades of #C1B78A

#C1B78A
(193,183,138)
#B0A77E
(176,167,126)
#9F9772
(159,151,114)
#8E8766
(142,135,102)
#7D775A
(125,119,90)
#6C674E
(108,103,78)
#5B5742
(91,87,66)
#4A4736
(74,71,54)
#39372A
(57,55,42)
#28271E
(40,39,30)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #C1B78A

#C1B78A
(193,183,138)
#C6BD94
(198,189,148)
#CBC39E
(203,195,158)
#D0C9A8
(208,201,168)
#D5CFB2
(213,207,178)
#DAD5BC
(218,213,188)
#DFDBC6
(223,219,198)
#E4E1D0
(228,225,208)
#E9E7DA
(233,231,218)
#EEEDE4
(238,237,228)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B78A color. Also use rgb(193,183,138) instead hex code.

Text Font Color

.myTextColor { color: #C1B78A; }

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

This text font color is #C1B78A.


Background Color

.myBgColor { background-color: #C1B78A; }

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

This div background color is #C1B78A.


Border color

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

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

This div border color is #C1B78A.


Opacity

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

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

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

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

This text has shadow with #C1B78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B78A on black background.


Color preview on white background

This text has color #C1B78A on white background.



Black color preview on #C1B78A background

This text has black color on #C1B78A background.


White color preview on #C1B78A background

This text has white color on #C1B78A background.