COLOR #ECE6B7

HEX: #ECE6B7
RGB: (236,230,183)

Color info

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

RGB color model

#ECE6B7 color RGB value is (236,230,183).

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

RGB channels and saturation

R 236 of 255 = 93%
G 230 of 255 = 90%
B 183 of 255 = 72%

236
230
183

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

Portions of RGB colors in percentages

R + G + B =
236 + 230 + 183 = 649 (100%)
R 236 of 649 ~ 36.36%
G 230 of 649 ~ 35.44%
B 183 of 649 ~ 28.2%

%36.36
%35.44
%28.2

CMYK color model

#ECE6B7 color CMYK value is (0,3,22,7).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 22.46%
  • key color value is 7.45%
CMYK:
(0,3,22,7)
C0M3Y22K7 
(0%,3%,22%,7%)
(0.00/0.03/0.22/0.07)	

CMYK percentages

%0
%2.54
%22.46
%7.45

Codes

Color #ECE6B7 in popluar color models

ECE6B7
RGB236230183
HSL53°58.24%82.16%
HSB/HSV53°22.46%92.55%
CMYK0.00%2.54%22.46%
7.45%

Color #ECE6B7 in popluar number systems.

HEXECE6B7
Decimal236230183
Binary111011001110011010110111
Octal354346267

Shades and tints

Shades of #ECE6B7

#ECE6B7
(236,230,183)
#D7D2A7
(215,210,167)
#C2BE97
(194,190,151)
#ADAA87
(173,170,135)
#989677
(152,150,119)
#838267
(131,130,103)
#6E6E57
(110,110,87)
#595A47
(89,90,71)
#444637
(68,70,55)
#2F3227
(47,50,39)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #ECE6B7

#ECE6B7
(236,230,183)
#EDE8BD
(237,232,189)
#EEEAC3
(238,234,195)
#EFECC9
(239,236,201)
#F0EECF
(240,238,207)
#F1F0D5
(241,240,213)
#F2F2DB
(242,242,219)
#F3F4E1
(243,244,225)
#F4F6E7
(244,246,231)
#F5F8ED
(245,248,237)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE6B7; }

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

This text font color is #ECE6B7.


Background Color

.myBgColor { background-color: #ECE6B7; }

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

This div background color is #ECE6B7.


Border color

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

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

This div border color is #ECE6B7.


Opacity

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

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

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

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

This text has shadow with #ECE6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE6B7 on black background.


Color preview on white background

This text has color #ECE6B7 on white background.



Black color preview on #ECE6B7 background

This text has black color on #ECE6B7 background.


White color preview on #ECE6B7 background

This text has white color on #ECE6B7 background.