COLOR #FFC7B3

HEX: #FFC7B3
RGB: (255,199,179)

Color info

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

RGB color model

#FFC7B3 color RGB value is (255,199,179).

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

RGB channels and saturation

R 255 of 255 = 100%
G 199 of 255 = 78%
B 179 of 255 = 70%

255
199
179

R + G + B ~ 83%. #FFC7B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 199 + 179 = 633 (100%)
R 255 of 633 ~ 40.28%
G 199 of 633 ~ 31.44%
B 179 of 633 ~ 28.28%

%40.28
%31.44
%28.28

CMYK color model

#FFC7B3 color CMYK value is (0,22,30,0).

  • cyan value is 0.00%
  • magenta value is 21.96%
  • yellow value is 29.80%
  • key color value is 0.00%
CMYK:
(0,22,30,0)
C0M22Y30K0 
(0%,22%,30%,0%)
(0.00/0.22/0.30/0.00)	

CMYK percentages

%0
%21.96
%29.8
%0

Codes

Color #FFC7B3 in popluar color models

FFC7B3
RGB255199179
HSL16°100.00%85.10%
HSB/HSV16°29.80%100.00%
CMYK0.00%21.96%29.80%
0.00%

Color #FFC7B3 in popluar number systems.

HEXFFC7B3
Decimal255199179
Binary111111111100011110110011
Octal377307263

Shades and tints

Shades of #FFC7B3

#FFC7B3
(255,199,179)
#E8B5A3
(232,181,163)
#D1A393
(209,163,147)
#BA9183
(186,145,131)
#A37F73
(163,127,115)
#8C6D63
(140,109,99)
#755B53
(117,91,83)
#5E4943
(94,73,67)
#473733
(71,55,51)
#302523
(48,37,35)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #FFC7B3

#FFC7B3
(255,199,179)
#FFCCB9
(255,204,185)
#FFD1BF
(255,209,191)
#FFD6C5
(255,214,197)
#FFDBCB
(255,219,203)
#FFE0D1
(255,224,209)
#FFE5D7
(255,229,215)
#FFEADD
(255,234,221)
#FFEFE3
(255,239,227)
#FFF4E9
(255,244,233)
#FFF9EF
(255,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC7B3; }

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

This text font color is #FFC7B3.


Background Color

.myBgColor { background-color: #FFC7B3; }

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

This div background color is #FFC7B3.


Border color

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

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

This div border color is #FFC7B3.


Opacity

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

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

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

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

This text has shadow with #FFC7B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC7B3 on black background.


Color preview on white background

This text has color #FFC7B3 on white background.



Black color preview on #FFC7B3 background

This text has black color on #FFC7B3 background.


White color preview on #FFC7B3 background

This text has white color on #FFC7B3 background.