COLOR #F4D7AF

HEX: #F4D7AF RGB: (244,215,175)

Color info

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

RGB color model

#F4D7AF color RGB value is (244,215,175).

RGB: (244,215,175) (96%, 84%, 69%)

RGB channels and saturation

R 244 of 255 = 96%
G 215 of 255 = 84%
B 175 of 255 = 69%

244
215
175

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

Portions of RGB colors in percentages

R + G + B = 244 + 215 + 175 = 634 (100%)
R 244 of 634 ~ 38.49%
G 215 of 634 ~ 33.91%
B 175 of 634 ~ 27.6'%

%38.49
%33.91
%27.6

CMYK color model

#F4D7AF color CMYK value is (0,12,28,4).

  • cyan value is 0.00%
  • magenta value is 11.89%
  • yellow value is 28.28%
  • key color value is 4.31%

CMYK: (0,12,28,4)
C0M12Y28K4 (0%, 12%, 28%, 4%)
(0.00 / 0.12 / 0.28 / 0.04)

CMYK percentages

%0
%11.89
%28.28
%4.31

Codes

Color #F4D7AF in popluar color models

F4 D7 AF
RGB 244 215 175
HSL 35° 75.82% 82.16%
HSB/HSV 35° 28.28% 95.69%
CMYK 0.00% 11.89% 28.28%
4.31%

Color #F4D7AF in popluar number systems.

HEX F4 D7 AF
Decimal 244 215 175
Binary 11110100 11010111 10101111
Octal 364 327 257

Shades and tints

Shades of #F4D7AF

#F4D7AF
(244,215,175)
#DEC4A0
(222,196,160)
#C8B191
(200,177,145)
#B29E82
(178,158,130)
#9C8B73
(156,139,115)
#867864
(134,120,100)
#706555
(112,101,85)
#5A5246
(90,82,70)
#443F37
(68,63,55)
#2E2C28
(46,44,40)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #F4D7AF

#F4D7AF
(244,215,175)
#F5DAB6
(245,218,182)
#F6DDBD
(246,221,189)
#F7E0C4
(247,224,196)
#F8E3CB
(248,227,203)
#F9E6D2
(249,230,210)
#FAE9D9
(250,233,217)
#FBECE0
(251,236,224)
#FCEFE7
(252,239,231)
#FDF2EE
(253,242,238)
#FEF5F5
(254,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D7AF; }

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

This text font color is #F4D7AF.

Background Color

.myBgColor { background-color: #F4D7AF; }

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

This div background color is #F4D7AF.

Border color

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

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

This div border color is #F4D7AF.

Opacity

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

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

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

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

This text has shadow with #F4D7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4D7AF.

Preview

Color preview on black background

This text has color #F4D7AF on black background.


Color preview on white background

This text has color #F4D7AF on white background.


Black color preview on #F4D7AF background

This text has black color on #F4D7AF background.


White color preview on #F4D7AF background

This text has white color on #F4D7AF background.


Related colors

Complementary color

Complementary color for #hex is #0B2850.


I love getcolorcode.com

Triadic colors

1 #AFF4D7 and #D7AFF4 with #F4D7AF are triadic colors.

2 #AFD7F4 and #D7F4AF with #F4D7AF are triadic colors.