COLOR #CF996F

HEX: #CF996F
RGB: (207,153,111)

Color info

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

RGB color model

#CF996F color RGB value is (207,153,111).

  • red value is 207;
  • green value is 153;
  • blue value is 111.
RGB:
(207,153,111)
(81%,60%,44%)

RGB channels and saturation

R 207 of 255 = 81%
G 153 of 255 = 60%
B 111 of 255 = 44%

207
153
111

R + G + B ~ 62%. #CF996F is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 153 + 111 = 471 (100%)
R 207 of 471 ~ 43.95%
G 153 of 471 ~ 32.48%
B 111 of 471 ~ 23.57%

%43.95
%32.48
%23.57

CMYK color model

#CF996F color CMYK value is (0,26,46,19).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 46.38%
  • key color value is 18.82%
CMYK:
(0,26,46,19)
C0M26Y46K19 
(0%,26%,46%,19%)
(0.00/0.26/0.46/0.19)	

CMYK percentages

%0
%26.09
%46.38
%18.82

Codes

Color #CF996F in popluar color models

CF996F
RGB207153111
HSL26°50.00%62.35%
HSB/HSV26°46.38%81.18%
CMYK0.00%26.09%46.38%
18.82%

Color #CF996F in popluar number systems.

HEXCF996F
Decimal207153111
Binary11001111100110011101111
Octal317231157

Shades and tints

Shades of #CF996F

#CF996F
(207,153,111)
#BD8C65
(189,140,101)
#AB7F5B
(171,127,91)
#997251
(153,114,81)
#876547
(135,101,71)
#75583D
(117,88,61)
#634B33
(99,75,51)
#513E29
(81,62,41)
#3F311F
(63,49,31)
#2D2415
(45,36,21)
#1B170B
(27,23,11)
#000000
(0,0,0)

Tints of #CF996F

#CF996F
(207,153,111)
#D3A27C
(211,162,124)
#D7AB89
(215,171,137)
#DBB496
(219,180,150)
#DFBDA3
(223,189,163)
#E3C6B0
(227,198,176)
#E7CFBD
(231,207,189)
#EBD8CA
(235,216,202)
#EFE1D7
(239,225,215)
#F3EAE4
(243,234,228)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF996F color. Also use rgb(207,153,111) instead hex code.

Text Font Color

.myTextColor { color: #CF996F; }

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

This text font color is #CF996F.


Background Color

.myBgColor { background-color: #CF996F; }

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

This div background color is #CF996F.


Border color

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

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

This div border color is #CF996F.


Opacity

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

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

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

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

This text has shadow with #CF996F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF996F on black background.


Color preview on white background

This text has color #CF996F on white background.



Black color preview on #CF996F background

This text has black color on #CF996F background.


White color preview on #CF996F background

This text has white color on #CF996F background.