COLOR #EFEEC6

HEX: #EFEEC6
RGB: (239,238,198)

Color info

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

RGB color model

#EFEEC6 color RGB value is (239,238,198).

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

RGB channels and saturation

R 239 of 255 = 94%
G 238 of 255 = 93%
B 198 of 255 = 78%

239
238
198

R + G + B ~ 88%. #EFEEC6 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 238 + 198 = 675 (100%)
R 239 of 675 ~ 35.41%
G 238 of 675 ~ 35.26%
B 198 of 675 ~ 29.33%

%35.41
%35.26
%29.33

CMYK color model

#EFEEC6 color CMYK value is (0,0,17,6).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 17.15%
  • key color value is 6.27%
CMYK:
(0,0,17,6)
C0M0Y17K6 
(0%,0%,17%,6%)
(0.00/0.00/0.17/0.06)	

CMYK percentages

%0
%0.42
%17.15
%6.27

Codes

Color #EFEEC6 in popluar color models

EFEEC6
RGB239238198
HSL59°56.16%85.69%
HSB/HSV59°17.15%93.73%
CMYK0.00%0.42%17.15%
6.27%

Color #EFEEC6 in popluar number systems.

HEXEFEEC6
Decimal239238198
Binary111011111110111011000110
Octal357356306

Shades and tints

Shades of #EFEEC6

#EFEEC6
(239,238,198)
#DAD9B4
(218,217,180)
#C5C4A2
(197,196,162)
#B0AF90
(176,175,144)
#9B9A7E
(155,154,126)
#86856C
(134,133,108)
#71705A
(113,112,90)
#5C5B48
(92,91,72)
#474636
(71,70,54)
#323124
(50,49,36)
#1D1C12
(29,28,18)
#000000
(0,0,0)

Tints of #EFEEC6

#EFEEC6
(239,238,198)
#F0EFCB
(240,239,203)
#F1F0D0
(241,240,208)
#F2F1D5
(242,241,213)
#F3F2DA
(243,242,218)
#F4F3DF
(244,243,223)
#F5F4E4
(245,244,228)
#F6F5E9
(246,245,233)
#F7F6EE
(247,246,238)
#F8F7F3
(248,247,243)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEEC6; }

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

This text font color is #EFEEC6.


Background Color

.myBgColor { background-color: #EFEEC6; }

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

This div background color is #EFEEC6.


Border color

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

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

This div border color is #EFEEC6.


Opacity

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

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

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

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

This text has shadow with #EFEEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEEC6 on black background.


Color preview on white background

This text has color #EFEEC6 on white background.



Black color preview on #EFEEC6 background

This text has black color on #EFEEC6 background.


White color preview on #EFEEC6 background

This text has white color on #EFEEC6 background.