COLOR #EFE3EC

HEX: #EFE3EC
RGB: (239,227,236)

Color info

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

RGB color model

#EFE3EC color RGB value is (239,227,236).

  • red value is 239;
  • green value is 227;
  • blue value is 236.
RGB:
(239,227,236)
(94%,89%,93%)

RGB channels and saturation

R 239 of 255 = 94%
G 227 of 255 = 89%
B 236 of 255 = 93%

239
227
236

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

Portions of RGB colors in percentages

R + G + B =
239 + 227 + 236 = 702 (100%)
R 239 of 702 ~ 34.05%
G 227 of 702 ~ 32.34%
B 236 of 702 ~ 33.62%

%34.05
%32.34
%33.62

CMYK color model

#EFE3EC color CMYK value is (0,5,1,6).

  • cyan value is 0.00%
  • magenta value is 5.02%
  • yellow value is 1.26%
  • key color value is 6.27%
CMYK:
(0,5,1,6)
C0M5Y1K6 
(0%,5%,1%,6%)
(0.00/0.05/0.01/0.06)	

CMYK percentages

%0
%5.02
%1.26
%6.27

Codes

Color #EFE3EC in popluar color models

EFE3EC
RGB239227236
HSL315°27.27%91.37%
HSB/HSV315°5.02%93.73%
CMYK0.00%5.02%1.26%
6.27%

Color #EFE3EC in popluar number systems.

HEXEFE3EC
Decimal239227236
Binary111011111110001111101100
Octal357343354

Shades and tints

Shades of #EFE3EC

#EFE3EC
(239,227,236)
#DACFD7
(218,207,215)
#C5BBC2
(197,187,194)
#B0A7AD
(176,167,173)
#9B9398
(155,147,152)
#867F83
(134,127,131)
#716B6E
(113,107,110)
#5C5759
(92,87,89)
#474344
(71,67,68)
#322F2F
(50,47,47)
#1D1B1A
(29,27,26)
#000000
(0,0,0)

Tints of #EFE3EC

#EFE3EC
(239,227,236)
#F0E5ED
(240,229,237)
#F1E7EE
(241,231,238)
#F2E9EF
(242,233,239)
#F3EBF0
(243,235,240)
#F4EDF1
(244,237,241)
#F5EFF2
(245,239,242)
#F6F1F3
(246,241,243)
#F7F3F4
(247,243,244)
#F8F5F5
(248,245,245)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE3EC color. Also use rgb(239,227,236) instead hex code.

Text Font Color

.myTextColor { color: #EFE3EC; }

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

This text font color is #EFE3EC.


Background Color

.myBgColor { background-color: #EFE3EC; }

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

This div background color is #EFE3EC.


Border color

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

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

This div border color is #EFE3EC.


Opacity

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

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

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

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

This text has shadow with #EFE3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE3EC on black background.


Color preview on white background

This text has color #EFE3EC on white background.



Black color preview on #EFE3EC background

This text has black color on #EFE3EC background.


White color preview on #EFE3EC background

This text has white color on #EFE3EC background.