COLOR #EFEBF5

HEX: #EFEBF5 RGB: (239,235,245)

Color info

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

RGB color model

#EFEBF5 color RGB value is (239,235,245).

RGB: (239,235,245) (94%, 92%, 96%)

RGB channels and saturation

R 239 of 255 = 94%
G 235 of 255 = 92%
B 245 of 255 = 96%

239
235
245

R + G + B ~ 94%. #EFEBF5 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 235 + 245 = 719 (100%)
R 239 of 719 ~ 33.24%
G 235 of 719 ~ 32.68%
B 245 of 719 ~ 34.08'%

%33.24
%32.68
%34.08

CMYK color model

#EFEBF5 color CMYK value is (2,4,0,4).

  • cyan value is 2.45%
  • magenta value is 4.08%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (2,4,0,4)
C2M4Y0K4 (2%, 4%, 0%, 4%)
(0.02 / 0.04 / 0.00 / 0.04)

CMYK percentages

%2.45
%4.08
%0
%3.92

Codes

Color #EFEBF5 in popluar color models

EF EB F5
RGB 239 235 245
HSL 264° 33.33% 94.12%
HSB/HSV 264° 4.08% 96.08%
CMYK 2.45% 4.08% 0.00%
3.92%

Color #EFEBF5 in popluar number systems.

HEX EF EB F5
Decimal 239 235 245
Binary 11101111 11101011 11110101
Octal 357 353 365

Shades and tints

Shades of #EFEBF5

#EFEBF5
(239,235,245)
#DAD6DF
(218,214,223)
#C5C1C9
(197,193,201)
#B0ACB3
(176,172,179)
#9B979D
(155,151,157)
#868287
(134,130,135)
#716D71
(113,109,113)
#5C585B
(92,88,91)
#474345
(71,67,69)
#322E2F
(50,46,47)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #EFEBF5

#EFEBF5
(239,235,245)
#F0ECF5
(240,236,245)
#F1EDF5
(241,237,245)
#F2EEF5
(242,238,245)
#F3EFF5
(243,239,245)
#F4F0F5
(244,240,245)
#F5F1F5
(245,241,245)
#F6F2F5
(246,242,245)
#F7F3F5
(247,243,245)
#F8F4F5
(248,244,245)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFEBF5 color. Also use rgb(239,235,245) instead hex code.

Text Font Color

.myTextColor { color: #EFEBF5; }

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

This text font color is #EFEBF5.

Background Color

.myBgColor { background-color: #EFEBF5; }

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

This div background color is #EFEBF5.

Border color

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

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

This div border color is #EFEBF5.

Opacity

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

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

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

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

This text has shadow with #EFEBF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEBF5.

Preview

Color preview on black background

This text has color #EFEBF5 on black background.


Color preview on white background

This text has color #EFEBF5 on white background.


Black color preview on #EFEBF5 background

This text has black color on #EFEBF5 background.


White color preview on #EFEBF5 background

This text has white color on #EFEBF5 background.


Related colors

Complementary color

Complementary color for #hex is #10140A.


I love getcolorcode.com

Triadic colors

1 #F5EFEB and #EBF5EF with #EFEBF5 are triadic colors.

2 #F5EBEF and #EBEFF5 with #EFEBF5 are triadic colors.