COLOR #F7DBF3

HEX: #F7DBF3
RGB: (247,219,243)

Color info

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

RGB color model

#F7DBF3 color RGB value is (247,219,243).

  • red value is 247;
  • green value is 219;
  • blue value is 243.
RGB:
(247,219,243)
(97%,86%,95%)

RGB channels and saturation

R 247 of 255 = 97%
G 219 of 255 = 86%
B 243 of 255 = 95%

247
219
243

R + G + B ~ 93%. #F7DBF3 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 219 + 243 = 709 (100%)
R 247 of 709 ~ 34.84%
G 219 of 709 ~ 30.89%
B 243 of 709 ~ 34.27%

%34.84
%30.89
%34.27

CMYK color model

#F7DBF3 color CMYK value is (0,11,2,3).

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 1.62%
  • key color value is 3.14%
CMYK:
(0,11,2,3)
C0M11Y2K3 
(0%,11%,2%,3%)
(0.00/0.11/0.02/0.03)	

CMYK percentages

%0
%11.34
%1.62
%3.14

Codes

Color #F7DBF3 in popluar color models

F7DBF3
RGB247219243
HSL309°63.64%91.37%
HSB/HSV309°11.34%96.86%
CMYK0.00%11.34%1.62%
3.14%

Color #F7DBF3 in popluar number systems.

HEXF7DBF3
Decimal247219243
Binary111101111101101111110011
Octal367333363

Shades and tints

Shades of #F7DBF3

#F7DBF3
(247,219,243)
#E1C8DD
(225,200,221)
#CBB5C7
(203,181,199)
#B5A2B1
(181,162,177)
#9F8F9B
(159,143,155)
#897C85
(137,124,133)
#73696F
(115,105,111)
#5D5659
(93,86,89)
#474343
(71,67,67)
#31302D
(49,48,45)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #F7DBF3

#F7DBF3
(247,219,243)
#F7DEF4
(247,222,244)
#F7E1F5
(247,225,245)
#F7E4F6
(247,228,246)
#F7E7F7
(247,231,247)
#F7EAF8
(247,234,248)
#F7EDF9
(247,237,249)
#F7F0FA
(247,240,250)
#F7F3FB
(247,243,251)
#F7F6FC
(247,246,252)
#F7F9FD
(247,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DBF3; }

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

This text font color is #F7DBF3.


Background Color

.myBgColor { background-color: #F7DBF3; }

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

This div background color is #F7DBF3.


Border color

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

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

This div border color is #F7DBF3.


Opacity

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

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

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

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

This text has shadow with #F7DBF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DBF3 on black background.


Color preview on white background

This text has color #F7DBF3 on white background.



Black color preview on #F7DBF3 background

This text has black color on #F7DBF3 background.


White color preview on #F7DBF3 background

This text has white color on #F7DBF3 background.