COLOR #F7EBEC

HEX: #F7EBEC RGB: (247,235,236)

Color info

#F7EBEC contains red, green and blue colors in about the same proportion. Web safe color of #F7EBEC is #FFFFFF (or #FFF).

RGB color model

#F7EBEC color RGB value is (247,235,236).

RGB: (247,235,236) (97%, 92%, 93%)

RGB channels and saturation

R 247 of 255 = 97%
G 235 of 255 = 92%
B 236 of 255 = 93%

247
235
236

R + G + B ~ 94%. #F7EBEC is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 235 + 236 = 718 (100%)
R 247 of 718 ~ 34.4%
G 235 of 718 ~ 32.73%
B 236 of 718 ~ 32.87'%

%34.4
%32.73
%32.87

CMYK color model

#F7EBEC color CMYK value is (0,5,4,3).

  • cyan value is 0.00%
  • magenta value is 4.86%
  • yellow value is 4.45%
  • key color value is 3.14%

CMYK: (0,5,4,3)
C0M5Y4K3 (0%, 5%, 4%, 3%)
(0.00 / 0.05 / 0.04 / 0.03)

CMYK percentages

%0
%4.86
%4.45
%3.14

Codes

Color #F7EBEC in popluar color models

F7 EB EC
RGB 247 235 236
HSL 355° 42.86% 94.51%
HSB/HSV 355° 4.86% 96.86%
CMYK 0.00% 4.86% 4.45%
3.14%

Color #F7EBEC in popluar number systems.

HEX F7 EB EC
Decimal 247 235 236
Binary 11110111 11101011 11101100
Octal 367 353 354

Shades and tints

Shades of #F7EBEC

#F7EBEC
(247,235,236)
#E1D6D7
(225,214,215)
#CBC1C2
(203,193,194)
#B5ACAD
(181,172,173)
#9F9798
(159,151,152)
#898283
(137,130,131)
#736D6E
(115,109,110)
#5D5859
(93,88,89)
#474344
(71,67,68)
#312E2F
(49,46,47)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #F7EBEC

#F7EBEC
(247,235,236)
#F7ECED
(247,236,237)
#F7EDEE
(247,237,238)
#F7EEEF
(247,238,239)
#F7EFF0
(247,239,240)
#F7F0F1
(247,240,241)
#F7F1F2
(247,241,242)
#F7F2F3
(247,242,243)
#F7F3F4
(247,243,244)
#F7F4F5
(247,244,245)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7EBEC color. Also use rgb(247,235,236) instead hex code.

Text Font Color

.myTextColor { color: #F7EBEC; }

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

This text font color is #F7EBEC.

Background Color

.myBgColor { background-color: #F7EBEC; }

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

This div background color is #F7EBEC.

Border color

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

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

This div border color is #F7EBEC.

Opacity

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

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

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

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

This text has shadow with #F7EBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7EBEC.

Preview

Color preview on black background

This text has color #F7EBEC on black background.


Color preview on white background

This text has color #F7EBEC on white background.


Black color preview on #F7EBEC background

This text has black color on #F7EBEC background.


White color preview on #F7EBEC background

This text has white color on #F7EBEC background.


Related colors

Complementary color

Complementary color for #hex is #081413.


I love getcolorcode.com

Triadic colors

1 #ECF7EB and #EBECF7 with #F7EBEC are triadic colors.

2 #ECEBF7 and #EBF7EC with #F7EBEC are triadic colors.