COLOR #FFC7A1

HEX: #FFC7A1
RGB: (255,199,161)

Color info

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

RGB color model

#FFC7A1 color RGB value is (255,199,161).

  • red value is 255;
  • green value is 199;
  • blue value is 161.
RGB:
(255,199,161)
(100%,78%,63%)

RGB channels and saturation

R 255 of 255 = 100%
G 199 of 255 = 78%
B 161 of 255 = 63%

255
199
161

R + G + B ~ 80%. #FFC7A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 199 + 161 = 615 (100%)
R 255 of 615 ~ 41.46%
G 199 of 615 ~ 32.36%
B 161 of 615 ~ 26.18%

%41.46
%32.36
%26.18

CMYK color model

#FFC7A1 color CMYK value is (0,22,37,0).

  • cyan value is 0.00%
  • magenta value is 21.96%
  • yellow value is 36.86%
  • key color value is 0.00%
CMYK:
(0,22,37,0)
C0M22Y37K0 
(0%,22%,37%,0%)
(0.00/0.22/0.37/0.00)	

CMYK percentages

%0
%21.96
%36.86
%0

Codes

Color #FFC7A1 in popluar color models

FFC7A1
RGB255199161
HSL24°100.00%81.57%
HSB/HSV24°36.86%100.00%
CMYK0.00%21.96%36.86%
0.00%

Color #FFC7A1 in popluar number systems.

HEXFFC7A1
Decimal255199161
Binary111111111100011110100001
Octal377307241

Shades and tints

Shades of #FFC7A1

#FFC7A1
(255,199,161)
#E8B593
(232,181,147)
#D1A385
(209,163,133)
#BA9177
(186,145,119)
#A37F69
(163,127,105)
#8C6D5B
(140,109,91)
#755B4D
(117,91,77)
#5E493F
(94,73,63)
#473731
(71,55,49)
#302523
(48,37,35)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #FFC7A1

#FFC7A1
(255,199,161)
#FFCCA9
(255,204,169)
#FFD1B1
(255,209,177)
#FFD6B9
(255,214,185)
#FFDBC1
(255,219,193)
#FFE0C9
(255,224,201)
#FFE5D1
(255,229,209)
#FFEAD9
(255,234,217)
#FFEFE1
(255,239,225)
#FFF4E9
(255,244,233)
#FFF9F1
(255,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC7A1 color. Also use rgb(255,199,161) instead hex code.

Text Font Color

.myTextColor { color: #FFC7A1; }

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

This text font color is #FFC7A1.


Background Color

.myBgColor { background-color: #FFC7A1; }

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

This div background color is #FFC7A1.


Border color

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

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

This div border color is #FFC7A1.


Opacity

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

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

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

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

This text has shadow with #FFC7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC7A1 on black background.


Color preview on white background

This text has color #FFC7A1 on white background.



Black color preview on #FFC7A1 background

This text has black color on #FFC7A1 background.


White color preview on #FFC7A1 background

This text has white color on #FFC7A1 background.