COLOR #C6BF7E

HEX: #C6BF7E RGB: (198,191,126)

Color info

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

RGB color model

#C6BF7E color RGB value is (198,191,126).

RGB: (198,191,126) (78%, 75%, 49%)

RGB channels and saturation

R 198 of 255 = 78%
G 191 of 255 = 75%
B 126 of 255 = 49%

198
191
126

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

Portions of RGB colors in percentages

R + G + B = 198 + 191 + 126 = 515 (100%)
R 198 of 515 ~ 38.45%
G 191 of 515 ~ 37.09%
B 126 of 515 ~ 24.47'%

%38.45
%37.09
%24.47

CMYK color model

#C6BF7E color CMYK value is (0,4,36,22).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 36.36%
  • key color value is 22.35%

CMYK: (0,4,36,22)
C0M4Y36K22 (0%, 4%, 36%, 22%)
(0.00 / 0.04 / 0.36 / 0.22)

CMYK percentages

%0
%3.54
%36.36
%22.35

Codes

Color #C6BF7E in popluar color models

C6 BF 7E
RGB 198 191 126
HSL 54° 38.71% 63.53%
HSB/HSV 54° 36.36% 77.65%
CMYK 0.00% 3.54% 36.36%
22.35%

Color #C6BF7E in popluar number systems.

HEX C6 BF 7E
Decimal 198 191 126
Binary 11000110 10111111 1111110
Octal 306 277 176

Shades and tints

Shades of #C6BF7E

#C6BF7E
(198,191,126)
#B4AE73
(180,174,115)
#A29D68
(162,157,104)
#908C5D
(144,140,93)
#7E7B52
(126,123,82)
#6C6A47
(108,106,71)
#5A593C
(90,89,60)
#484831
(72,72,49)
#363726
(54,55,38)
#24261B
(36,38,27)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #C6BF7E

#C6BF7E
(198,191,126)
#CBC489
(203,196,137)
#D0C994
(208,201,148)
#D5CE9F
(213,206,159)
#DAD3AA
(218,211,170)
#DFD8B5
(223,216,181)
#E4DDC0
(228,221,192)
#E9E2CB
(233,226,203)
#EEE7D6
(238,231,214)
#F3ECE1
(243,236,225)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BF7E color. Also use rgb(198,191,126) instead hex code.

Text Font Color

.myTextColor { color: #C6BF7E; }

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

This text font color is #C6BF7E.

Background Color

.myBgColor { background-color: #C6BF7E; }

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

This div background color is #C6BF7E.

Border color

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

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

This div border color is #C6BF7E.

Opacity

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

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

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

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

This text has shadow with #C6BF7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BF7E.

Preview

Color preview on black background

This text has color #C6BF7E on black background.


Color preview on white background

This text has color #C6BF7E on white background.


Black color preview on #C6BF7E background

This text has black color on #C6BF7E background.


White color preview on #C6BF7E background

This text has white color on #C6BF7E background.


Related colors

Complementary color

Complementary color for #hex is #394081.


I love getcolorcode.com

Triadic colors

1 #7EC6BF and #BF7EC6 with #C6BF7E are triadic colors.

2 #7EBFC6 and #BFC67E with #C6BF7E are triadic colors.