COLOR #EFECC4

HEX: #EFECC4 RGB: (239,236,196)

Color info

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

RGB color model

#EFECC4 color RGB value is (239,236,196).

RGB: (239,236,196) (94%, 93%, 77%)

RGB channels and saturation

R 239 of 255 = 94%
G 236 of 255 = 93%
B 196 of 255 = 77%

239
236
196

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

Portions of RGB colors in percentages

R + G + B = 239 + 236 + 196 = 671 (100%)
R 239 of 671 ~ 35.62%
G 236 of 671 ~ 35.17%
B 196 of 671 ~ 29.21'%

%35.62
%35.17
%29.21

CMYK color model

#EFECC4 color CMYK value is (0,1,18,6).

  • cyan value is 0.00%
  • magenta value is 1.26%
  • yellow value is 17.99%
  • key color value is 6.27%
CMYK: (0,1,18,6) C0M1Y18K6 (0%,1%,18%,6%) (0.00/0.01/0.18/0.06) 

CMYK percentages

%0
%1.26
%17.99
%6.27

Codes

Color #EFECC4 in popluar color models

EF EC C4
RGB 239 236 196
HSL 56° 57.33% 85.29%
HSB/HSV 56° 17.99% 93.73%
CMYK 0.00% 1.26% 17.99%
6.27%

Color #EFECC4 in popluar number systems.

HEX EF EC C4
Decimal 239 236 196
Binary 11101111 11101100 11000100
Octal 357 354 304

Shades and tints

Shades of #EFECC4

#EFECC4
(239,236,196)
#DAD7B3
(218,215,179)
#C5C2A2
(197,194,162)
#B0AD91
(176,173,145)
#9B9880
(155,152,128)
#86836F
(134,131,111)
#716E5E
(113,110,94)
#5C594D
(92,89,77)
#47443C
(71,68,60)
#322F2B
(50,47,43)
#1D1A1A
(29,26,26)
#000000
(0,0,0)

Tints of #EFECC4

#EFECC4
(239,236,196)
#F0EDC9
(240,237,201)
#F1EECE
(241,238,206)
#F2EFD3
(242,239,211)
#F3F0D8
(243,240,216)
#F4F1DD
(244,241,221)
#F5F2E2
(245,242,226)
#F6F3E7
(246,243,231)
#F7F4EC
(247,244,236)
#F8F5F1
(248,245,241)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFECC4 color. Also use rgb(239,236,196) instead hex code.

Text Font Color

.myTextColor { color: #EFECC4; }

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

This text font color is #EFECC4.

Background Color

.myBgColor { background-color: #EFECC4; }

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

This div background color is #EFECC4.

Border color

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

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

This div border color is #EFECC4.

Opacity

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

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

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

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

This text has shadow with #EFECC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFECC4.

Preview

Color preview on black background

This text has color #EFECC4 on black background.


Color preview on white background

This text has color #EFECC4 on white background.


Black color preview on #EFECC4 background

This text has black color on #EFECC4 background.


White color preview on #EFECC4 background

This text has white color on #EFECC4 background.


Related colors

Complementary color

Complementary color for #hex is #10133B.


I love getcolorcode.com

Triadic colors

1 #C4EFEC and #ECC4EF with #EFECC4 are triadic colors.

2 #C4ECEF and #ECEFC4 with #EFECC4 are triadic colors.