COLOR #CFA696

HEX: #CFA696
RGB: (207,166,150)

Color info

#CFA696 contains red, green and blue colors in about the same proportion. Web safe color of #CFA696 is #CC9999 (or #C99).

RGB color model

#CFA696 color RGB value is (207,166,150).

  • red value is 207;
  • green value is 166;
  • blue value is 150.
RGB:
(207,166,150)
(81%,65%,59%)

RGB channels and saturation

R 207 of 255 = 81%
G 166 of 255 = 65%
B 150 of 255 = 59%

207
166
150

R + G + B ~ 68%. #CFA696 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 166 + 150 = 523 (100%)
R 207 of 523 ~ 39.58%
G 166 of 523 ~ 31.74%
B 150 of 523 ~ 28.68%

%39.58
%31.74
%28.68

CMYK color model

#CFA696 color CMYK value is (0,20,28,19).

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 27.54%
  • key color value is 18.82%
CMYK:
(0,20,28,19)
C0M20Y28K19 
(0%,20%,28%,19%)
(0.00/0.20/0.28/0.19)	

CMYK percentages

%0
%19.81
%27.54
%18.82

Codes

Color #CFA696 in popluar color models

CFA696
RGB207166150
HSL17°37.25%70.00%
HSB/HSV17°27.54%81.18%
CMYK0.00%19.81%27.54%
18.82%

Color #CFA696 in popluar number systems.

HEXCFA696
Decimal207166150
Binary110011111010011010010110
Octal317246226

Shades and tints

Shades of #CFA696

#CFA696
(207,166,150)
#BD9789
(189,151,137)
#AB887C
(171,136,124)
#99796F
(153,121,111)
#876A62
(135,106,98)
#755B55
(117,91,85)
#634C48
(99,76,72)
#513D3B
(81,61,59)
#3F2E2E
(63,46,46)
#2D1F21
(45,31,33)
#1B1014
(27,16,20)
#000000
(0,0,0)

Tints of #CFA696

#CFA696
(207,166,150)
#D3AE9F
(211,174,159)
#D7B6A8
(215,182,168)
#DBBEB1
(219,190,177)
#DFC6BA
(223,198,186)
#E3CEC3
(227,206,195)
#E7D6CC
(231,214,204)
#EBDED5
(235,222,213)
#EFE6DE
(239,230,222)
#F3EEE7
(243,238,231)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA696 color. Also use rgb(207,166,150) instead hex code.

Text Font Color

.myTextColor { color: #CFA696; }

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

This text font color is #CFA696.


Background Color

.myBgColor { background-color: #CFA696; }

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

This div background color is #CFA696.


Border color

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

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

This div border color is #CFA696.


Opacity

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

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

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

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

This text has shadow with #CFA696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA696 on black background.


Color preview on white background

This text has color #CFA696 on white background.



Black color preview on #CFA696 background

This text has black color on #CFA696 background.


White color preview on #CFA696 background

This text has white color on #CFA696 background.