COLOR #EFECD2

HEX: #EFECD2 RGB: (239,236,210)

Color info

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

RGB color model

#EFECD2 color RGB value is (239,236,210).

RGB: (239,236,210) (94%, 93%, 82%)

RGB channels and saturation

R 239 of 255 = 94%
G 236 of 255 = 93%
B 210 of 255 = 82%

239
236
210

R + G + B ~ 90%. #EFECD2 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 236 + 210 = 685 (100%)
R 239 of 685 ~ 34.89%
G 236 of 685 ~ 34.45%
B 210 of 685 ~ 30.66'%

%34.89
%34.45
%30.66

CMYK color model

#EFECD2 color CMYK value is (0,1,12,6).

  • cyan value is 0.00%
  • magenta value is 1.26%
  • yellow value is 12.13%
  • key color value is 6.27%

CMYK: (0,1,12,6)
C0M1Y12K6 (0%, 1%, 12%, 6%)
(0.00 / 0.01 / 0.12 / 0.06)

CMYK percentages

%0
%1.26
%12.13
%6.27

Codes

Color #EFECD2 in popluar color models

EF EC D2
RGB 239 236 210
HSL 54° 47.54% 88.04%
HSB/HSV 54° 12.13% 93.73%
CMYK 0.00% 1.26% 12.13%
6.27%

Color #EFECD2 in popluar number systems.

HEX EF EC D2
Decimal 239 236 210
Binary 11101111 11101100 11010010
Octal 357 354 322

Shades and tints

Shades of #EFECD2

#EFECD2
(239,236,210)
#DAD7BF
(218,215,191)
#C5C2AC
(197,194,172)
#B0AD99
(176,173,153)
#9B9886
(155,152,134)
#868373
(134,131,115)
#716E60
(113,110,96)
#5C594D
(92,89,77)
#47443A
(71,68,58)
#322F27
(50,47,39)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #EFECD2

#EFECD2
(239,236,210)
#F0EDD6
(240,237,214)
#F1EEDA
(241,238,218)
#F2EFDE
(242,239,222)
#F3F0E2
(243,240,226)
#F4F1E6
(244,241,230)
#F5F2EA
(245,242,234)
#F6F3EE
(246,243,238)
#F7F4F2
(247,244,242)
#F8F5F6
(248,245,246)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFECD2; }

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

This text font color is #EFECD2.

Background Color

.myBgColor { background-color: #EFECD2; }

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

This div background color is #EFECD2.

Border color

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

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

This div border color is #EFECD2.

Opacity

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

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

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

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

This text has shadow with #EFECD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFECD2.

Preview

Color preview on black background

This text has color #EFECD2 on black background.


Color preview on white background

This text has color #EFECD2 on white background.


Black color preview on #EFECD2 background

This text has black color on #EFECD2 background.


White color preview on #EFECD2 background

This text has white color on #EFECD2 background.


Related colors

Complementary color

Complementary color for #hex is #10132D.


I love getcolorcode.com

Triadic colors

1 #D2EFEC and #ECD2EF with #EFECD2 are triadic colors.

2 #D2ECEF and #ECEFD2 with #EFECD2 are triadic colors.