COLOR #F7EBEB

HEX: #F7EBEB
RGB: (247,235,235)

Color info

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

RGB color model

#F7EBEB color RGB value is (247,235,235).

  • red value is 247;
  • green value is 235;
  • blue value is 235.
RGB:
(247,235,235)
(97%,92%,92%)

RGB channels and saturation

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

247
235
235

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

Portions of RGB colors in percentages

R + G + B =
247 + 235 + 235 = 717 (100%)
R 247 of 717 ~ 34.45%
G 235 of 717 ~ 32.78%
B 235 of 717 ~ 32.78%

%34.45
%32.78
%32.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.86%
  • yellow value is 4.86%
  • key color value is 3.14%
CMYK:
(0,5,5,3)
C0M5Y5K3 
(0%,5%,5%,3%)
(0.00/0.05/0.05/0.03)	

CMYK percentages

%0
%4.86
%4.86
%3.14

Codes

Color #F7EBEB in popluar color models

F7EBEB
RGB247235235
HSL42.86%94.51%
HSB/HSV4.86%96.86%
CMYK0.00%4.86%4.86%
3.14%

Color #F7EBEB in popluar number systems.

HEXF7EBEB
Decimal247235235
Binary111101111110101111101011
Octal367353353

Shades and tints

Shades of #F7EBEB

#F7EBEB
(247,235,235)
#E1D6D6
(225,214,214)
#CBC1C1
(203,193,193)
#B5ACAC
(181,172,172)
#9F9797
(159,151,151)
#898282
(137,130,130)
#736D6D
(115,109,109)
#5D5858
(93,88,88)
#474343
(71,67,67)
#312E2E
(49,46,46)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #F7EBEB

#F7EBEB
(247,235,235)
#F7ECEC
(247,236,236)
#F7EDED
(247,237,237)
#F7EEEE
(247,238,238)
#F7EFEF
(247,239,239)
#F7F0F0
(247,240,240)
#F7F1F1
(247,241,241)
#F7F2F2
(247,242,242)
#F7F3F3
(247,243,243)
#F7F4F4
(247,244,244)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7EBEB; }

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

This text font color is #F7EBEB.


Background Color

.myBgColor { background-color: #F7EBEB; }

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

This div background color is #F7EBEB.


Border color

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

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

This div border color is #F7EBEB.


Opacity

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

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

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

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

This text has shadow with #F7EBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7EBEB on black background.


Color preview on white background

This text has color #F7EBEB on white background.



Black color preview on #F7EBEB background

This text has black color on #F7EBEB background.


White color preview on #F7EBEB background

This text has white color on #F7EBEB background.