COLOR #FFC7A2

HEX: #FFC7A2
RGB: (255,199,162)

Color info

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

RGB color model

#FFC7A2 color RGB value is (255,199,162).

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

RGB channels and saturation

R 255 of 255 = 100%
G 199 of 255 = 78%
B 162 of 255 = 64%

255
199
162

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

Portions of RGB colors in percentages

R + G + B =
255 + 199 + 162 = 616 (100%)
R 255 of 616 ~ 41.4%
G 199 of 616 ~ 32.31%
B 162 of 616 ~ 26.3%

%41.4
%32.31
%26.3

CMYK color model

#FFC7A2 color CMYK value is (0,22,36,0).

  • cyan value is 0.00%
  • magenta value is 21.96%
  • yellow value is 36.47%
  • key color value is 0.00%
CMYK:
(0,22,36,0)
C0M22Y36K0 
(0%,22%,36%,0%)
(0.00/0.22/0.36/0.00)	

CMYK percentages

%0
%21.96
%36.47
%0

Codes

Color #FFC7A2 in popluar color models

FFC7A2
RGB255199162
HSL24°100.00%81.76%
HSB/HSV24°36.47%100.00%
CMYK0.00%21.96%36.47%
0.00%

Color #FFC7A2 in popluar number systems.

HEXFFC7A2
Decimal255199162
Binary111111111100011110100010
Octal377307242

Shades and tints

Shades of #FFC7A2

#FFC7A2
(255,199,162)
#E8B594
(232,181,148)
#D1A386
(209,163,134)
#BA9178
(186,145,120)
#A37F6A
(163,127,106)
#8C6D5C
(140,109,92)
#755B4E
(117,91,78)
#5E4940
(94,73,64)
#473732
(71,55,50)
#302524
(48,37,36)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #FFC7A2

#FFC7A2
(255,199,162)
#FFCCAA
(255,204,170)
#FFD1B2
(255,209,178)
#FFD6BA
(255,214,186)
#FFDBC2
(255,219,194)
#FFE0CA
(255,224,202)
#FFE5D2
(255,229,210)
#FFEADA
(255,234,218)
#FFEFE2
(255,239,226)
#FFF4EA
(255,244,234)
#FFF9F2
(255,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC7A2; }

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

This text font color is #FFC7A2.


Background Color

.myBgColor { background-color: #FFC7A2; }

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

This div background color is #FFC7A2.


Border color

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

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

This div border color is #FFC7A2.


Opacity

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

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

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

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

This text has shadow with #FFC7A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC7A2 on black background.


Color preview on white background

This text has color #FFC7A2 on white background.



Black color preview on #FFC7A2 background

This text has black color on #FFC7A2 background.


White color preview on #FFC7A2 background

This text has white color on #FFC7A2 background.