COLOR #C6BD77

HEX: #C6BD77
RGB: (198,189,119)

Color info

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

RGB color model

#C6BD77 color RGB value is (198,189,119).

  • red value is 198;
  • green value is 189;
  • blue value is 119.
RGB:
(198,189,119)
(78%,74%,47%)

RGB channels and saturation

R 198 of 255 = 78%
G 189 of 255 = 74%
B 119 of 255 = 47%

198
189
119

R + G + B ~ 66%. #C6BD77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 189 + 119 = 506 (100%)
R 198 of 506 ~ 39.13%
G 189 of 506 ~ 37.35%
B 119 of 506 ~ 23.52%

%39.13
%37.35
%23.52

CMYK color model

#C6BD77 color CMYK value is (0,5,40,22).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 39.90%
  • key color value is 22.35%
CMYK:
(0,5,40,22)
C0M5Y40K22 
(0%,5%,40%,22%)
(0.00/0.05/0.40/0.22)	

CMYK percentages

%0
%4.55
%39.9
%22.35

Codes

Color #C6BD77 in popluar color models

C6BD77
RGB198189119
HSL53°40.93%62.16%
HSB/HSV53°39.90%77.65%
CMYK0.00%4.55%39.90%
22.35%

Color #C6BD77 in popluar number systems.

HEXC6BD77
Decimal198189119
Binary11000110101111011110111
Octal306275167

Shades and tints

Shades of #C6BD77

#C6BD77
(198,189,119)
#B4AC6D
(180,172,109)
#A29B63
(162,155,99)
#908A59
(144,138,89)
#7E794F
(126,121,79)
#6C6845
(108,104,69)
#5A573B
(90,87,59)
#484631
(72,70,49)
#363527
(54,53,39)
#24241D
(36,36,29)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #C6BD77

#C6BD77
(198,189,119)
#CBC383
(203,195,131)
#D0C98F
(208,201,143)
#D5CF9B
(213,207,155)
#DAD5A7
(218,213,167)
#DFDBB3
(223,219,179)
#E4E1BF
(228,225,191)
#E9E7CB
(233,231,203)
#EEEDD7
(238,237,215)
#F3F3E3
(243,243,227)
#F8F9EF
(248,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BD77 color. Also use rgb(198,189,119) instead hex code.

Text Font Color

.myTextColor { color: #C6BD77; }

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

This text font color is #C6BD77.


Background Color

.myBgColor { background-color: #C6BD77; }

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

This div background color is #C6BD77.


Border color

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

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

This div border color is #C6BD77.


Opacity

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

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

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

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

This text has shadow with #C6BD77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BD77 on black background.


Color preview on white background

This text has color #C6BD77 on white background.



Black color preview on #C6BD77 background

This text has black color on #C6BD77 background.


White color preview on #C6BD77 background

This text has white color on #C6BD77 background.