COLOR #C7B17F

HEX: #C7B17F RGB: (199,177,127)

Color info

#C7B17F contains mainly red and green colors. Web safe color of #C7B17F is #CC9966 (or #C96).

RGB color model

#C7B17F color RGB value is (199,177,127).

RGB: (199,177,127) (78%, 69%, 50%)

RGB channels and saturation

R 199 of 255 = 78%
G 177 of 255 = 69%
B 127 of 255 = 50%

199
177
127

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

Portions of RGB colors in percentages

R + G + B = 199 + 177 + 127 = 503 (100%)
R 199 of 503 ~ 39.56%
G 177 of 503 ~ 35.19%
B 127 of 503 ~ 25.25'%

%39.56
%35.19
%25.25

CMYK color model

#C7B17F color CMYK value is (0,11,36,22).

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 36.18%
  • key color value is 21.96%

CMYK: (0,11,36,22)
C0M11Y36K22 (0%, 11%, 36%, 22%)
(0.00 / 0.11 / 0.36 / 0.22)

CMYK percentages

%0
%11.06
%36.18
%21.96

Codes

Color #C7B17F in popluar color models

C7 B1 7F
RGB 199 177 127
HSL 42° 39.13% 63.92%
HSB/HSV 42° 36.18% 78.04%
CMYK 0.00% 11.06% 36.18%
21.96%

Color #C7B17F in popluar number systems.

HEX C7 B1 7F
Decimal 199 177 127
Binary 11000111 10110001 1111111
Octal 307 261 177

Shades and tints

Shades of #C7B17F

#C7B17F
(199,177,127)
#B5A174
(181,161,116)
#A39169
(163,145,105)
#91815E
(145,129,94)
#7F7153
(127,113,83)
#6D6148
(109,97,72)
#5B513D
(91,81,61)
#494132
(73,65,50)
#373127
(55,49,39)
#25211C
(37,33,28)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #C7B17F

#C7B17F
(199,177,127)
#CCB88A
(204,184,138)
#D1BF95
(209,191,149)
#D6C6A0
(214,198,160)
#DBCDAB
(219,205,171)
#E0D4B6
(224,212,182)
#E5DBC1
(229,219,193)
#EAE2CC
(234,226,204)
#EFE9D7
(239,233,215)
#F4F0E2
(244,240,226)
#F9F7ED
(249,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B17F color. Also use rgb(199,177,127) instead hex code.

Text Font Color

.myTextColor { color: #C7B17F; }

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

This text font color is #C7B17F.

Background Color

.myBgColor { background-color: #C7B17F; }

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

This div background color is #C7B17F.

Border color

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

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

This div border color is #C7B17F.

Opacity

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

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

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

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

This text has shadow with #C7B17F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B17F.

Preview

Color preview on black background

This text has color #C7B17F on black background.


Color preview on white background

This text has color #C7B17F on white background.


Black color preview on #C7B17F background

This text has black color on #C7B17F background.


White color preview on #C7B17F background

This text has white color on #C7B17F background.


Related colors

Complementary color

Complementary color for #hex is #384E80.


I love getcolorcode.com

Triadic colors

1 #7FC7B1 and #B17FC7 with #C7B17F are triadic colors.

2 #7FB1C7 and #B1C77F with #C7B17F are triadic colors.