COLOR #EFE2EB

HEX: #EFE2EB
RGB: (239,226,235)

Color info

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

RGB color model

#EFE2EB color RGB value is (239,226,235).

  • red value is 239;
  • green value is 226;
  • blue value is 235.
RGB:
(239,226,235)
(94%,89%,92%)

RGB channels and saturation

R 239 of 255 = 94%
G 226 of 255 = 89%
B 235 of 255 = 92%

239
226
235

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

Portions of RGB colors in percentages

R + G + B =
239 + 226 + 235 = 700 (100%)
R 239 of 700 ~ 34.14%
G 226 of 700 ~ 32.29%
B 235 of 700 ~ 33.57%

%34.14
%32.29
%33.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.44%
  • yellow value is 1.67%
  • key color value is 6.27%
CMYK:
(0,5,2,6)
C0M5Y2K6 
(0%,5%,2%,6%)
(0.00/0.05/0.02/0.06)	

CMYK percentages

%0
%5.44
%1.67
%6.27

Codes

Color #EFE2EB in popluar color models

EFE2EB
RGB239226235
HSL318°28.89%91.18%
HSB/HSV318°5.44%93.73%
CMYK0.00%5.44%1.67%
6.27%

Color #EFE2EB in popluar number systems.

HEXEFE2EB
Decimal239226235
Binary111011111110001011101011
Octal357342353

Shades and tints

Shades of #EFE2EB

#EFE2EB
(239,226,235)
#DACED6
(218,206,214)
#C5BAC1
(197,186,193)
#B0A6AC
(176,166,172)
#9B9297
(155,146,151)
#867E82
(134,126,130)
#716A6D
(113,106,109)
#5C5658
(92,86,88)
#474243
(71,66,67)
#322E2E
(50,46,46)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #EFE2EB

#EFE2EB
(239,226,235)
#F0E4EC
(240,228,236)
#F1E6ED
(241,230,237)
#F2E8EE
(242,232,238)
#F3EAEF
(243,234,239)
#F4ECF0
(244,236,240)
#F5EEF1
(245,238,241)
#F6F0F2
(246,240,242)
#F7F2F3
(247,242,243)
#F8F4F4
(248,244,244)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE2EB; }

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

This text font color is #EFE2EB.


Background Color

.myBgColor { background-color: #EFE2EB; }

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

This div background color is #EFE2EB.


Border color

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

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

This div border color is #EFE2EB.


Opacity

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

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

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

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

This text has shadow with #EFE2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE2EB on black background.


Color preview on white background

This text has color #EFE2EB on white background.



Black color preview on #EFE2EB background

This text has black color on #EFE2EB background.


White color preview on #EFE2EB background

This text has white color on #EFE2EB background.