COLOR #C7BD8A

HEX: #C7BD8A
RGB: (199,189,138)

Color info

#C7BD8A contains mainly red and green colors. Web safe color of #C7BD8A is #CCCC99 (or #CC9).

RGB color model

#C7BD8A color RGB value is (199,189,138).

  • red value is 199;
  • green value is 189;
  • blue value is 138.
RGB:
(199,189,138)
(78%,74%,54%)

RGB channels and saturation

R 199 of 255 = 78%
G 189 of 255 = 74%
B 138 of 255 = 54%

199
189
138

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

Portions of RGB colors in percentages

R + G + B =
199 + 189 + 138 = 526 (100%)
R 199 of 526 ~ 37.83%
G 189 of 526 ~ 35.93%
B 138 of 526 ~ 26.24%

%37.83
%35.93
%26.24

CMYK color model

#C7BD8A color CMYK value is (0,5,31,22).

  • cyan value is 0.00%
  • magenta value is 5.03%
  • yellow value is 30.65%
  • key color value is 21.96%
CMYK:
(0,5,31,22)
C0M5Y31K22 
(0%,5%,31%,22%)
(0.00/0.05/0.31/0.22)	

CMYK percentages

%0
%5.03
%30.65
%21.96

Codes

Color #C7BD8A in popluar color models

C7BD8A
RGB199189138
HSL50°35.26%66.08%
HSB/HSV50°30.65%78.04%
CMYK0.00%5.03%30.65%
21.96%

Color #C7BD8A in popluar number systems.

HEXC7BD8A
Decimal199189138
Binary110001111011110110001010
Octal307275212

Shades and tints

Shades of #C7BD8A

#C7BD8A
(199,189,138)
#B5AC7E
(181,172,126)
#A39B72
(163,155,114)
#918A66
(145,138,102)
#7F795A
(127,121,90)
#6D684E
(109,104,78)
#5B5742
(91,87,66)
#494636
(73,70,54)
#37352A
(55,53,42)
#25241E
(37,36,30)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #C7BD8A

#C7BD8A
(199,189,138)
#CCC394
(204,195,148)
#D1C99E
(209,201,158)
#D6CFA8
(214,207,168)
#DBD5B2
(219,213,178)
#E0DBBC
(224,219,188)
#E5E1C6
(229,225,198)
#EAE7D0
(234,231,208)
#EFEDDA
(239,237,218)
#F4F3E4
(244,243,228)
#F9F9EE
(249,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BD8A color. Also use rgb(199,189,138) instead hex code.

Text Font Color

.myTextColor { color: #C7BD8A; }

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

This text font color is #C7BD8A.


Background Color

.myBgColor { background-color: #C7BD8A; }

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

This div background color is #C7BD8A.


Border color

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

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

This div border color is #C7BD8A.


Opacity

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

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

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

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

This text has shadow with #C7BD8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BD8A on black background.


Color preview on white background

This text has color #C7BD8A on white background.



Black color preview on #C7BD8A background

This text has black color on #C7BD8A background.


White color preview on #C7BD8A background

This text has white color on #C7BD8A background.