COLOR #EFEEC0

HEX: #EFEEC0
RGB: (239,238,192)

Color info

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

RGB color model

#EFEEC0 color RGB value is (239,238,192).

  • red value is 239;
  • green value is 238;
  • blue value is 192.
RGB:
(239,238,192)
(94%,93%,75%)

RGB channels and saturation

R 239 of 255 = 94%
G 238 of 255 = 93%
B 192 of 255 = 75%

239
238
192

R + G + B ~ 87%. #EFEEC0 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 238 + 192 = 669 (100%)
R 239 of 669 ~ 35.72%
G 238 of 669 ~ 35.58%
B 192 of 669 ~ 28.7%

%35.72
%35.58
%28.7

CMYK color model

#EFEEC0 color CMYK value is (0,0,20,6).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 19.67%
  • key color value is 6.27%
CMYK:
(0,0,20,6)
C0M0Y20K6 
(0%,0%,20%,6%)
(0.00/0.00/0.20/0.06)	

CMYK percentages

%0
%0.42
%19.67
%6.27

Codes

Color #EFEEC0 in popluar color models

EFEEC0
RGB239238192
HSL59°59.49%84.51%
HSB/HSV59°19.67%93.73%
CMYK0.00%0.42%19.67%
6.27%

Color #EFEEC0 in popluar number systems.

HEXEFEEC0
Decimal239238192
Binary111011111110111011000000
Octal357356300

Shades and tints

Shades of #EFEEC0

#EFEEC0
(239,238,192)
#DAD9AF
(218,217,175)
#C5C49E
(197,196,158)
#B0AF8D
(176,175,141)
#9B9A7C
(155,154,124)
#86856B
(134,133,107)
#71705A
(113,112,90)
#5C5B49
(92,91,73)
#474638
(71,70,56)
#323127
(50,49,39)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #EFEEC0

#EFEEC0
(239,238,192)
#F0EFC5
(240,239,197)
#F1F0CA
(241,240,202)
#F2F1CF
(242,241,207)
#F3F2D4
(243,242,212)
#F4F3D9
(244,243,217)
#F5F4DE
(245,244,222)
#F6F5E3
(246,245,227)
#F7F6E8
(247,246,232)
#F8F7ED
(248,247,237)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEEC0; }

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

This text font color is #EFEEC0.


Background Color

.myBgColor { background-color: #EFEEC0; }

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

This div background color is #EFEEC0.


Border color

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

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

This div border color is #EFEEC0.


Opacity

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

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

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

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

This text has shadow with #EFEEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEEC0 on black background.


Color preview on white background

This text has color #EFEEC0 on white background.



Black color preview on #EFEEC0 background

This text has black color on #EFEEC0 background.


White color preview on #EFEEC0 background

This text has white color on #EFEEC0 background.