COLOR #FFCF9F

HEX: #FFCF9F
RGB: (255,207,159)

Color info

#FFCF9F contains mainly red and green colors. Web safe color of #FFCF9F is #FFCC99 (or #FC9).

RGB color model

#FFCF9F color RGB value is (255,207,159).

  • red value is 255;
  • green value is 207;
  • blue value is 159.
RGB:
(255,207,159)
(100%,81%,62%)

RGB channels and saturation

R 255 of 255 = 100%
G 207 of 255 = 81%
B 159 of 255 = 62%

255
207
159

R + G + B ~ 81%. #FFCF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 207 + 159 = 621 (100%)
R 255 of 621 ~ 41.06%
G 207 of 621 ~ 33.33%
B 159 of 621 ~ 25.6%

%41.06
%33.33
%25.6

CMYK color model

#FFCF9F color CMYK value is (0,19,38,0).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 37.65%
  • key color value is 0.00%
CMYK:
(0,19,38,0)
C0M19Y38K0 
(0%,19%,38%,0%)
(0.00/0.19/0.38/0.00)	

CMYK percentages

%0
%18.82
%37.65
%0

Codes

Color #FFCF9F in popluar color models

FFCF9F
RGB255207159
HSL30°100.00%81.18%
HSB/HSV30°37.65%100.00%
CMYK0.00%18.82%37.65%
0.00%

Color #FFCF9F in popluar number systems.

HEXFFCF9F
Decimal255207159
Binary111111111100111110011111
Octal377317237

Shades and tints

Shades of #FFCF9F

#FFCF9F
(255,207,159)
#E8BD91
(232,189,145)
#D1AB83
(209,171,131)
#BA9975
(186,153,117)
#A38767
(163,135,103)
#8C7559
(140,117,89)
#75634B
(117,99,75)
#5E513D
(94,81,61)
#473F2F
(71,63,47)
#302D21
(48,45,33)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #FFCF9F

#FFCF9F
(255,207,159)
#FFD3A7
(255,211,167)
#FFD7AF
(255,215,175)
#FFDBB7
(255,219,183)
#FFDFBF
(255,223,191)
#FFE3C7
(255,227,199)
#FFE7CF
(255,231,207)
#FFEBD7
(255,235,215)
#FFEFDF
(255,239,223)
#FFF3E7
(255,243,231)
#FFF7EF
(255,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCF9F color. Also use rgb(255,207,159) instead hex code.

Text Font Color

.myTextColor { color: #FFCF9F; }

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

This text font color is #FFCF9F.


Background Color

.myBgColor { background-color: #FFCF9F; }

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

This div background color is #FFCF9F.


Border color

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

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

This div border color is #FFCF9F.


Opacity

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

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

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

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

This text has shadow with #FFCF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCF9F on black background.


Color preview on white background

This text has color #FFCF9F on white background.



Black color preview on #FFCF9F background

This text has black color on #FFCF9F background.


White color preview on #FFCF9F background

This text has white color on #FFCF9F background.