COLOR #C7997F

HEX: #C7997F RGB: (199,153,127)

Color info

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

RGB color model

#C7997F color RGB value is (199,153,127).

RGB: (199,153,127) (78%, 60%, 50%)

RGB channels and saturation

R 199 of 255 = 78%
G 153 of 255 = 60%
B 127 of 255 = 50%

199
153
127

R + G + B ~ 63%. #C7997F is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 153 + 127 = 479 (100%)
R 199 of 479 ~ 41.54%
G 153 of 479 ~ 31.94%
B 127 of 479 ~ 26.51'%

%41.54
%31.94
%26.51

CMYK color model

#C7997F color CMYK value is (0,23,36,22).

  • cyan value is 0.00%
  • magenta value is 23.12%
  • yellow value is 36.18%
  • key color value is 21.96%
CMYK: (0,23,36,22) C0M23Y36K22 (0%,23%,36%,22%) (0.00/0.23/0.36/0.22) 

CMYK percentages

%0
%23.12
%36.18
%21.96

Codes

Color #C7997F in popluar color models

C7 99 7F
RGB 199 153 127
HSL 22° 39.13% 63.92%
HSB/HSV 22° 36.18% 78.04%
CMYK 0.00% 23.12% 36.18%
21.96%

Color #C7997F in popluar number systems.

HEX C7 99 7F
Decimal 199 153 127
Binary 11000111 10011001 1111111
Octal 307 231 177

Shades and tints

Shades of #C7997F

#C7997F
(199,153,127)
#B58C74
(181,140,116)
#A37F69
(163,127,105)
#91725E
(145,114,94)
#7F6553
(127,101,83)
#6D5848
(109,88,72)
#5B4B3D
(91,75,61)
#493E32
(73,62,50)
#373127
(55,49,39)
#25241C
(37,36,28)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #C7997F

#C7997F
(199,153,127)
#CCA28A
(204,162,138)
#D1AB95
(209,171,149)
#D6B4A0
(214,180,160)
#DBBDAB
(219,189,171)
#E0C6B6
(224,198,182)
#E5CFC1
(229,207,193)
#EAD8CC
(234,216,204)
#EFE1D7
(239,225,215)
#F4EAE2
(244,234,226)
#F9F3ED
(249,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7997F; }

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

This text font color is #C7997F.

Background Color

.myBgColor { background-color: #C7997F; }

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

This div background color is #C7997F.

Border color

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

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

This div border color is #C7997F.

Opacity

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

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

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

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

This text has shadow with #C7997F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7997F.

Preview

Color preview on black background

This text has color #C7997F on black background.


Color preview on white background

This text has color #C7997F on white background.


Black color preview on #C7997F background

This text has black color on #C7997F background.


White color preview on #C7997F background

This text has white color on #C7997F background.


Related colors

Complementary color

Complementary color for #hex is #386680.


I love getcolorcode.com

Triadic colors

1 #7FC799 and #997FC7 with #C7997F are triadic colors.

2 #7F99C7 and #99C77F with #C7997F are triadic colors.