COLOR #FFCF8A

HEX: #FFCF8A
RGB: (255,207,138)

Color info

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

RGB color model

#FFCF8A color RGB value is (255,207,138).

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

RGB channels and saturation

R 255 of 255 = 100%
G 207 of 255 = 81%
B 138 of 255 = 54%

255
207
138

R + G + B ~ 78%. #FFCF8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 207 + 138 = 600 (100%)
R 255 of 600 ~ 42.5%
G 207 of 600 ~ 34.5%
B 138 of 600 ~ 23%

%42.5
%34.5
%23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 45.88%
  • key color value is 0.00%
CMYK:
(0,19,46,0)
C0M19Y46K0 
(0%,19%,46%,0%)
(0.00/0.19/0.46/0.00)	

CMYK percentages

%0
%18.82
%45.88
%0

Codes

Color #FFCF8A in popluar color models

FFCF8A
RGB255207138
HSL35°100.00%77.06%
HSB/HSV35°45.88%100.00%
CMYK0.00%18.82%45.88%
0.00%

Color #FFCF8A in popluar number systems.

HEXFFCF8A
Decimal255207138
Binary111111111100111110001010
Octal377317212

Shades and tints

Shades of #FFCF8A

#FFCF8A
(255,207,138)
#E8BD7E
(232,189,126)
#D1AB72
(209,171,114)
#BA9966
(186,153,102)
#A3875A
(163,135,90)
#8C754E
(140,117,78)
#756342
(117,99,66)
#5E5136
(94,81,54)
#473F2A
(71,63,42)
#302D1E
(48,45,30)
#191B12
(25,27,18)
#000000
(0,0,0)

Tints of #FFCF8A

#FFCF8A
(255,207,138)
#FFD394
(255,211,148)
#FFD79E
(255,215,158)
#FFDBA8
(255,219,168)
#FFDFB2
(255,223,178)
#FFE3BC
(255,227,188)
#FFE7C6
(255,231,198)
#FFEBD0
(255,235,208)
#FFEFDA
(255,239,218)
#FFF3E4
(255,243,228)
#FFF7EE
(255,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCF8A; }

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

This text font color is #FFCF8A.


Background Color

.myBgColor { background-color: #FFCF8A; }

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

This div background color is #FFCF8A.


Border color

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

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

This div border color is #FFCF8A.


Opacity

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

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

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

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

This text has shadow with #FFCF8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCF8A on black background.


Color preview on white background

This text has color #FFCF8A on white background.



Black color preview on #FFCF8A background

This text has black color on #FFCF8A background.


White color preview on #FFCF8A background

This text has white color on #FFCF8A background.