COLOR #EFE9C9

HEX: #EFE9C9 RGB: (239,233,201)

Color info

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

RGB color model

#EFE9C9 color RGB value is (239,233,201).

RGB: (239,233,201) (94%, 91%, 79%)

RGB channels and saturation

R 239 of 255 = 94%
G 233 of 255 = 91%
B 201 of 255 = 79%

239
233
201

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

Portions of RGB colors in percentages

R + G + B = 239 + 233 + 201 = 673 (100%)
R 239 of 673 ~ 35.51%
G 233 of 673 ~ 34.62%
B 201 of 673 ~ 29.87'%

%35.51
%34.62
%29.87

CMYK color model

#EFE9C9 color CMYK value is (0,3,16,6).

  • cyan value is 0.00%
  • magenta value is 2.51%
  • yellow value is 15.90%
  • key color value is 6.27%

CMYK: (0,3,16,6)
C0M3Y16K6 (0%, 3%, 16%, 6%)
(0.00 / 0.03 / 0.16 / 0.06)

CMYK percentages

%0
%2.51
%15.9
%6.27

Codes

Color #EFE9C9 in popluar color models

EF E9 C9
RGB 239 233 201
HSL 51° 54.29% 86.27%
HSB/HSV 51° 15.90% 93.73%
CMYK 0.00% 2.51% 15.90%
6.27%

Color #EFE9C9 in popluar number systems.

HEX EF E9 C9
Decimal 239 233 201
Binary 11101111 11101001 11001001
Octal 357 351 311

Shades and tints

Shades of #EFE9C9

#EFE9C9
(239,233,201)
#DAD4B7
(218,212,183)
#C5BFA5
(197,191,165)
#B0AA93
(176,170,147)
#9B9581
(155,149,129)
#86806F
(134,128,111)
#716B5D
(113,107,93)
#5C564B
(92,86,75)
#474139
(71,65,57)
#322C27
(50,44,39)
#1D1715
(29,23,21)
#000000
(0,0,0)

Tints of #EFE9C9

#EFE9C9
(239,233,201)
#F0EBCD
(240,235,205)
#F1EDD1
(241,237,209)
#F2EFD5
(242,239,213)
#F3F1D9
(243,241,217)
#F4F3DD
(244,243,221)
#F5F5E1
(245,245,225)
#F6F7E5
(246,247,229)
#F7F9E9
(247,249,233)
#F8FBED
(248,251,237)
#F9FDF1
(249,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE9C9 color. Also use rgb(239,233,201) instead hex code.

Text Font Color

.myTextColor { color: #EFE9C9; }

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

This text font color is #EFE9C9.

Background Color

.myBgColor { background-color: #EFE9C9; }

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

This div background color is #EFE9C9.

Border color

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

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

This div border color is #EFE9C9.

Opacity

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

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

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

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

This text has shadow with #EFE9C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE9C9.

Preview

Color preview on black background

This text has color #EFE9C9 on black background.


Color preview on white background

This text has color #EFE9C9 on white background.


Black color preview on #EFE9C9 background

This text has black color on #EFE9C9 background.


White color preview on #EFE9C9 background

This text has white color on #EFE9C9 background.


Related colors

Complementary color

Complementary color for #hex is #101636.


I love getcolorcode.com

Triadic colors

1 #C9EFE9 and #E9C9EF with #EFE9C9 are triadic colors.

2 #C9E9EF and #E9EFC9 with #EFE9C9 are triadic colors.