COLOR #F4D7C3

HEX: #F4D7C3
RGB: (244,215,195)

Color info

#F4D7C3 contains red, green and blue colors in about the same proportion. Web safe color of #F4D7C3 is #FFCCCC (or #FCC).

RGB color model

#F4D7C3 color RGB value is (244,215,195).

  • red value is 244;
  • green value is 215;
  • blue value is 195.
RGB:
(244,215,195)
(96%,84%,76%)

RGB channels and saturation

R 244 of 255 = 96%
G 215 of 255 = 84%
B 195 of 255 = 76%

244
215
195

R + G + B ~ 85%. #F4D7C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 215 + 195 = 654 (100%)
R 244 of 654 ~ 37.31%
G 215 of 654 ~ 32.87%
B 195 of 654 ~ 29.82%

%37.31
%32.87
%29.82

CMYK color model

#F4D7C3 color CMYK value is (0,12,20,4).

  • cyan value is 0.00%
  • magenta value is 11.89%
  • yellow value is 20.08%
  • key color value is 4.31%
CMYK:
(0,12,20,4)
C0M12Y20K4 
(0%,12%,20%,4%)
(0.00/0.12/0.20/0.04)	

CMYK percentages

%0
%11.89
%20.08
%4.31

Codes

Color #F4D7C3 in popluar color models

F4D7C3
RGB244215195
HSL24°69.01%86.08%
HSB/HSV24°20.08%95.69%
CMYK0.00%11.89%20.08%
4.31%

Color #F4D7C3 in popluar number systems.

HEXF4D7C3
Decimal244215195
Binary111101001101011111000011
Octal364327303

Shades and tints

Shades of #F4D7C3

#F4D7C3
(244,215,195)
#DEC4B2
(222,196,178)
#C8B1A1
(200,177,161)
#B29E90
(178,158,144)
#9C8B7F
(156,139,127)
#86786E
(134,120,110)
#70655D
(112,101,93)
#5A524C
(90,82,76)
#443F3B
(68,63,59)
#2E2C2A
(46,44,42)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #F4D7C3

#F4D7C3
(244,215,195)
#F5DAC8
(245,218,200)
#F6DDCD
(246,221,205)
#F7E0D2
(247,224,210)
#F8E3D7
(248,227,215)
#F9E6DC
(249,230,220)
#FAE9E1
(250,233,225)
#FBECE6
(251,236,230)
#FCEFEB
(252,239,235)
#FDF2F0
(253,242,240)
#FEF5F5
(254,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D7C3 color. Also use rgb(244,215,195) instead hex code.

Text Font Color

.myTextColor { color: #F4D7C3; }

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

This text font color is #F4D7C3.


Background Color

.myBgColor { background-color: #F4D7C3; }

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

This div background color is #F4D7C3.


Border color

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

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

This div border color is #F4D7C3.


Opacity

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

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

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

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

This text has shadow with #F4D7C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D7C3 on black background.


Color preview on white background

This text has color #F4D7C3 on white background.



Black color preview on #F4D7C3 background

This text has black color on #F4D7C3 background.


White color preview on #F4D7C3 background

This text has white color on #F4D7C3 background.