COLOR #C1B97E

HEX: #C1B97E
RGB: (193,185,126)

Color info

#C1B97E contains mainly red and green colors. Web safe color of #C1B97E is #CCCC66 (or #CC6).

RGB color model

#C1B97E color RGB value is (193,185,126).

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

RGB channels and saturation

R 193 of 255 = 76%
G 185 of 255 = 73%
B 126 of 255 = 49%

193
185
126

R + G + B ~ 66%. #C1B97E is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 185 + 126 = 504 (100%)
R 193 of 504 ~ 38.29%
G 185 of 504 ~ 36.71%
B 126 of 504 ~ 25%

%38.29
%36.71
%25

CMYK color model

#C1B97E color CMYK value is (0,4,35,24).

  • cyan value is 0.00%
  • magenta value is 4.15%
  • yellow value is 34.72%
  • key color value is 24.31%
CMYK:
(0,4,35,24)
C0M4Y35K24 
(0%,4%,35%,24%)
(0.00/0.04/0.35/0.24)	

CMYK percentages

%0
%4.15
%34.72
%24.31

Codes

Color #C1B97E in popluar color models

C1B97E
RGB193185126
HSL53°35.08%62.55%
HSB/HSV53°34.72%75.69%
CMYK0.00%4.15%34.72%
24.31%

Color #C1B97E in popluar number systems.

HEXC1B97E
Decimal193185126
Binary11000001101110011111110
Octal301271176

Shades and tints

Shades of #C1B97E

#C1B97E
(193,185,126)
#B0A973
(176,169,115)
#9F9968
(159,153,104)
#8E895D
(142,137,93)
#7D7952
(125,121,82)
#6C6947
(108,105,71)
#5B593C
(91,89,60)
#4A4931
(74,73,49)
#393926
(57,57,38)
#28291B
(40,41,27)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #C1B97E

#C1B97E
(193,185,126)
#C6BF89
(198,191,137)
#CBC594
(203,197,148)
#D0CB9F
(208,203,159)
#D5D1AA
(213,209,170)
#DAD7B5
(218,215,181)
#DFDDC0
(223,221,192)
#E4E3CB
(228,227,203)
#E9E9D6
(233,233,214)
#EEEFE1
(238,239,225)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B97E; }

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

This text font color is #C1B97E.


Background Color

.myBgColor { background-color: #C1B97E; }

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

This div background color is #C1B97E.


Border color

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

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

This div border color is #C1B97E.


Opacity

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

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

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

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

This text has shadow with #C1B97E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B97E on black background.


Color preview on white background

This text has color #C1B97E on white background.



Black color preview on #C1B97E background

This text has black color on #C1B97E background.


White color preview on #C1B97E background

This text has white color on #C1B97E background.