COLOR #F3EBF7

HEX: #F3EBF7 RGB: (243,235,247)

Color info

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

RGB color model

#F3EBF7 color RGB value is (243,235,247).

RGB: (243,235,247) (95%, 92%, 97%)

RGB channels and saturation

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

243
235
247

R + G + B ~ 95%. #F3EBF7 is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 235 + 247 = 725 (100%)
R 243 of 725 ~ 33.52%
G 235 of 725 ~ 32.41%
B 247 of 725 ~ 34.07'%

%33.52
%32.41
%34.07

CMYK color model

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

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

CMYK: (2,5,0,3)
C2M5Y0K3 (2%, 5%, 0%, 3%)
(0.02 / 0.05 / 0.00 / 0.03)

CMYK percentages

%1.62
%4.86
%0
%3.14

Codes

Color #F3EBF7 in popluar color models

F3 EB F7
RGB 243 235 247
HSL 280° 42.86% 94.51%
HSB/HSV 280° 4.86% 96.86%
CMYK 1.62% 4.86% 0.00%
3.14%

Color #F3EBF7 in popluar number systems.

HEX F3 EB F7
Decimal 243 235 247
Binary 11110011 11101011 11110111
Octal 363 353 367

Shades and tints

Shades of #F3EBF7

#F3EBF7
(243,235,247)
#DDD6E1
(221,214,225)
#C7C1CB
(199,193,203)
#B1ACB5
(177,172,181)
#9B979F
(155,151,159)
#858289
(133,130,137)
#6F6D73
(111,109,115)
#59585D
(89,88,93)
#434347
(67,67,71)
#2D2E31
(45,46,49)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #F3EBF7

#F3EBF7
(243,235,247)
#F4ECF7
(244,236,247)
#F5EDF7
(245,237,247)
#F6EEF7
(246,238,247)
#F7EFF7
(247,239,247)
#F8F0F7
(248,240,247)
#F9F1F7
(249,241,247)
#FAF2F7
(250,242,247)
#FBF3F7
(251,243,247)
#FCF4F7
(252,244,247)
#FDF5F7
(253,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EBF7; }

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

This text font color is #F3EBF7.

Background Color

.myBgColor { background-color: #F3EBF7; }

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

This div background color is #F3EBF7.

Border color

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

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

This div border color is #F3EBF7.

Opacity

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

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

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

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

This text has shadow with #F3EBF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3EBF7.

Preview

Color preview on black background

This text has color #F3EBF7 on black background.


Color preview on white background

This text has color #F3EBF7 on white background.


Black color preview on #F3EBF7 background

This text has black color on #F3EBF7 background.


White color preview on #F3EBF7 background

This text has white color on #F3EBF7 background.


Related colors

Complementary color

Complementary color for #hex is #0C1408.


I love getcolorcode.com

Triadic colors

1 #F7F3EB and #EBF7F3 with #F3EBF7 are triadic colors.

2 #F7EBF3 and #EBF3F7 with #F3EBF7 are triadic colors.