COLOR #ECE6C5

HEX: #ECE6C5
RGB: (236,230,197)

Color info

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

RGB color model

#ECE6C5 color RGB value is (236,230,197).

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

RGB channels and saturation

R 236 of 255 = 93%
G 230 of 255 = 90%
B 197 of 255 = 77%

236
230
197

R + G + B ~ 87%. #ECE6C5 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 230 + 197 = 663 (100%)
R 236 of 663 ~ 35.6%
G 230 of 663 ~ 34.69%
B 197 of 663 ~ 29.71%

%35.6
%34.69
%29.71

CMYK color model

#ECE6C5 color CMYK value is (0,3,17,7).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 16.53%
  • key color value is 7.45%
CMYK:
(0,3,17,7)
C0M3Y17K7 
(0%,3%,17%,7%)
(0.00/0.03/0.17/0.07)	

CMYK percentages

%0
%2.54
%16.53
%7.45

Codes

Color #ECE6C5 in popluar color models

ECE6C5
RGB236230197
HSL51°50.65%84.90%
HSB/HSV51°16.53%92.55%
CMYK0.00%2.54%16.53%
7.45%

Color #ECE6C5 in popluar number systems.

HEXECE6C5
Decimal236230197
Binary111011001110011011000101
Octal354346305

Shades and tints

Shades of #ECE6C5

#ECE6C5
(236,230,197)
#D7D2B4
(215,210,180)
#C2BEA3
(194,190,163)
#ADAA92
(173,170,146)
#989681
(152,150,129)
#838270
(131,130,112)
#6E6E5F
(110,110,95)
#595A4E
(89,90,78)
#44463D
(68,70,61)
#2F322C
(47,50,44)
#1A1E1B
(26,30,27)
#000000
(0,0,0)

Tints of #ECE6C5

#ECE6C5
(236,230,197)
#EDE8CA
(237,232,202)
#EEEACF
(238,234,207)
#EFECD4
(239,236,212)
#F0EED9
(240,238,217)
#F1F0DE
(241,240,222)
#F2F2E3
(242,242,227)
#F3F4E8
(243,244,232)
#F4F6ED
(244,246,237)
#F5F8F2
(245,248,242)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE6C5; }

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

This text font color is #ECE6C5.


Background Color

.myBgColor { background-color: #ECE6C5; }

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

This div background color is #ECE6C5.


Border color

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

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

This div border color is #ECE6C5.


Opacity

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

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

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

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

This text has shadow with #ECE6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE6C5 on black background.


Color preview on white background

This text has color #ECE6C5 on white background.



Black color preview on #ECE6C5 background

This text has black color on #ECE6C5 background.


White color preview on #ECE6C5 background

This text has white color on #ECE6C5 background.