COLOR #ECE3B0

HEX: #ECE3B0
RGB: (236,227,176)

Color info

#ECE3B0 contains mainly red and green colors. Web safe color of #ECE3B0 is #FFCC99 (or #FC9).

RGB color model

#ECE3B0 color RGB value is (236,227,176).

  • red value is 236;
  • green value is 227;
  • blue value is 176.
RGB:
(236,227,176)
(93%,89%,69%)

RGB channels and saturation

R 236 of 255 = 93%
G 227 of 255 = 89%
B 176 of 255 = 69%

236
227
176

R + G + B ~ 84%. #ECE3B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 227 + 176 = 639 (100%)
R 236 of 639 ~ 36.93%
G 227 of 639 ~ 35.52%
B 176 of 639 ~ 27.54%

%36.93
%35.52
%27.54

CMYK color model

#ECE3B0 color CMYK value is (0,4,25,7).

  • cyan value is 0.00%
  • magenta value is 3.81%
  • yellow value is 25.42%
  • key color value is 7.45%
CMYK:
(0,4,25,7)
C0M4Y25K7 
(0%,4%,25%,7%)
(0.00/0.04/0.25/0.07)	

CMYK percentages

%0
%3.81
%25.42
%7.45

Codes

Color #ECE3B0 in popluar color models

ECE3B0
RGB236227176
HSL51°61.22%80.78%
HSB/HSV51°25.42%92.55%
CMYK0.00%3.81%25.42%
7.45%

Color #ECE3B0 in popluar number systems.

HEXECE3B0
Decimal236227176
Binary111011001110001110110000
Octal354343260

Shades and tints

Shades of #ECE3B0

#ECE3B0
(236,227,176)
#D7CFA0
(215,207,160)
#C2BB90
(194,187,144)
#ADA780
(173,167,128)
#989370
(152,147,112)
#837F60
(131,127,96)
#6E6B50
(110,107,80)
#595740
(89,87,64)
#444330
(68,67,48)
#2F2F20
(47,47,32)
#1A1B10
(26,27,16)
#000000
(0,0,0)

Tints of #ECE3B0

#ECE3B0
(236,227,176)
#EDE5B7
(237,229,183)
#EEE7BE
(238,231,190)
#EFE9C5
(239,233,197)
#F0EBCC
(240,235,204)
#F1EDD3
(241,237,211)
#F2EFDA
(242,239,218)
#F3F1E1
(243,241,225)
#F4F3E8
(244,243,232)
#F5F5EF
(245,245,239)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE3B0 color. Also use rgb(236,227,176) instead hex code.

Text Font Color

.myTextColor { color: #ECE3B0; }

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

This text font color is #ECE3B0.


Background Color

.myBgColor { background-color: #ECE3B0; }

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

This div background color is #ECE3B0.


Border color

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

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

This div border color is #ECE3B0.


Opacity

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

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

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

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

This text has shadow with #ECE3B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE3B0 on black background.


Color preview on white background

This text has color #ECE3B0 on white background.



Black color preview on #ECE3B0 background

This text has black color on #ECE3B0 background.


White color preview on #ECE3B0 background

This text has white color on #ECE3B0 background.