COLOR #C7BE7C

HEX: #C7BE7C
RGB: (199,190,124)

Color info

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

RGB color model

#C7BE7C color RGB value is (199,190,124).

  • red value is 199;
  • green value is 190;
  • blue value is 124.
RGB:
(199,190,124)
(78%,75%,49%)

RGB channels and saturation

R 199 of 255 = 78%
G 190 of 255 = 75%
B 124 of 255 = 49%

199
190
124

R + G + B ~ 67%. #C7BE7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 190 + 124 = 513 (100%)
R 199 of 513 ~ 38.79%
G 190 of 513 ~ 37.04%
B 124 of 513 ~ 24.17%

%38.79
%37.04
%24.17

CMYK color model

#C7BE7C color CMYK value is (0,5,38,22).

  • cyan value is 0.00%
  • magenta value is 4.52%
  • yellow value is 37.69%
  • key color value is 21.96%
CMYK:
(0,5,38,22)
C0M5Y38K22 
(0%,5%,38%,22%)
(0.00/0.05/0.38/0.22)	

CMYK percentages

%0
%4.52
%37.69
%21.96

Codes

Color #C7BE7C in popluar color models

C7BE7C
RGB199190124
HSL53°40.11%63.33%
HSB/HSV53°37.69%78.04%
CMYK0.00%4.52%37.69%
21.96%

Color #C7BE7C in popluar number systems.

HEXC7BE7C
Decimal199190124
Binary11000111101111101111100
Octal307276174

Shades and tints

Shades of #C7BE7C

#C7BE7C
(199,190,124)
#B5AD71
(181,173,113)
#A39C66
(163,156,102)
#918B5B
(145,139,91)
#7F7A50
(127,122,80)
#6D6945
(109,105,69)
#5B583A
(91,88,58)
#49472F
(73,71,47)
#373624
(55,54,36)
#252519
(37,37,25)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #C7BE7C

#C7BE7C
(199,190,124)
#CCC387
(204,195,135)
#D1C892
(209,200,146)
#D6CD9D
(214,205,157)
#DBD2A8
(219,210,168)
#E0D7B3
(224,215,179)
#E5DCBE
(229,220,190)
#EAE1C9
(234,225,201)
#EFE6D4
(239,230,212)
#F4EBDF
(244,235,223)
#F9F0EA
(249,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BE7C color. Also use rgb(199,190,124) instead hex code.

Text Font Color

.myTextColor { color: #C7BE7C; }

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

This text font color is #C7BE7C.


Background Color

.myBgColor { background-color: #C7BE7C; }

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

This div background color is #C7BE7C.


Border color

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

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

This div border color is #C7BE7C.


Opacity

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

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

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

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

This text has shadow with #C7BE7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BE7C on black background.


Color preview on white background

This text has color #C7BE7C on white background.



Black color preview on #C7BE7C background

This text has black color on #C7BE7C background.


White color preview on #C7BE7C background

This text has white color on #C7BE7C background.