COLOR #C7B66E

HEX: #C7B66E RGB: (199,182,110)

Color info

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

RGB color model

#C7B66E color RGB value is (199,182,110).

RGB: (199,182,110) (78%, 71%, 43%)

RGB channels and saturation

R 199 of 255 = 78%
G 182 of 255 = 71%
B 110 of 255 = 43%

199
182
110

R + G + B ~ 64%. #C7B66E is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 182 + 110 = 491 (100%)
R 199 of 491 ~ 40.53%
G 182 of 491 ~ 37.07%
B 110 of 491 ~ 22.4'%

%40.53
%37.07
%22.4

CMYK color model

#C7B66E color CMYK value is (0,9,45,22).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 44.72%
  • key color value is 21.96%

CMYK: (0,9,45,22)
C0M9Y45K22 (0%, 9%, 45%, 22%)
(0.00 / 0.09 / 0.45 / 0.22)

CMYK percentages

%0
%8.54
%44.72
%21.96

Codes

Color #C7B66E in popluar color models

C7 B6 6E
RGB 199 182 110
HSL 49° 44.28% 60.59%
HSB/HSV 49° 44.72% 78.04%
CMYK 0.00% 8.54% 44.72%
21.96%

Color #C7B66E in popluar number systems.

HEX C7 B6 6E
Decimal 199 182 110
Binary 11000111 10110110 1101110
Octal 307 266 156

Shades and tints

Shades of #C7B66E

#C7B66E
(199,182,110)
#B5A664
(181,166,100)
#A3965A
(163,150,90)
#918650
(145,134,80)
#7F7646
(127,118,70)
#6D663C
(109,102,60)
#5B5632
(91,86,50)
#494628
(73,70,40)
#37361E
(55,54,30)
#252614
(37,38,20)
#13160A
(19,22,10)
#000000
(0,0,0)

Tints of #C7B66E

#C7B66E
(199,182,110)
#CCBC7B
(204,188,123)
#D1C288
(209,194,136)
#D6C895
(214,200,149)
#DBCEA2
(219,206,162)
#E0D4AF
(224,212,175)
#E5DABC
(229,218,188)
#EAE0C9
(234,224,201)
#EFE6D6
(239,230,214)
#F4ECE3
(244,236,227)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B66E color. Also use rgb(199,182,110) instead hex code.

Text Font Color

.myTextColor { color: #C7B66E; }

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

This text font color is #C7B66E.

Background Color

.myBgColor { background-color: #C7B66E; }

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

This div background color is #C7B66E.

Border color

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

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

This div border color is #C7B66E.

Opacity

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

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

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

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

This text has shadow with #C7B66E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B66E.

Preview

Color preview on black background

This text has color #C7B66E on black background.


Color preview on white background

This text has color #C7B66E on white background.


Black color preview on #C7B66E background

This text has black color on #C7B66E background.


White color preview on #C7B66E background

This text has white color on #C7B66E background.


Related colors

Complementary color

Complementary color for #hex is #384991.


I love getcolorcode.com

Triadic colors

1 #6EC7B6 and #B66EC7 with #C7B66E are triadic colors.

2 #6EB6C7 and #B6C76E with #C7B66E are triadic colors.