COLOR #CFA397

HEX: #CFA397
RGB: (207,163,151)

Color info

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

RGB color model

#CFA397 color RGB value is (207,163,151).

  • red value is 207;
  • green value is 163;
  • blue value is 151.
RGB:
(207,163,151)
(81%,64%,59%)

RGB channels and saturation

R 207 of 255 = 81%
G 163 of 255 = 64%
B 151 of 255 = 59%

207
163
151

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

Portions of RGB colors in percentages

R + G + B =
207 + 163 + 151 = 521 (100%)
R 207 of 521 ~ 39.73%
G 163 of 521 ~ 31.29%
B 151 of 521 ~ 28.98%

%39.73
%31.29
%28.98

CMYK color model

#CFA397 color CMYK value is (0,21,27,19).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 27.05%
  • key color value is 18.82%
CMYK:
(0,21,27,19)
C0M21Y27K19 
(0%,21%,27%,19%)
(0.00/0.21/0.27/0.19)	

CMYK percentages

%0
%21.26
%27.05
%18.82

Codes

Color #CFA397 in popluar color models

CFA397
RGB207163151
HSL13°36.84%70.20%
HSB/HSV13°27.05%81.18%
CMYK0.00%21.26%27.05%
18.82%

Color #CFA397 in popluar number systems.

HEXCFA397
Decimal207163151
Binary110011111010001110010111
Octal317243227

Shades and tints

Shades of #CFA397

#CFA397
(207,163,151)
#BD958A
(189,149,138)
#AB877D
(171,135,125)
#997970
(153,121,112)
#876B63
(135,107,99)
#755D56
(117,93,86)
#634F49
(99,79,73)
#51413C
(81,65,60)
#3F332F
(63,51,47)
#2D2522
(45,37,34)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #CFA397

#CFA397
(207,163,151)
#D3ABA0
(211,171,160)
#D7B3A9
(215,179,169)
#DBBBB2
(219,187,178)
#DFC3BB
(223,195,187)
#E3CBC4
(227,203,196)
#E7D3CD
(231,211,205)
#EBDBD6
(235,219,214)
#EFE3DF
(239,227,223)
#F3EBE8
(243,235,232)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA397 color. Also use rgb(207,163,151) instead hex code.

Text Font Color

.myTextColor { color: #CFA397; }

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

This text font color is #CFA397.


Background Color

.myBgColor { background-color: #CFA397; }

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

This div background color is #CFA397.


Border color

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

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

This div border color is #CFA397.


Opacity

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

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

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

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

This text has shadow with #CFA397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA397 on black background.


Color preview on white background

This text has color #CFA397 on white background.



Black color preview on #CFA397 background

This text has black color on #CFA397 background.


White color preview on #CFA397 background

This text has white color on #CFA397 background.