COLOR #ECE6C7

HEX: #ECE6C7
RGB: (236,230,199)

Color info

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

RGB color model

#ECE6C7 color RGB value is (236,230,199).

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

RGB channels and saturation

R 236 of 255 = 93%
G 230 of 255 = 90%
B 199 of 255 = 78%

236
230
199

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

Portions of RGB colors in percentages

R + G + B =
236 + 230 + 199 = 665 (100%)
R 236 of 665 ~ 35.49%
G 230 of 665 ~ 34.59%
B 199 of 665 ~ 29.92%

%35.49
%34.59
%29.92

CMYK color model

#ECE6C7 color CMYK value is (0,3,16,7).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 15.68%
  • key color value is 7.45%
CMYK:
(0,3,16,7)
C0M3Y16K7 
(0%,3%,16%,7%)
(0.00/0.03/0.16/0.07)	

CMYK percentages

%0
%2.54
%15.68
%7.45

Codes

Color #ECE6C7 in popluar color models

ECE6C7
RGB236230199
HSL50°49.33%85.29%
HSB/HSV50°15.68%92.55%
CMYK0.00%2.54%15.68%
7.45%

Color #ECE6C7 in popluar number systems.

HEXECE6C7
Decimal236230199
Binary111011001110011011000111
Octal354346307

Shades and tints

Shades of #ECE6C7

#ECE6C7
(236,230,199)
#D7D2B5
(215,210,181)
#C2BEA3
(194,190,163)
#ADAA91
(173,170,145)
#98967F
(152,150,127)
#83826D
(131,130,109)
#6E6E5B
(110,110,91)
#595A49
(89,90,73)
#444637
(68,70,55)
#2F3225
(47,50,37)
#1A1E13
(26,30,19)
#000000
(0,0,0)

Tints of #ECE6C7

#ECE6C7
(236,230,199)
#EDE8CC
(237,232,204)
#EEEAD1
(238,234,209)
#EFECD6
(239,236,214)
#F0EEDB
(240,238,219)
#F1F0E0
(241,240,224)
#F2F2E5
(242,242,229)
#F3F4EA
(243,244,234)
#F4F6EF
(244,246,239)
#F5F8F4
(245,248,244)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE6C7; }

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

This text font color is #ECE6C7.


Background Color

.myBgColor { background-color: #ECE6C7; }

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

This div background color is #ECE6C7.


Border color

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

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

This div border color is #ECE6C7.


Opacity

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

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

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

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

This text has shadow with #ECE6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE6C7 on black background.


Color preview on white background

This text has color #ECE6C7 on white background.



Black color preview on #ECE6C7 background

This text has black color on #ECE6C7 background.


White color preview on #ECE6C7 background

This text has white color on #ECE6C7 background.