COLOR #F7D3B3

HEX: #F7D3B3 RGB: (247,211,179)

Color info

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

RGB color model

#F7D3B3 color RGB value is (247,211,179).

RGB: (247,211,179) (97%, 83%, 70%)

RGB channels and saturation

R 247 of 255 = 97%
G 211 of 255 = 83%
B 179 of 255 = 70%

247
211
179

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

Portions of RGB colors in percentages

R + G + B = 247 + 211 + 179 = 637 (100%)
R 247 of 637 ~ 38.78%
G 211 of 637 ~ 33.12%
B 179 of 637 ~ 28.1'%

%38.78
%33.12
%28.1

CMYK color model

#F7D3B3 color CMYK value is (0,15,28,3).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 27.53%
  • key color value is 3.14%

CMYK: (0,15,28,3)
C0M15Y28K3 (0%, 15%, 28%, 3%)
(0.00 / 0.15 / 0.28 / 0.03)

CMYK percentages

%0
%14.57
%27.53
%3.14

Codes

Color #F7D3B3 in popluar color models

F7 D3 B3
RGB 247 211 179
HSL 28° 80.95% 83.53%
HSB/HSV 28° 27.53% 96.86%
CMYK 0.00% 14.57% 27.53%
3.14%

Color #F7D3B3 in popluar number systems.

HEX F7 D3 B3
Decimal 247 211 179
Binary 11110111 11010011 10110011
Octal 367 323 263

Shades and tints

Shades of #F7D3B3

#F7D3B3
(247,211,179)
#E1C0A3
(225,192,163)
#CBAD93
(203,173,147)
#B59A83
(181,154,131)
#9F8773
(159,135,115)
#897463
(137,116,99)
#736153
(115,97,83)
#5D4E43
(93,78,67)
#473B33
(71,59,51)
#312823
(49,40,35)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #F7D3B3

#F7D3B3
(247,211,179)
#F7D7B9
(247,215,185)
#F7DBBF
(247,219,191)
#F7DFC5
(247,223,197)
#F7E3CB
(247,227,203)
#F7E7D1
(247,231,209)
#F7EBD7
(247,235,215)
#F7EFDD
(247,239,221)
#F7F3E3
(247,243,227)
#F7F7E9
(247,247,233)
#F7FBEF
(247,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D3B3 color. Also use rgb(247,211,179) instead hex code.

Text Font Color

.myTextColor { color: #F7D3B3; }

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

This text font color is #F7D3B3.

Background Color

.myBgColor { background-color: #F7D3B3; }

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

This div background color is #F7D3B3.

Border color

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

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

This div border color is #F7D3B3.

Opacity

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

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

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

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

This text has shadow with #F7D3B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7D3B3.

Preview

Color preview on black background

This text has color #F7D3B3 on black background.


Color preview on white background

This text has color #F7D3B3 on white background.


Black color preview on #F7D3B3 background

This text has black color on #F7D3B3 background.


White color preview on #F7D3B3 background

This text has white color on #F7D3B3 background.


Related colors

Complementary color

Complementary color for #hex is #082C4C.


I love getcolorcode.com

Triadic colors

1 #B3F7D3 and #D3B3F7 with #F7D3B3 are triadic colors.

2 #B3D3F7 and #D3F7B3 with #F7D3B3 are triadic colors.