COLOR #F7DBEC

HEX: #F7DBEC RGB: (247,219,236)

Color info

#F7DBEC contains red, green and blue colors in about the same proportion. Web safe color of #F7DBEC is #FFCCFF (or #FCF).

RGB color model

#F7DBEC color RGB value is (247,219,236).

RGB: (247,219,236) (97%, 86%, 93%)

RGB channels and saturation

R 247 of 255 = 97%
G 219 of 255 = 86%
B 236 of 255 = 93%

247
219
236

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

Portions of RGB colors in percentages

R + G + B = 247 + 219 + 236 = 702 (100%)
R 247 of 702 ~ 35.19%
G 219 of 702 ~ 31.2%
B 236 of 702 ~ 33.62'%

%35.19
%31.2
%33.62

CMYK color model

#F7DBEC color CMYK value is (0,11,4,3).

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

CMYK: (0,11,4,3)
C0M11Y4K3 (0%, 11%, 4%, 3%)
(0.00 / 0.11 / 0.04 / 0.03)

CMYK percentages

%0
%11.34
%4.45
%3.14

Codes

Color #F7DBEC in popluar color models

F7 DB EC
RGB 247 219 236
HSL 324° 63.64% 91.37%
HSB/HSV 324° 11.34% 96.86%
CMYK 0.00% 11.34% 4.45%
3.14%

Color #F7DBEC in popluar number systems.

HEX F7 DB EC
Decimal 247 219 236
Binary 11110111 11011011 11101100
Octal 367 333 354

Shades and tints

Shades of #F7DBEC

#F7DBEC
(247,219,236)
#E1C8D7
(225,200,215)
#CBB5C2
(203,181,194)
#B5A2AD
(181,162,173)
#9F8F98
(159,143,152)
#897C83
(137,124,131)
#73696E
(115,105,110)
#5D5659
(93,86,89)
#474344
(71,67,68)
#31302F
(49,48,47)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #F7DBEC

#F7DBEC
(247,219,236)
#F7DEED
(247,222,237)
#F7E1EE
(247,225,238)
#F7E4EF
(247,228,239)
#F7E7F0
(247,231,240)
#F7EAF1
(247,234,241)
#F7EDF2
(247,237,242)
#F7F0F3
(247,240,243)
#F7F3F4
(247,243,244)
#F7F6F5
(247,246,245)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DBEC; }

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

This text font color is #F7DBEC.

Background Color

.myBgColor { background-color: #F7DBEC; }

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

This div background color is #F7DBEC.

Border color

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

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

This div border color is #F7DBEC.

Opacity

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

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

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

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

This text has shadow with #F7DBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DBEC.

Preview

Color preview on black background

This text has color #F7DBEC on black background.


Color preview on white background

This text has color #F7DBEC on white background.


Black color preview on #F7DBEC background

This text has black color on #F7DBEC background.


White color preview on #F7DBEC background

This text has white color on #F7DBEC background.


Related colors

Complementary color

Complementary color for #hex is #082413.


I love getcolorcode.com

Triadic colors

1 #ECF7DB and #DBECF7 with #F7DBEC are triadic colors.

2 #ECDBF7 and #DBF7EC with #F7DBEC are triadic colors.