COLOR #C6BE87

HEX: #C6BE87 RGB: (198,190,135)

Color info

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

RGB color model

#C6BE87 color RGB value is (198,190,135).

RGB: (198,190,135) (78%, 75%, 53%)

RGB channels and saturation

R 198 of 255 = 78%
G 190 of 255 = 75%
B 135 of 255 = 53%

198
190
135

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

Portions of RGB colors in percentages

R + G + B = 198 + 190 + 135 = 523 (100%)
R 198 of 523 ~ 37.86%
G 190 of 523 ~ 36.33%
B 135 of 523 ~ 25.81'%

%37.86
%36.33
%25.81

CMYK color model

#C6BE87 color CMYK value is (0,4,32,22).

  • cyan value is 0.00%
  • magenta value is 4.04%
  • yellow value is 31.82%
  • key color value is 22.35%

CMYK: (0,4,32,22)
C0M4Y32K22 (0%, 4%, 32%, 22%)
(0.00 / 0.04 / 0.32 / 0.22)

CMYK percentages

%0
%4.04
%31.82
%22.35

Codes

Color #C6BE87 in popluar color models

C6 BE 87
RGB 198 190 135
HSL 52° 35.59% 65.29%
HSB/HSV 52° 31.82% 77.65%
CMYK 0.00% 4.04% 31.82%
22.35%

Color #C6BE87 in popluar number systems.

HEX C6 BE 87
Decimal 198 190 135
Binary 11000110 10111110 10000111
Octal 306 276 207

Shades and tints

Shades of #C6BE87

#C6BE87
(198,190,135)
#B4AD7B
(180,173,123)
#A29C6F
(162,156,111)
#908B63
(144,139,99)
#7E7A57
(126,122,87)
#6C694B
(108,105,75)
#5A583F
(90,88,63)
#484733
(72,71,51)
#363627
(54,54,39)
#24251B
(36,37,27)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #C6BE87

#C6BE87
(198,190,135)
#CBC391
(203,195,145)
#D0C89B
(208,200,155)
#D5CDA5
(213,205,165)
#DAD2AF
(218,210,175)
#DFD7B9
(223,215,185)
#E4DCC3
(228,220,195)
#E9E1CD
(233,225,205)
#EEE6D7
(238,230,215)
#F3EBE1
(243,235,225)
#F8F0EB
(248,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BE87 color. Also use rgb(198,190,135) instead hex code.

Text Font Color

.myTextColor { color: #C6BE87; }

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

This text font color is #C6BE87.

Background Color

.myBgColor { background-color: #C6BE87; }

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

This div background color is #C6BE87.

Border color

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

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

This div border color is #C6BE87.

Opacity

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

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

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

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

This text has shadow with #C6BE87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BE87.

Preview

Color preview on black background

This text has color #C6BE87 on black background.


Color preview on white background

This text has color #C6BE87 on white background.


Black color preview on #C6BE87 background

This text has black color on #C6BE87 background.


White color preview on #C6BE87 background

This text has white color on #C6BE87 background.


Related colors

Complementary color

Complementary color for #hex is #394178.


I love getcolorcode.com

Triadic colors

1 #87C6BE and #BE87C6 with #C6BE87 are triadic colors.

2 #87BEC6 and #BEC687 with #C6BE87 are triadic colors.