COLOR #C6BB7E

HEX: #C6BB7E
RGB: (198,187,126)

Color info

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

RGB color model

#C6BB7E color RGB value is (198,187,126).

  • red value is 198;
  • green value is 187;
  • blue value is 126.
RGB:
(198,187,126)
(78%,73%,49%)

RGB channels and saturation

R 198 of 255 = 78%
G 187 of 255 = 73%
B 126 of 255 = 49%

198
187
126

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

Portions of RGB colors in percentages

R + G + B =
198 + 187 + 126 = 511 (100%)
R 198 of 511 ~ 38.75%
G 187 of 511 ~ 36.59%
B 126 of 511 ~ 24.66%

%38.75
%36.59
%24.66

CMYK color model

#C6BB7E color CMYK value is (0,6,36,22).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 36.36%
  • key color value is 22.35%
CMYK:
(0,6,36,22)
C0M6Y36K22 
(0%,6%,36%,22%)
(0.00/0.06/0.36/0.22)	

CMYK percentages

%0
%5.56
%36.36
%22.35

Codes

Color #C6BB7E in popluar color models

C6BB7E
RGB198187126
HSL51°38.71%63.53%
HSB/HSV51°36.36%77.65%
CMYK0.00%5.56%36.36%
22.35%

Color #C6BB7E in popluar number systems.

HEXC6BB7E
Decimal198187126
Binary11000110101110111111110
Octal306273176

Shades and tints

Shades of #C6BB7E

#C6BB7E
(198,187,126)
#B4AA73
(180,170,115)
#A29968
(162,153,104)
#90885D
(144,136,93)
#7E7752
(126,119,82)
#6C6647
(108,102,71)
#5A553C
(90,85,60)
#484431
(72,68,49)
#363326
(54,51,38)
#24221B
(36,34,27)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #C6BB7E

#C6BB7E
(198,187,126)
#CBC189
(203,193,137)
#D0C794
(208,199,148)
#D5CD9F
(213,205,159)
#DAD3AA
(218,211,170)
#DFD9B5
(223,217,181)
#E4DFC0
(228,223,192)
#E9E5CB
(233,229,203)
#EEEBD6
(238,235,214)
#F3F1E1
(243,241,225)
#F8F7EC
(248,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BB7E; }

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

This text font color is #C6BB7E.


Background Color

.myBgColor { background-color: #C6BB7E; }

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

This div background color is #C6BB7E.


Border color

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

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

This div border color is #C6BB7E.


Opacity

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

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

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

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

This text has shadow with #C6BB7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BB7E on black background.


Color preview on white background

This text has color #C6BB7E on white background.



Black color preview on #C6BB7E background

This text has black color on #C6BB7E background.


White color preview on #C6BB7E background

This text has white color on #C6BB7E background.