COLOR #EFE3E7

HEX: #EFE3E7
RGB: (239,227,231)

Color info

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

RGB color model

#EFE3E7 color RGB value is (239,227,231).

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

RGB channels and saturation

R 239 of 255 = 94%
G 227 of 255 = 89%
B 231 of 255 = 91%

239
227
231

R + G + B ~ 91%. #EFE3E7 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 227 + 231 = 697 (100%)
R 239 of 697 ~ 34.29%
G 227 of 697 ~ 32.57%
B 231 of 697 ~ 33.14%

%34.29
%32.57
%33.14

CMYK color model

#EFE3E7 color CMYK value is (0,5,3,6).

  • cyan value is 0.00%
  • magenta value is 5.02%
  • yellow value is 3.35%
  • key color value is 6.27%
CMYK:
(0,5,3,6)
C0M5Y3K6 
(0%,5%,3%,6%)
(0.00/0.05/0.03/0.06)	

CMYK percentages

%0
%5.02
%3.35
%6.27

Codes

Color #EFE3E7 in popluar color models

EFE3E7
RGB239227231
HSL340°27.27%91.37%
HSB/HSV340°5.02%93.73%
CMYK0.00%5.02%3.35%
6.27%

Color #EFE3E7 in popluar number systems.

HEXEFE3E7
Decimal239227231
Binary111011111110001111100111
Octal357343347

Shades and tints

Shades of #EFE3E7

#EFE3E7
(239,227,231)
#DACFD2
(218,207,210)
#C5BBBD
(197,187,189)
#B0A7A8
(176,167,168)
#9B9393
(155,147,147)
#867F7E
(134,127,126)
#716B69
(113,107,105)
#5C5754
(92,87,84)
#47433F
(71,67,63)
#322F2A
(50,47,42)
#1D1B15
(29,27,21)
#000000
(0,0,0)

Tints of #EFE3E7

#EFE3E7
(239,227,231)
#F0E5E9
(240,229,233)
#F1E7EB
(241,231,235)
#F2E9ED
(242,233,237)
#F3EBEF
(243,235,239)
#F4EDF1
(244,237,241)
#F5EFF3
(245,239,243)
#F6F1F5
(246,241,245)
#F7F3F7
(247,243,247)
#F8F5F9
(248,245,249)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE3E7; }

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

This text font color is #EFE3E7.


Background Color

.myBgColor { background-color: #EFE3E7; }

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

This div background color is #EFE3E7.


Border color

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

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

This div border color is #EFE3E7.


Opacity

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

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

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

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

This text has shadow with #EFE3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE3E7 on black background.


Color preview on white background

This text has color #EFE3E7 on white background.



Black color preview on #EFE3E7 background

This text has black color on #EFE3E7 background.


White color preview on #EFE3E7 background

This text has white color on #EFE3E7 background.