COLOR #FFC9A5

HEX: #FFC9A5
RGB: (255,201,165)

Color info

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

RGB color model

#FFC9A5 color RGB value is (255,201,165).

  • red value is 255;
  • green value is 201;
  • blue value is 165.
RGB:
(255,201,165)
(100%,79%,65%)

RGB channels and saturation

R 255 of 255 = 100%
G 201 of 255 = 79%
B 165 of 255 = 65%

255
201
165

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

Portions of RGB colors in percentages

R + G + B =
255 + 201 + 165 = 621 (100%)
R 255 of 621 ~ 41.06%
G 201 of 621 ~ 32.37%
B 165 of 621 ~ 26.57%

%41.06
%32.37
%26.57

CMYK color model

#FFC9A5 color CMYK value is (0,21,35,0).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 35.29%
  • key color value is 0.00%
CMYK:
(0,21,35,0)
C0M21Y35K0 
(0%,21%,35%,0%)
(0.00/0.21/0.35/0.00)	

CMYK percentages

%0
%21.18
%35.29
%0

Codes

Color #FFC9A5 in popluar color models

FFC9A5
RGB255201165
HSL24°100.00%82.35%
HSB/HSV24°35.29%100.00%
CMYK0.00%21.18%35.29%
0.00%

Color #FFC9A5 in popluar number systems.

HEXFFC9A5
Decimal255201165
Binary111111111100100110100101
Octal377311245

Shades and tints

Shades of #FFC9A5

#FFC9A5
(255,201,165)
#E8B796
(232,183,150)
#D1A587
(209,165,135)
#BA9378
(186,147,120)
#A38169
(163,129,105)
#8C6F5A
(140,111,90)
#755D4B
(117,93,75)
#5E4B3C
(94,75,60)
#47392D
(71,57,45)
#30271E
(48,39,30)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #FFC9A5

#FFC9A5
(255,201,165)
#FFCDAD
(255,205,173)
#FFD1B5
(255,209,181)
#FFD5BD
(255,213,189)
#FFD9C5
(255,217,197)
#FFDDCD
(255,221,205)
#FFE1D5
(255,225,213)
#FFE5DD
(255,229,221)
#FFE9E5
(255,233,229)
#FFEDED
(255,237,237)
#FFF1F5
(255,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC9A5 color. Also use rgb(255,201,165) instead hex code.

Text Font Color

.myTextColor { color: #FFC9A5; }

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

This text font color is #FFC9A5.


Background Color

.myBgColor { background-color: #FFC9A5; }

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

This div background color is #FFC9A5.


Border color

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

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

This div border color is #FFC9A5.


Opacity

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

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

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

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

This text has shadow with #FFC9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC9A5 on black background.


Color preview on white background

This text has color #FFC9A5 on white background.



Black color preview on #FFC9A5 background

This text has black color on #FFC9A5 background.


White color preview on #FFC9A5 background

This text has white color on #FFC9A5 background.