COLOR #C3BD96

HEX: #C3BD96
RGB: (195,189,150)

Color info

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

RGB color model

#C3BD96 color RGB value is (195,189,150).

  • red value is 195;
  • green value is 189;
  • blue value is 150.
RGB:
(195,189,150)
(76%,74%,59%)

RGB channels and saturation

R 195 of 255 = 76%
G 189 of 255 = 74%
B 150 of 255 = 59%

195
189
150

R + G + B ~ 70%. #C3BD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 189 + 150 = 534 (100%)
R 195 of 534 ~ 36.52%
G 189 of 534 ~ 35.39%
B 150 of 534 ~ 28.09%

%36.52
%35.39
%28.09

CMYK color model

#C3BD96 color CMYK value is (0,3,23,24).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 23.08%
  • key color value is 23.53%
CMYK:
(0,3,23,24)
C0M3Y23K24 
(0%,3%,23%,24%)
(0.00/0.03/0.23/0.24)	

CMYK percentages

%0
%3.08
%23.08
%23.53

Codes

Color #C3BD96 in popluar color models

C3BD96
RGB195189150
HSL52°27.27%67.65%
HSB/HSV52°23.08%76.47%
CMYK0.00%3.08%23.08%
23.53%

Color #C3BD96 in popluar number systems.

HEXC3BD96
Decimal195189150
Binary110000111011110110010110
Octal303275226

Shades and tints

Shades of #C3BD96

#C3BD96
(195,189,150)
#B2AC89
(178,172,137)
#A19B7C
(161,155,124)
#908A6F
(144,138,111)
#7F7962
(127,121,98)
#6E6855
(110,104,85)
#5D5748
(93,87,72)
#4C463B
(76,70,59)
#3B352E
(59,53,46)
#2A2421
(42,36,33)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #C3BD96

#C3BD96
(195,189,150)
#C8C39F
(200,195,159)
#CDC9A8
(205,201,168)
#D2CFB1
(210,207,177)
#D7D5BA
(215,213,186)
#DCDBC3
(220,219,195)
#E1E1CC
(225,225,204)
#E6E7D5
(230,231,213)
#EBEDDE
(235,237,222)
#F0F3E7
(240,243,231)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BD96 color. Also use rgb(195,189,150) instead hex code.

Text Font Color

.myTextColor { color: #C3BD96; }

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

This text font color is #C3BD96.


Background Color

.myBgColor { background-color: #C3BD96; }

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

This div background color is #C3BD96.


Border color

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

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

This div border color is #C3BD96.


Opacity

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

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

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

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

This text has shadow with #C3BD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BD96 on black background.


Color preview on white background

This text has color #C3BD96 on white background.



Black color preview on #C3BD96 background

This text has black color on #C3BD96 background.


White color preview on #C3BD96 background

This text has white color on #C3BD96 background.