COLOR #EFEAC6

HEX: #EFEAC6 RGB: (239,234,198)

Color info

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

RGB color model

#EFEAC6 color RGB value is (239,234,198).

RGB: (239,234,198) (94%, 92%, 78%)

RGB channels and saturation

R 239 of 255 = 94%
G 234 of 255 = 92%
B 198 of 255 = 78%

239
234
198

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

Portions of RGB colors in percentages

R + G + B = 239 + 234 + 198 = 671 (100%)
R 239 of 671 ~ 35.62%
G 234 of 671 ~ 34.87%
B 198 of 671 ~ 29.51'%

%35.62
%34.87
%29.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.09%
  • yellow value is 17.15%
  • key color value is 6.27%

CMYK: (0,2,17,6)
C0M2Y17K6 (0%, 2%, 17%, 6%)
(0.00 / 0.02 / 0.17 / 0.06)

CMYK percentages

%0
%2.09
%17.15
%6.27

Codes

Color #EFEAC6 in popluar color models

EF EA C6
RGB 239 234 198
HSL 53° 56.16% 85.69%
HSB/HSV 53° 17.15% 93.73%
CMYK 0.00% 2.09% 17.15%
6.27%

Color #EFEAC6 in popluar number systems.

HEX EF EA C6
Decimal 239 234 198
Binary 11101111 11101010 11000110
Octal 357 352 306

Shades and tints

Shades of #EFEAC6

#EFEAC6
(239,234,198)
#DAD5B4
(218,213,180)
#C5C0A2
(197,192,162)
#B0AB90
(176,171,144)
#9B967E
(155,150,126)
#86816C
(134,129,108)
#716C5A
(113,108,90)
#5C5748
(92,87,72)
#474236
(71,66,54)
#322D24
(50,45,36)
#1D1812
(29,24,18)
#000000
(0,0,0)

Tints of #EFEAC6

#EFEAC6
(239,234,198)
#F0EBCB
(240,235,203)
#F1ECD0
(241,236,208)
#F2EDD5
(242,237,213)
#F3EEDA
(243,238,218)
#F4EFDF
(244,239,223)
#F5F0E4
(245,240,228)
#F6F1E9
(246,241,233)
#F7F2EE
(247,242,238)
#F8F3F3
(248,243,243)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEAC6; }

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

This text font color is #EFEAC6.

Background Color

.myBgColor { background-color: #EFEAC6; }

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

This div background color is #EFEAC6.

Border color

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

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

This div border color is #EFEAC6.

Opacity

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

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

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

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

This text has shadow with #EFEAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEAC6.

Preview

Color preview on black background

This text has color #EFEAC6 on black background.


Color preview on white background

This text has color #EFEAC6 on white background.


Black color preview on #EFEAC6 background

This text has black color on #EFEAC6 background.


White color preview on #EFEAC6 background

This text has white color on #EFEAC6 background.


Related colors

Complementary color

Complementary color for #hex is #101539.


I love getcolorcode.com

Triadic colors

1 #C6EFEA and #EAC6EF with #EFEAC6 are triadic colors.

2 #C6EAEF and #EAEFC6 with #EFEAC6 are triadic colors.