COLOR #F7EFC4

HEX: #F7EFC4 RGB: (247,239,196)

Color info

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

RGB color model

#F7EFC4 color RGB value is (247,239,196).

RGB: (247,239,196) (97%, 94%, 77%)

RGB channels and saturation

R 247 of 255 = 97%
G 239 of 255 = 94%
B 196 of 255 = 77%

247
239
196

R + G + B ~ 89%. #F7EFC4 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 239 + 196 = 682 (100%)
R 247 of 682 ~ 36.22%
G 239 of 682 ~ 35.04%
B 196 of 682 ~ 28.74'%

%36.22
%35.04
%28.74

CMYK color model

#F7EFC4 color CMYK value is (0,3,21,3).

  • cyan value is 0.00%
  • magenta value is 3.24%
  • yellow value is 20.65%
  • key color value is 3.14%
CMYK: (0,3,21,3) C0M3Y21K3 (0%,3%,21%,3%) (0.00/0.03/0.21/0.03) 

CMYK percentages

%0
%3.24
%20.65
%3.14

Codes

Color #F7EFC4 in popluar color models

F7 EF C4
RGB 247 239 196
HSL 51° 76.12% 86.86%
HSB/HSV 51° 20.65% 96.86%
CMYK 0.00% 3.24% 20.65%
3.14%

Color #F7EFC4 in popluar number systems.

HEX F7 EF C4
Decimal 247 239 196
Binary 11110111 11101111 11000100
Octal 367 357 304

Shades and tints

Shades of #F7EFC4

#F7EFC4
(247,239,196)
#E1DAB3
(225,218,179)
#CBC5A2
(203,197,162)
#B5B091
(181,176,145)
#9F9B80
(159,155,128)
#89866F
(137,134,111)
#73715E
(115,113,94)
#5D5C4D
(93,92,77)
#47473C
(71,71,60)
#31322B
(49,50,43)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #F7EFC4

#F7EFC4
(247,239,196)
#F7F0C9
(247,240,201)
#F7F1CE
(247,241,206)
#F7F2D3
(247,242,211)
#F7F3D8
(247,243,216)
#F7F4DD
(247,244,221)
#F7F5E2
(247,245,226)
#F7F6E7
(247,246,231)
#F7F7EC
(247,247,236)
#F7F8F1
(247,248,241)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7EFC4 color. Also use rgb(247,239,196) instead hex code.

Text Font Color

.myTextColor { color: #F7EFC4; }

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

This text font color is #F7EFC4.

Background Color

.myBgColor { background-color: #F7EFC4; }

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

This div background color is #F7EFC4.

Border color

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

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

This div border color is #F7EFC4.

Opacity

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

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

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

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

This text has shadow with #F7EFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7EFC4.

Preview

Color preview on black background

This text has color #F7EFC4 on black background.


Color preview on white background

This text has color #F7EFC4 on white background.


Black color preview on #F7EFC4 background

This text has black color on #F7EFC4 background.


White color preview on #F7EFC4 background

This text has white color on #F7EFC4 background.


Related colors

Complementary color

Complementary color for #hex is #08103B.


I love getcolorcode.com

Triadic colors

1 #C4F7EF and #EFC4F7 with #F7EFC4 are triadic colors.

2 #C4EFF7 and #EFF7C4 with #F7EFC4 are triadic colors.