COLOR #C3BE7A

HEX: #C3BE7A
RGB: (195,190,122)

Color info

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

RGB color model

#C3BE7A color RGB value is (195,190,122).

  • red value is 195;
  • green value is 190;
  • blue value is 122.
RGB:
(195,190,122)
(76%,75%,48%)

RGB channels and saturation

R 195 of 255 = 76%
G 190 of 255 = 75%
B 122 of 255 = 48%

195
190
122

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

Portions of RGB colors in percentages

R + G + B =
195 + 190 + 122 = 507 (100%)
R 195 of 507 ~ 38.46%
G 190 of 507 ~ 37.48%
B 122 of 507 ~ 24.06%

%38.46
%37.48
%24.06

CMYK color model

#C3BE7A color CMYK value is (0,3,37,24).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 37.44%
  • key color value is 23.53%
CMYK:
(0,3,37,24)
C0M3Y37K24 
(0%,3%,37%,24%)
(0.00/0.03/0.37/0.24)	

CMYK percentages

%0
%2.56
%37.44
%23.53

Codes

Color #C3BE7A in popluar color models

C3BE7A
RGB195190122
HSL56°37.82%62.16%
HSB/HSV56°37.44%76.47%
CMYK0.00%2.56%37.44%
23.53%

Color #C3BE7A in popluar number systems.

HEXC3BE7A
Decimal195190122
Binary11000011101111101111010
Octal303276172

Shades and tints

Shades of #C3BE7A

#C3BE7A
(195,190,122)
#B2AD6F
(178,173,111)
#A19C64
(161,156,100)
#908B59
(144,139,89)
#7F7A4E
(127,122,78)
#6E6943
(110,105,67)
#5D5838
(93,88,56)
#4C472D
(76,71,45)
#3B3622
(59,54,34)
#2A2517
(42,37,23)
#19140C
(25,20,12)
#000000
(0,0,0)

Tints of #C3BE7A

#C3BE7A
(195,190,122)
#C8C386
(200,195,134)
#CDC892
(205,200,146)
#D2CD9E
(210,205,158)
#D7D2AA
(215,210,170)
#DCD7B6
(220,215,182)
#E1DCC2
(225,220,194)
#E6E1CE
(230,225,206)
#EBE6DA
(235,230,218)
#F0EBE6
(240,235,230)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BE7A color. Also use rgb(195,190,122) instead hex code.

Text Font Color

.myTextColor { color: #C3BE7A; }

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

This text font color is #C3BE7A.


Background Color

.myBgColor { background-color: #C3BE7A; }

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

This div background color is #C3BE7A.


Border color

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

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

This div border color is #C3BE7A.


Opacity

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

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

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

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

This text has shadow with #C3BE7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BE7A on black background.


Color preview on white background

This text has color #C3BE7A on white background.



Black color preview on #C3BE7A background

This text has black color on #C3BE7A background.


White color preview on #C3BE7A background

This text has white color on #C3BE7A background.