COLOR #EFEDFB

HEX: #EFEDFB RGB: (239,237,251)

Color info

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

RGB color model

#EFEDFB color RGB value is (239,237,251).

RGB: (239,237,251) (94%, 93%, 98%)

RGB channels and saturation

R 239 of 255 = 94%
G 237 of 255 = 93%
B 251 of 255 = 98%

239
237
251

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

Portions of RGB colors in percentages

R + G + B = 239 + 237 + 251 = 727 (100%)
R 239 of 727 ~ 32.87%
G 237 of 727 ~ 32.6%
B 251 of 727 ~ 34.53'%

%32.87
%32.6
%34.53

CMYK color model

#EFEDFB color CMYK value is (5,6,0,2).

  • cyan value is 4.78%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (5,6,0,2)
C5M6Y0K2 (5%, 6%, 0%, 2%)
(0.05 / 0.06 / 0.00 / 0.02)

CMYK percentages

%4.78
%5.58
%0
%1.57

Codes

Color #EFEDFB in popluar color models

EF ED FB
RGB 239 237 251
HSL 249° 63.64% 95.69%
HSB/HSV 249° 5.58% 98.43%
CMYK 4.78% 5.58% 0.00%
1.57%

Color #EFEDFB in popluar number systems.

HEX EF ED FB
Decimal 239 237 251
Binary 11101111 11101101 11111011
Octal 357 355 373

Shades and tints

Shades of #EFEDFB

#EFEDFB
(239,237,251)
#DAD8E5
(218,216,229)
#C5C3CF
(197,195,207)
#B0AEB9
(176,174,185)
#9B99A3
(155,153,163)
#86848D
(134,132,141)
#716F77
(113,111,119)
#5C5A61
(92,90,97)
#47454B
(71,69,75)
#323035
(50,48,53)
#1D1B1F
(29,27,31)
#000000
(0,0,0)

Tints of #EFEDFB

#EFEDFB
(239,237,251)
#F0EEFB
(240,238,251)
#F1EFFB
(241,239,251)
#F2F0FB
(242,240,251)
#F3F1FB
(243,241,251)
#F4F2FB
(244,242,251)
#F5F3FB
(245,243,251)
#F6F4FB
(246,244,251)
#F7F5FB
(247,245,251)
#F8F6FB
(248,246,251)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFEDFB color. Also use rgb(239,237,251) instead hex code.

Text Font Color

.myTextColor { color: #EFEDFB; }

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

This text font color is #EFEDFB.

Background Color

.myBgColor { background-color: #EFEDFB; }

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

This div background color is #EFEDFB.

Border color

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

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

This div border color is #EFEDFB.

Opacity

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

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

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

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

This text has shadow with #EFEDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEDFB.

Preview

Color preview on black background

This text has color #EFEDFB on black background.


Color preview on white background

This text has color #EFEDFB on white background.


Black color preview on #EFEDFB background

This text has black color on #EFEDFB background.


White color preview on #EFEDFB background

This text has white color on #EFEDFB background.


Related colors

Complementary color

Complementary color for #hex is #101204.


I love getcolorcode.com

Triadic colors

1 #FBEFED and #EDFBEF with #EFEDFB are triadic colors.

2 #FBEDEF and #EDEFFB with #EFEDFB are triadic colors.