COLOR #ECE6B4

HEX: #ECE6B4
RGB: (236,230,180)

Color info

#ECE6B4 contains red, green and blue colors in about the same proportion. Web safe color of #ECE6B4 is #FFCCCC (or #FCC).

RGB color model

#ECE6B4 color RGB value is (236,230,180).

  • red value is 236;
  • green value is 230;
  • blue value is 180.
RGB:
(236,230,180)
(93%,90%,71%)

RGB channels and saturation

R 236 of 255 = 93%
G 230 of 255 = 90%
B 180 of 255 = 71%

236
230
180

R + G + B ~ 85%. #ECE6B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 230 + 180 = 646 (100%)
R 236 of 646 ~ 36.53%
G 230 of 646 ~ 35.6%
B 180 of 646 ~ 27.86%

%36.53
%35.6
%27.86

CMYK color model

#ECE6B4 color CMYK value is (0,3,24,7).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 23.73%
  • key color value is 7.45%
CMYK:
(0,3,24,7)
C0M3Y24K7 
(0%,3%,24%,7%)
(0.00/0.03/0.24/0.07)	

CMYK percentages

%0
%2.54
%23.73
%7.45

Codes

Color #ECE6B4 in popluar color models

ECE6B4
RGB236230180
HSL54°59.57%81.57%
HSB/HSV54°23.73%92.55%
CMYK0.00%2.54%23.73%
7.45%

Color #ECE6B4 in popluar number systems.

HEXECE6B4
Decimal236230180
Binary111011001110011010110100
Octal354346264

Shades and tints

Shades of #ECE6B4

#ECE6B4
(236,230,180)
#D7D2A4
(215,210,164)
#C2BE94
(194,190,148)
#ADAA84
(173,170,132)
#989674
(152,150,116)
#838264
(131,130,100)
#6E6E54
(110,110,84)
#595A44
(89,90,68)
#444634
(68,70,52)
#2F3224
(47,50,36)
#1A1E14
(26,30,20)
#000000
(0,0,0)

Tints of #ECE6B4

#ECE6B4
(236,230,180)
#EDE8BA
(237,232,186)
#EEEAC0
(238,234,192)
#EFECC6
(239,236,198)
#F0EECC
(240,238,204)
#F1F0D2
(241,240,210)
#F2F2D8
(242,242,216)
#F3F4DE
(243,244,222)
#F4F6E4
(244,246,228)
#F5F8EA
(245,248,234)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE6B4; }

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

This text font color is #ECE6B4.


Background Color

.myBgColor { background-color: #ECE6B4; }

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

This div background color is #ECE6B4.


Border color

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

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

This div border color is #ECE6B4.


Opacity

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

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

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

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

This text has shadow with #ECE6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE6B4 on black background.


Color preview on white background

This text has color #ECE6B4 on white background.



Black color preview on #ECE6B4 background

This text has black color on #ECE6B4 background.


White color preview on #ECE6B4 background

This text has white color on #ECE6B4 background.