COLOR #C7996B

HEX: #C7996B
RGB: (199,153,107)

Color info

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

RGB color model

#C7996B color RGB value is (199,153,107).

  • red value is 199;
  • green value is 153;
  • blue value is 107.
RGB:
(199,153,107)
(78%,60%,42%)

RGB channels and saturation

R 199 of 255 = 78%
G 153 of 255 = 60%
B 107 of 255 = 42%

199
153
107

R + G + B ~ 60%. #C7996B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
199 + 153 + 107 = 459 (100%)
R 199 of 459 ~ 43.36%
G 153 of 459 ~ 33.33%
B 107 of 459 ~ 23.31%

%43.36
%33.33
%23.31

CMYK color model

#C7996B color CMYK value is (0,23,46,22).

  • cyan value is 0.00%
  • magenta value is 23.12%
  • yellow value is 46.23%
  • key color value is 21.96%
CMYK:
(0,23,46,22)
C0M23Y46K22 
(0%,23%,46%,22%)
(0.00/0.23/0.46/0.22)	

CMYK percentages

%0
%23.12
%46.23
%21.96

Codes

Color #C7996B in popluar color models

C7996B
RGB199153107
HSL30°45.10%60.00%
HSB/HSV30°46.23%78.04%
CMYK0.00%23.12%46.23%
21.96%

Color #C7996B in popluar number systems.

HEXC7996B
Decimal199153107
Binary11000111100110011101011
Octal307231153

Shades and tints

Shades of #C7996B

#C7996B
(199,153,107)
#B58C62
(181,140,98)
#A37F59
(163,127,89)
#917250
(145,114,80)
#7F6547
(127,101,71)
#6D583E
(109,88,62)
#5B4B35
(91,75,53)
#493E2C
(73,62,44)
#373123
(55,49,35)
#25241A
(37,36,26)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #C7996B

#C7996B
(199,153,107)
#CCA278
(204,162,120)
#D1AB85
(209,171,133)
#D6B492
(214,180,146)
#DBBD9F
(219,189,159)
#E0C6AC
(224,198,172)
#E5CFB9
(229,207,185)
#EAD8C6
(234,216,198)
#EFE1D3
(239,225,211)
#F4EAE0
(244,234,224)
#F9F3ED
(249,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7996B; }

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

This text font color is #C7996B.


Background Color

.myBgColor { background-color: #C7996B; }

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

This div background color is #C7996B.


Border color

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

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

This div border color is #C7996B.


Opacity

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

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

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

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

This text has shadow with #C7996B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7996B on black background.


Color preview on white background

This text has color #C7996B on white background.



Black color preview on #C7996B background

This text has black color on #C7996B background.


White color preview on #C7996B background

This text has white color on #C7996B background.