COLOR #EFE9C8

HEX: #EFE9C8 RGB: (239,233,200)

Color info

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

RGB color model

#EFE9C8 color RGB value is (239,233,200).

RGB: (239,233,200) (94%, 91%, 78%)

RGB channels and saturation

R 239 of 255 = 94%
G 233 of 255 = 91%
B 200 of 255 = 78%

239
233
200

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

Portions of RGB colors in percentages

R + G + B = 239 + 233 + 200 = 672 (100%)
R 239 of 672 ~ 35.57%
G 233 of 672 ~ 34.67%
B 200 of 672 ~ 29.76'%

%35.57
%34.67
%29.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.51%
  • yellow value is 16.32%
  • 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
%16.32
%6.27

Codes

Color #EFE9C8 in popluar color models

EF E9 C8
RGB 239 233 200
HSL 51° 54.93% 86.08%
HSB/HSV 51° 16.32% 93.73%
CMYK 0.00% 2.51% 16.32%
6.27%

Color #EFE9C8 in popluar number systems.

HEX EF E9 C8
Decimal 239 233 200
Binary 11101111 11101001 11001000
Octal 357 351 310

Shades and tints

Shades of #EFE9C8

#EFE9C8
(239,233,200)
#DAD4B6
(218,212,182)
#C5BFA4
(197,191,164)
#B0AA92
(176,170,146)
#9B9580
(155,149,128)
#86806E
(134,128,110)
#716B5C
(113,107,92)
#5C564A
(92,86,74)
#474138
(71,65,56)
#322C26
(50,44,38)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #EFE9C8

#EFE9C8
(239,233,200)
#F0EBCD
(240,235,205)
#F1EDD2
(241,237,210)
#F2EFD7
(242,239,215)
#F3F1DC
(243,241,220)
#F4F3E1
(244,243,225)
#F5F5E6
(245,245,230)
#F6F7EB
(246,247,235)
#F7F9F0
(247,249,240)
#F8FBF5
(248,251,245)
#F9FDFA
(249,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE9C8; }

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

This text font color is #EFE9C8.

Background Color

.myBgColor { background-color: #EFE9C8; }

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

This div background color is #EFE9C8.

Border color

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

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

This div border color is #EFE9C8.

Opacity

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

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

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

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

This text has shadow with #EFE9C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE9C8.

Preview

Color preview on black background

This text has color #EFE9C8 on black background.


Color preview on white background

This text has color #EFE9C8 on white background.


Black color preview on #EFE9C8 background

This text has black color on #EFE9C8 background.


White color preview on #EFE9C8 background

This text has white color on #EFE9C8 background.


Related colors

Complementary color

Complementary color for #hex is #101637.


I love getcolorcode.com

Triadic colors

1 #C8EFE9 and #E9C8EF with #EFE9C8 are triadic colors.

2 #C8E9EF and #E9EFC8 with #EFE9C8 are triadic colors.