COLOR #C2B397

HEX: #C2B397
RGB: (194,179,151)

Color info

#C2B397 contains red, green and blue colors in about the same proportion. Web safe color of #C2B397 is #CC9999 (or #C99).

RGB color model

#C2B397 color RGB value is (194,179,151).

  • red value is 194;
  • green value is 179;
  • blue value is 151.
RGB:
(194,179,151)
(76%,70%,59%)

RGB channels and saturation

R 194 of 255 = 76%
G 179 of 255 = 70%
B 151 of 255 = 59%

194
179
151

R + G + B ~ 68%. #C2B397 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 179 + 151 = 524 (100%)
R 194 of 524 ~ 37.02%
G 179 of 524 ~ 34.16%
B 151 of 524 ~ 28.82%

%37.02
%34.16
%28.82

CMYK color model

#C2B397 color CMYK value is (0,8,22,24).

  • cyan value is 0.00%
  • magenta value is 7.73%
  • yellow value is 22.16%
  • key color value is 23.92%
CMYK:
(0,8,22,24)
C0M8Y22K24 
(0%,8%,22%,24%)
(0.00/0.08/0.22/0.24)	

CMYK percentages

%0
%7.73
%22.16
%23.92

Codes

Color #C2B397 in popluar color models

C2B397
RGB194179151
HSL39°26.06%67.65%
HSB/HSV39°22.16%76.08%
CMYK0.00%7.73%22.16%
23.92%

Color #C2B397 in popluar number systems.

HEXC2B397
Decimal194179151
Binary110000101011001110010111
Octal302263227

Shades and tints

Shades of #C2B397

#C2B397
(194,179,151)
#B1A38A
(177,163,138)
#A0937D
(160,147,125)
#8F8370
(143,131,112)
#7E7363
(126,115,99)
#6D6356
(109,99,86)
#5C5349
(92,83,73)
#4B433C
(75,67,60)
#3A332F
(58,51,47)
#292322
(41,35,34)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #C2B397

#C2B397
(194,179,151)
#C7B9A0
(199,185,160)
#CCBFA9
(204,191,169)
#D1C5B2
(209,197,178)
#D6CBBB
(214,203,187)
#DBD1C4
(219,209,196)
#E0D7CD
(224,215,205)
#E5DDD6
(229,221,214)
#EAE3DF
(234,227,223)
#EFE9E8
(239,233,232)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B397 color. Also use rgb(194,179,151) instead hex code.

Text Font Color

.myTextColor { color: #C2B397; }

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

This text font color is #C2B397.


Background Color

.myBgColor { background-color: #C2B397; }

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

This div background color is #C2B397.


Border color

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

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

This div border color is #C2B397.


Opacity

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

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

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

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

This text has shadow with #C2B397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B397 on black background.


Color preview on white background

This text has color #C2B397 on white background.



Black color preview on #C2B397 background

This text has black color on #C2B397 background.


White color preview on #C2B397 background

This text has white color on #C2B397 background.