COLOR #FFC686

HEX: #FFC686
RGB: (255,198,134)

Color info

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

RGB color model

#FFC686 color RGB value is (255,198,134).

  • red value is 255;
  • green value is 198;
  • blue value is 134.
RGB:
(255,198,134)
(100%,78%,53%)

RGB channels and saturation

R 255 of 255 = 100%
G 198 of 255 = 78%
B 134 of 255 = 53%

255
198
134

R + G + B ~ 77%. #FFC686 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 198 + 134 = 587 (100%)
R 255 of 587 ~ 43.44%
G 198 of 587 ~ 33.73%
B 134 of 587 ~ 22.83%

%43.44
%33.73
%22.83

CMYK color model

#FFC686 color CMYK value is (0,22,47,0).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 47.45%
  • key color value is 0.00%
CMYK:
(0,22,47,0)
C0M22Y47K0 
(0%,22%,47%,0%)
(0.00/0.22/0.47/0.00)	

CMYK percentages

%0
%22.35
%47.45
%0

Codes

Color #FFC686 in popluar color models

FFC686
RGB255198134
HSL32°100.00%76.27%
HSB/HSV32°47.45%100.00%
CMYK0.00%22.35%47.45%
0.00%

Color #FFC686 in popluar number systems.

HEXFFC686
Decimal255198134
Binary111111111100011010000110
Octal377306206

Shades and tints

Shades of #FFC686

#FFC686
(255,198,134)
#E8B47A
(232,180,122)
#D1A26E
(209,162,110)
#BA9062
(186,144,98)
#A37E56
(163,126,86)
#8C6C4A
(140,108,74)
#755A3E
(117,90,62)
#5E4832
(94,72,50)
#473626
(71,54,38)
#30241A
(48,36,26)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #FFC686

#FFC686
(255,198,134)
#FFCB91
(255,203,145)
#FFD09C
(255,208,156)
#FFD5A7
(255,213,167)
#FFDAB2
(255,218,178)
#FFDFBD
(255,223,189)
#FFE4C8
(255,228,200)
#FFE9D3
(255,233,211)
#FFEEDE
(255,238,222)
#FFF3E9
(255,243,233)
#FFF8F4
(255,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC686 color. Also use rgb(255,198,134) instead hex code.

Text Font Color

.myTextColor { color: #FFC686; }

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

This text font color is #FFC686.


Background Color

.myBgColor { background-color: #FFC686; }

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

This div background color is #FFC686.


Border color

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

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

This div border color is #FFC686.


Opacity

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

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

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

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

This text has shadow with #FFC686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC686 on black background.


Color preview on white background

This text has color #FFC686 on white background.



Black color preview on #FFC686 background

This text has black color on #FFC686 background.


White color preview on #FFC686 background

This text has white color on #FFC686 background.