COLOR #C7B78F

HEX: #C7B78F
RGB: (199,183,143)

Color info

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

RGB color model

#C7B78F color RGB value is (199,183,143).

  • red value is 199;
  • green value is 183;
  • blue value is 143.
RGB:
(199,183,143)
(78%,72%,56%)

RGB channels and saturation

R 199 of 255 = 78%
G 183 of 255 = 72%
B 143 of 255 = 56%

199
183
143

R + G + B ~ 69%. #C7B78F is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 183 + 143 = 525 (100%)
R 199 of 525 ~ 37.9%
G 183 of 525 ~ 34.86%
B 143 of 525 ~ 27.24%

%37.9
%34.86
%27.24

CMYK color model

#C7B78F color CMYK value is (0,8,28,22).

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 28.14%
  • key color value is 21.96%
CMYK:
(0,8,28,22)
C0M8Y28K22 
(0%,8%,28%,22%)
(0.00/0.08/0.28/0.22)	

CMYK percentages

%0
%8.04
%28.14
%21.96

Codes

Color #C7B78F in popluar color models

C7B78F
RGB199183143
HSL43°33.33%67.06%
HSB/HSV43°28.14%78.04%
CMYK0.00%8.04%28.14%
21.96%

Color #C7B78F in popluar number systems.

HEXC7B78F
Decimal199183143
Binary110001111011011110001111
Octal307267217

Shades and tints

Shades of #C7B78F

#C7B78F
(199,183,143)
#B5A782
(181,167,130)
#A39775
(163,151,117)
#918768
(145,135,104)
#7F775B
(127,119,91)
#6D674E
(109,103,78)
#5B5741
(91,87,65)
#494734
(73,71,52)
#373727
(55,55,39)
#25271A
(37,39,26)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #C7B78F

#C7B78F
(199,183,143)
#CCBD99
(204,189,153)
#D1C3A3
(209,195,163)
#D6C9AD
(214,201,173)
#DBCFB7
(219,207,183)
#E0D5C1
(224,213,193)
#E5DBCB
(229,219,203)
#EAE1D5
(234,225,213)
#EFE7DF
(239,231,223)
#F4EDE9
(244,237,233)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B78F color. Also use rgb(199,183,143) instead hex code.

Text Font Color

.myTextColor { color: #C7B78F; }

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

This text font color is #C7B78F.


Background Color

.myBgColor { background-color: #C7B78F; }

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

This div background color is #C7B78F.


Border color

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

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

This div border color is #C7B78F.


Opacity

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

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

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

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

This text has shadow with #C7B78F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B78F on black background.


Color preview on white background

This text has color #C7B78F on white background.



Black color preview on #C7B78F background

This text has black color on #C7B78F background.


White color preview on #C7B78F background

This text has white color on #C7B78F background.