COLOR #EFEEE3

HEX: #EFEEE3 RGB: (239,238,227)

Color info

#EFEEE3 contains red, green and blue colors in about the same proportion. Web safe color of #EFEEE3 is #FFFFCC (or #FFC).

RGB color model

#EFEEE3 color RGB value is (239,238,227).

RGB: (239,238,227) (94%, 93%, 89%)

RGB channels and saturation

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

239
238
227

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

Portions of RGB colors in percentages

R + G + B = 239 + 238 + 227 = 704 (100%)
R 239 of 704 ~ 33.95%
G 238 of 704 ~ 33.81%
B 227 of 704 ~ 32.24'%

%33.95
%33.81
%32.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 5.02%
  • key color value is 6.27%

CMYK: (0,0,5,6)
C0M0Y5K6 (0%, 0%, 5%, 6%)
(0.00 / 0.00 / 0.05 / 0.06)

CMYK percentages

%0
%0.42
%5.02
%6.27

Codes

Color #EFEEE3 in popluar color models

EF EE E3
RGB 239 238 227
HSL 55° 27.27% 91.37%
HSB/HSV 55° 5.02% 93.73%
CMYK 0.00% 0.42% 5.02%
6.27%

Color #EFEEE3 in popluar number systems.

HEX EF EE E3
Decimal 239 238 227
Binary 11101111 11101110 11100011
Octal 357 356 343

Shades and tints

Shades of #EFEEE3

#EFEEE3
(239,238,227)
#DAD9CF
(218,217,207)
#C5C4BB
(197,196,187)
#B0AFA7
(176,175,167)
#9B9A93
(155,154,147)
#86857F
(134,133,127)
#71706B
(113,112,107)
#5C5B57
(92,91,87)
#474643
(71,70,67)
#32312F
(50,49,47)
#1D1C1B
(29,28,27)
#000000
(0,0,0)

Tints of #EFEEE3

#EFEEE3
(239,238,227)
#F0EFE5
(240,239,229)
#F1F0E7
(241,240,231)
#F2F1E9
(242,241,233)
#F3F2EB
(243,242,235)
#F4F3ED
(244,243,237)
#F5F4EF
(245,244,239)
#F6F5F1
(246,245,241)
#F7F6F3
(247,246,243)
#F8F7F5
(248,247,245)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEEE3; }

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

This text font color is #EFEEE3.

Background Color

.myBgColor { background-color: #EFEEE3; }

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

This div background color is #EFEEE3.

Border color

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

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

This div border color is #EFEEE3.

Opacity

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

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

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

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

This text has shadow with #EFEEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEEE3.

Preview

Color preview on black background

This text has color #EFEEE3 on black background.


Color preview on white background

This text has color #EFEEE3 on white background.


Black color preview on #EFEEE3 background

This text has black color on #EFEEE3 background.


White color preview on #EFEEE3 background

This text has white color on #EFEEE3 background.


Related colors

Complementary color

Complementary color for #hex is #10111C.


I love getcolorcode.com

Triadic colors

1 #E3EFEE and #EEE3EF with #EFEEE3 are triadic colors.

2 #E3EEEF and #EEEFE3 with #EFEEE3 are triadic colors.