COLOR #EFE2E6

HEX: #EFE2E6
RGB: (239,226,230)

Color info

#EFE2E6 contains red, green and blue colors in about the same proportion. Web safe color of #EFE2E6 is #FFCCCC (or #FCC).

RGB color model

#EFE2E6 color RGB value is (239,226,230).

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

RGB channels and saturation

R 239 of 255 = 94%
G 226 of 255 = 89%
B 230 of 255 = 90%

239
226
230

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

Portions of RGB colors in percentages

R + G + B =
239 + 226 + 230 = 695 (100%)
R 239 of 695 ~ 34.39%
G 226 of 695 ~ 32.52%
B 230 of 695 ~ 33.09%

%34.39
%32.52
%33.09

CMYK color model

#EFE2E6 color CMYK value is (0,5,4,6).

  • cyan value is 0.00%
  • magenta value is 5.44%
  • yellow value is 3.77%
  • key color value is 6.27%
CMYK:
(0,5,4,6)
C0M5Y4K6 
(0%,5%,4%,6%)
(0.00/0.05/0.04/0.06)	

CMYK percentages

%0
%5.44
%3.77
%6.27

Codes

Color #EFE2E6 in popluar color models

EFE2E6
RGB239226230
HSL342°28.89%91.18%
HSB/HSV342°5.44%93.73%
CMYK0.00%5.44%3.77%
6.27%

Color #EFE2E6 in popluar number systems.

HEXEFE2E6
Decimal239226230
Binary111011111110001011100110
Octal357342346

Shades and tints

Shades of #EFE2E6

#EFE2E6
(239,226,230)
#DACED2
(218,206,210)
#C5BABE
(197,186,190)
#B0A6AA
(176,166,170)
#9B9296
(155,146,150)
#867E82
(134,126,130)
#716A6E
(113,106,110)
#5C565A
(92,86,90)
#474246
(71,66,70)
#322E32
(50,46,50)
#1D1A1E
(29,26,30)
#000000
(0,0,0)

Tints of #EFE2E6

#EFE2E6
(239,226,230)
#F0E4E8
(240,228,232)
#F1E6EA
(241,230,234)
#F2E8EC
(242,232,236)
#F3EAEE
(243,234,238)
#F4ECF0
(244,236,240)
#F5EEF2
(245,238,242)
#F6F0F4
(246,240,244)
#F7F2F6
(247,242,246)
#F8F4F8
(248,244,248)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE2E6; }

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

This text font color is #EFE2E6.


Background Color

.myBgColor { background-color: #EFE2E6; }

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

This div background color is #EFE2E6.


Border color

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

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

This div border color is #EFE2E6.


Opacity

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

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

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

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

This text has shadow with #EFE2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE2E6 on black background.


Color preview on white background

This text has color #EFE2E6 on white background.



Black color preview on #EFE2E6 background

This text has black color on #EFE2E6 background.


White color preview on #EFE2E6 background

This text has white color on #EFE2E6 background.