COLOR #F7EAD2

HEX: #F7EAD2 RGB: (247,234,210)

Color info

#F7EAD2 contains red, green and blue colors in about the same proportion. Web safe color of #F7EAD2 is #FFFFCC (or #FFC).

RGB color model

#F7EAD2 color RGB value is (247,234,210).

RGB: (247,234,210) (97%, 92%, 82%)

RGB channels and saturation

R 247 of 255 = 97%
G 234 of 255 = 92%
B 210 of 255 = 82%

247
234
210

R + G + B ~ 90%. #F7EAD2 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 234 + 210 = 691 (100%)
R 247 of 691 ~ 35.75%
G 234 of 691 ~ 33.86%
B 210 of 691 ~ 30.39'%

%35.75
%33.86
%30.39

CMYK color model

#F7EAD2 color CMYK value is (0,5,15,3).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 14.98%
  • key color value is 3.14%

CMYK: (0,5,15,3)
C0M5Y15K3 (0%, 5%, 15%, 3%)
(0.00 / 0.05 / 0.15 / 0.03)

CMYK percentages

%0
%5.26
%14.98
%3.14

Codes

Color #F7EAD2 in popluar color models

F7 EA D2
RGB 247 234 210
HSL 39° 69.81% 89.61%
HSB/HSV 39° 14.98% 96.86%
CMYK 0.00% 5.26% 14.98%
3.14%

Color #F7EAD2 in popluar number systems.

HEX F7 EA D2
Decimal 247 234 210
Binary 11110111 11101010 11010010
Octal 367 352 322

Shades and tints

Shades of #F7EAD2

#F7EAD2
(247,234,210)
#E1D5BF
(225,213,191)
#CBC0AC
(203,192,172)
#B5AB99
(181,171,153)
#9F9686
(159,150,134)
#898173
(137,129,115)
#736C60
(115,108,96)
#5D574D
(93,87,77)
#47423A
(71,66,58)
#312D27
(49,45,39)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #F7EAD2

#F7EAD2
(247,234,210)
#F7EBD6
(247,235,214)
#F7ECDA
(247,236,218)
#F7EDDE
(247,237,222)
#F7EEE2
(247,238,226)
#F7EFE6
(247,239,230)
#F7F0EA
(247,240,234)
#F7F1EE
(247,241,238)
#F7F2F2
(247,242,242)
#F7F3F6
(247,243,246)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7EAD2 color. Also use rgb(247,234,210) instead hex code.

Text Font Color

.myTextColor { color: #F7EAD2; }

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

This text font color is #F7EAD2.

Background Color

.myBgColor { background-color: #F7EAD2; }

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

This div background color is #F7EAD2.

Border color

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

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

This div border color is #F7EAD2.

Opacity

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

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

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

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

This text has shadow with #F7EAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7EAD2.

Preview

Color preview on black background

This text has color #F7EAD2 on black background.


Color preview on white background

This text has color #F7EAD2 on white background.


Black color preview on #F7EAD2 background

This text has black color on #F7EAD2 background.


White color preview on #F7EAD2 background

This text has white color on #F7EAD2 background.


Related colors

Complementary color

Complementary color for #hex is #08152D.


I love getcolorcode.com

Triadic colors

1 #D2F7EA and #EAD2F7 with #F7EAD2 are triadic colors.

2 #D2EAF7 and #EAF7D2 with #F7EAD2 are triadic colors.