COLOR #C3B297

HEX: #C3B297
RGB: (195,178,151)

Color info

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

RGB color model

#C3B297 color RGB value is (195,178,151).

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

RGB channels and saturation

R 195 of 255 = 76%
G 178 of 255 = 70%
B 151 of 255 = 59%

195
178
151

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

Portions of RGB colors in percentages

R + G + B =
195 + 178 + 151 = 524 (100%)
R 195 of 524 ~ 37.21%
G 178 of 524 ~ 33.97%
B 151 of 524 ~ 28.82%

%37.21
%33.97
%28.82

CMYK color model

#C3B297 color CMYK value is (0,9,23,24).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 22.56%
  • key color value is 23.53%
CMYK:
(0,9,23,24)
C0M9Y23K24 
(0%,9%,23%,24%)
(0.00/0.09/0.23/0.24)	

CMYK percentages

%0
%8.72
%22.56
%23.53

Codes

Color #C3B297 in popluar color models

C3B297
RGB195178151
HSL37°26.83%67.84%
HSB/HSV37°22.56%76.47%
CMYK0.00%8.72%22.56%
23.53%

Color #C3B297 in popluar number systems.

HEXC3B297
Decimal195178151
Binary110000111011001010010111
Octal303262227

Shades and tints

Shades of #C3B297

#C3B297
(195,178,151)
#B2A28A
(178,162,138)
#A1927D
(161,146,125)
#908270
(144,130,112)
#7F7263
(127,114,99)
#6E6256
(110,98,86)
#5D5249
(93,82,73)
#4C423C
(76,66,60)
#3B322F
(59,50,47)
#2A2222
(42,34,34)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #C3B297

#C3B297
(195,178,151)
#C8B9A0
(200,185,160)
#CDC0A9
(205,192,169)
#D2C7B2
(210,199,178)
#D7CEBB
(215,206,187)
#DCD5C4
(220,213,196)
#E1DCCD
(225,220,205)
#E6E3D6
(230,227,214)
#EBEADF
(235,234,223)
#F0F1E8
(240,241,232)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B297 color. Also use rgb(195,178,151) instead hex code.

Text Font Color

.myTextColor { color: #C3B297; }

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

This text font color is #C3B297.


Background Color

.myBgColor { background-color: #C3B297; }

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

This div background color is #C3B297.


Border color

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

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

This div border color is #C3B297.


Opacity

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

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

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

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

This text has shadow with #C3B297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B297 on black background.


Color preview on white background

This text has color #C3B297 on white background.



Black color preview on #C3B297 background

This text has black color on #C3B297 background.


White color preview on #C3B297 background

This text has white color on #C3B297 background.