COLOR #F7EBDB

HEX: #F7EBDB RGB: (247,235,219)

Color info

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

RGB color model

#F7EBDB color RGB value is (247,235,219).

RGB: (247,235,219) (97%, 92%, 86%)

RGB channels and saturation

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

247
235
219

R + G + B ~ 92%. #F7EBDB is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 235 + 219 = 701 (100%)
R 247 of 701 ~ 35.24%
G 235 of 701 ~ 33.52%
B 219 of 701 ~ 31.24'%

%35.24
%33.52
%31.24

CMYK color model

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

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

CMYK: (0,5,11,3)
C0M5Y11K3 (0%, 5%, 11%, 3%)
(0.00 / 0.05 / 0.11 / 0.03)

CMYK percentages

%0
%4.86
%11.34
%3.14

Codes

Color #F7EBDB in popluar color models

F7 EB DB
RGB 247 235 219
HSL 34° 63.64% 91.37%
HSB/HSV 34° 11.34% 96.86%
CMYK 0.00% 4.86% 11.34%
3.14%

Color #F7EBDB in popluar number systems.

HEX F7 EB DB
Decimal 247 235 219
Binary 11110111 11101011 11011011
Octal 367 353 333

Shades and tints

Shades of #F7EBDB

#F7EBDB
(247,235,219)
#E1D6C8
(225,214,200)
#CBC1B5
(203,193,181)
#B5ACA2
(181,172,162)
#9F978F
(159,151,143)
#89827C
(137,130,124)
#736D69
(115,109,105)
#5D5856
(93,88,86)
#474343
(71,67,67)
#312E30
(49,46,48)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #F7EBDB

#F7EBDB
(247,235,219)
#F7ECDE
(247,236,222)
#F7EDE1
(247,237,225)
#F7EEE4
(247,238,228)
#F7EFE7
(247,239,231)
#F7F0EA
(247,240,234)
#F7F1ED
(247,241,237)
#F7F2F0
(247,242,240)
#F7F3F3
(247,243,243)
#F7F4F6
(247,244,246)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7EBDB; }

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

This text font color is #F7EBDB.

Background Color

.myBgColor { background-color: #F7EBDB; }

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

This div background color is #F7EBDB.

Border color

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

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

This div border color is #F7EBDB.

Opacity

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

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

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

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

This text has shadow with #F7EBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7EBDB.

Preview

Color preview on black background

This text has color #F7EBDB on black background.


Color preview on white background

This text has color #F7EBDB on white background.


Black color preview on #F7EBDB background

This text has black color on #F7EBDB background.


White color preview on #F7EBDB background

This text has white color on #F7EBDB background.


Related colors

Complementary color

Complementary color for #hex is #081424.


I love getcolorcode.com

Triadic colors

1 #DBF7EB and #EBDBF7 with #F7EBDB are triadic colors.

2 #DBEBF7 and #EBF7DB with #F7EBDB are triadic colors.