COLOR #ECE6AD

HEX: #ECE6AD RGB: (236,230,173)

Color info

#ECE6AD contains mainly red and green colors. Web safe color of #ECE6AD is #FFCC99 (or #FC9).

RGB color model

#ECE6AD color RGB value is (236,230,173).

RGB: (236,230,173) (93%, 90%, 68%)

RGB channels and saturation

R 236 of 255 = 93%
G 230 of 255 = 90%
B 173 of 255 = 68%

236
230
173

R + G + B ~ 84%. #ECE6AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 230 + 173 = 639 (100%)
R 236 of 639 ~ 36.93%
G 230 of 639 ~ 35.99%
B 173 of 639 ~ 27.07'%

%36.93
%35.99
%27.07

CMYK color model

#ECE6AD color CMYK value is (0,3,27,7).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 26.69%
  • key color value is 7.45%

CMYK: (0,3,27,7)
C0M3Y27K7 (0%, 3%, 27%, 7%)
(0.00 / 0.03 / 0.27 / 0.07)

CMYK percentages

%0
%2.54
%26.69
%7.45

Codes

Color #ECE6AD in popluar color models

EC E6 AD
RGB 236 230 173
HSL 54° 62.38% 80.20%
HSB/HSV 54° 26.69% 92.55%
CMYK 0.00% 2.54% 26.69%
7.45%

Color #ECE6AD in popluar number systems.

HEX EC E6 AD
Decimal 236 230 173
Binary 11101100 11100110 10101101
Octal 354 346 255

Shades and tints

Shades of #ECE6AD

#ECE6AD
(236,230,173)
#D7D29E
(215,210,158)
#C2BE8F
(194,190,143)
#ADAA80
(173,170,128)
#989671
(152,150,113)
#838262
(131,130,98)
#6E6E53
(110,110,83)
#595A44
(89,90,68)
#444635
(68,70,53)
#2F3226
(47,50,38)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #ECE6AD

#ECE6AD
(236,230,173)
#EDE8B4
(237,232,180)
#EEEABB
(238,234,187)
#EFECC2
(239,236,194)
#F0EEC9
(240,238,201)
#F1F0D0
(241,240,208)
#F2F2D7
(242,242,215)
#F3F4DE
(243,244,222)
#F4F6E5
(244,246,229)
#F5F8EC
(245,248,236)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE6AD color. Also use rgb(236,230,173) instead hex code.

Text Font Color

.myTextColor { color: #ECE6AD; }

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

This text font color is #ECE6AD.

Background Color

.myBgColor { background-color: #ECE6AD; }

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

This div background color is #ECE6AD.

Border color

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

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

This div border color is #ECE6AD.

Opacity

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

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

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

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

This text has shadow with #ECE6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE6AD.

Preview

Color preview on black background

This text has color #ECE6AD on black background.


Color preview on white background

This text has color #ECE6AD on white background.


Black color preview on #ECE6AD background

This text has black color on #ECE6AD background.


White color preview on #ECE6AD background

This text has white color on #ECE6AD background.


Related colors

Complementary color

Complementary color for #hex is #131952.


I love getcolorcode.com

Triadic colors

1 #ADECE6 and #E6ADEC with #ECE6AD are triadic colors.

2 #ADE6EC and #E6ECAD with #ECE6AD are triadic colors.