COLOR #C7BF89

HEX: #C7BF89 RGB: (199,191,137)

Color info

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

RGB color model

#C7BF89 color RGB value is (199,191,137).

RGB: (199,191,137) (78%, 75%, 54%)

RGB channels and saturation

R 199 of 255 = 78%
G 191 of 255 = 75%
B 137 of 255 = 54%

199
191
137

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

Portions of RGB colors in percentages

R + G + B = 199 + 191 + 137 = 527 (100%)
R 199 of 527 ~ 37.76%
G 191 of 527 ~ 36.24%
B 137 of 527 ~ 26'%

%37.76
%36.24
%26

CMYK color model

#C7BF89 color CMYK value is (0,4,31,22).

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 31.16%
  • key color value is 21.96%

CMYK: (0,4,31,22)
C0M4Y31K22 (0%, 4%, 31%, 22%)
(0.00 / 0.04 / 0.31 / 0.22)

CMYK percentages

%0
%4.02
%31.16
%21.96

Codes

Color #C7BF89 in popluar color models

C7 BF 89
RGB 199 191 137
HSL 52° 35.63% 65.88%
HSB/HSV 52° 31.16% 78.04%
CMYK 0.00% 4.02% 31.16%
21.96%

Color #C7BF89 in popluar number systems.

HEX C7 BF 89
Decimal 199 191 137
Binary 11000111 10111111 10001001
Octal 307 277 211

Shades and tints

Shades of #C7BF89

#C7BF89
(199,191,137)
#B5AE7D
(181,174,125)
#A39D71
(163,157,113)
#918C65
(145,140,101)
#7F7B59
(127,123,89)
#6D6A4D
(109,106,77)
#5B5941
(91,89,65)
#494835
(73,72,53)
#373729
(55,55,41)
#25261D
(37,38,29)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #C7BF89

#C7BF89
(199,191,137)
#CCC493
(204,196,147)
#D1C99D
(209,201,157)
#D6CEA7
(214,206,167)
#DBD3B1
(219,211,177)
#E0D8BB
(224,216,187)
#E5DDC5
(229,221,197)
#EAE2CF
(234,226,207)
#EFE7D9
(239,231,217)
#F4ECE3
(244,236,227)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BF89 color. Also use rgb(199,191,137) instead hex code.

Text Font Color

.myTextColor { color: #C7BF89; }

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

This text font color is #C7BF89.

Background Color

.myBgColor { background-color: #C7BF89; }

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

This div background color is #C7BF89.

Border color

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

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

This div border color is #C7BF89.

Opacity

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

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

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

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

This text has shadow with #C7BF89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BF89.

Preview

Color preview on black background

This text has color #C7BF89 on black background.


Color preview on white background

This text has color #C7BF89 on white background.


Black color preview on #C7BF89 background

This text has black color on #C7BF89 background.


White color preview on #C7BF89 background

This text has white color on #C7BF89 background.


Related colors

Complementary color

Complementary color for #hex is #384076.


I love getcolorcode.com

Triadic colors

1 #89C7BF and #BF89C7 with #C7BF89 are triadic colors.

2 #89BFC7 and #BFC789 with #C7BF89 are triadic colors.