COLOR #C3BD6A

HEX: #C3BD6A
RGB: (195,189,106)

Color info

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

RGB color model

#C3BD6A color RGB value is (195,189,106).

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

RGB channels and saturation

R 195 of 255 = 76%
G 189 of 255 = 74%
B 106 of 255 = 42%

195
189
106

R + G + B ~ 64%. #C3BD6A is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 189 + 106 = 490 (100%)
R 195 of 490 ~ 39.8%
G 189 of 490 ~ 38.57%
B 106 of 490 ~ 21.63%

%39.8
%38.57
%21.63

CMYK color model

#C3BD6A color CMYK value is (0,3,46,24).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 45.64%
  • key color value is 23.53%
CMYK:
(0,3,46,24)
C0M3Y46K24 
(0%,3%,46%,24%)
(0.00/0.03/0.46/0.24)	

CMYK percentages

%0
%3.08
%45.64
%23.53

Codes

Color #C3BD6A in popluar color models

C3BD6A
RGB195189106
HSL56°42.58%59.02%
HSB/HSV56°45.64%76.47%
CMYK0.00%3.08%45.64%
23.53%

Color #C3BD6A in popluar number systems.

HEXC3BD6A
Decimal195189106
Binary11000011101111011101010
Octal303275152

Shades and tints

Shades of #C3BD6A

#C3BD6A
(195,189,106)
#B2AC61
(178,172,97)
#A19B58
(161,155,88)
#908A4F
(144,138,79)
#7F7946
(127,121,70)
#6E683D
(110,104,61)
#5D5734
(93,87,52)
#4C462B
(76,70,43)
#3B3522
(59,53,34)
#2A2419
(42,36,25)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #C3BD6A

#C3BD6A
(195,189,106)
#C8C377
(200,195,119)
#CDC984
(205,201,132)
#D2CF91
(210,207,145)
#D7D59E
(215,213,158)
#DCDBAB
(220,219,171)
#E1E1B8
(225,225,184)
#E6E7C5
(230,231,197)
#EBEDD2
(235,237,210)
#F0F3DF
(240,243,223)
#F5F9EC
(245,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BD6A; }

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

This text font color is #C3BD6A.


Background Color

.myBgColor { background-color: #C3BD6A; }

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

This div background color is #C3BD6A.


Border color

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

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

This div border color is #C3BD6A.


Opacity

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

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

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

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

This text has shadow with #C3BD6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BD6A on black background.


Color preview on white background

This text has color #C3BD6A on white background.



Black color preview on #C3BD6A background

This text has black color on #C3BD6A background.


White color preview on #C3BD6A background

This text has white color on #C3BD6A background.