COLOR #ECE6D5

HEX: #ECE6D5
RGB: (236,230,213)

Color info

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

RGB color model

#ECE6D5 color RGB value is (236,230,213).

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

RGB channels and saturation

R 236 of 255 = 93%
G 230 of 255 = 90%
B 213 of 255 = 84%

236
230
213

R + G + B ~ 89%. #ECE6D5 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 230 + 213 = 679 (100%)
R 236 of 679 ~ 34.76%
G 230 of 679 ~ 33.87%
B 213 of 679 ~ 31.37%

%34.76
%33.87
%31.37

CMYK color model

#ECE6D5 color CMYK value is (0,3,10,7).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 9.75%
  • key color value is 7.45%
CMYK:
(0,3,10,7)
C0M3Y10K7 
(0%,3%,10%,7%)
(0.00/0.03/0.10/0.07)	

CMYK percentages

%0
%2.54
%9.75
%7.45

Codes

Color #ECE6D5 in popluar color models

ECE6D5
RGB236230213
HSL44°37.70%88.04%
HSB/HSV44°9.75%92.55%
CMYK0.00%2.54%9.75%
7.45%

Color #ECE6D5 in popluar number systems.

HEXECE6D5
Decimal236230213
Binary111011001110011011010101
Octal354346325

Shades and tints

Shades of #ECE6D5

#ECE6D5
(236,230,213)
#D7D2C2
(215,210,194)
#C2BEAF
(194,190,175)
#ADAA9C
(173,170,156)
#989689
(152,150,137)
#838276
(131,130,118)
#6E6E63
(110,110,99)
#595A50
(89,90,80)
#44463D
(68,70,61)
#2F322A
(47,50,42)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #ECE6D5

#ECE6D5
(236,230,213)
#EDE8D8
(237,232,216)
#EEEADB
(238,234,219)
#EFECDE
(239,236,222)
#F0EEE1
(240,238,225)
#F1F0E4
(241,240,228)
#F2F2E7
(242,242,231)
#F3F4EA
(243,244,234)
#F4F6ED
(244,246,237)
#F5F8F0
(245,248,240)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE6D5; }

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

This text font color is #ECE6D5.


Background Color

.myBgColor { background-color: #ECE6D5; }

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

This div background color is #ECE6D5.


Border color

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

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

This div border color is #ECE6D5.


Opacity

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

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

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

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

This text has shadow with #ECE6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE6D5 on black background.


Color preview on white background

This text has color #ECE6D5 on white background.



Black color preview on #ECE6D5 background

This text has black color on #ECE6D5 background.


White color preview on #ECE6D5 background

This text has white color on #ECE6D5 background.