COLOR #ECE5BE

HEX: #ECE5BE
RGB: (236,229,190)

Color info

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

RGB color model

#ECE5BE color RGB value is (236,229,190).

  • red value is 236;
  • green value is 229;
  • blue value is 190.
RGB:
(236,229,190)
(93%,90%,75%)

RGB channels and saturation

R 236 of 255 = 93%
G 229 of 255 = 90%
B 190 of 255 = 75%

236
229
190

R + G + B ~ 86%. #ECE5BE is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 229 + 190 = 655 (100%)
R 236 of 655 ~ 36.03%
G 229 of 655 ~ 34.96%
B 190 of 655 ~ 29.01%

%36.03
%34.96
%29.01

CMYK color model

#ECE5BE color CMYK value is (0,3,19,7).

  • cyan value is 0.00%
  • magenta value is 2.97%
  • yellow value is 19.49%
  • key color value is 7.45%
CMYK:
(0,3,19,7)
C0M3Y19K7 
(0%,3%,19%,7%)
(0.00/0.03/0.19/0.07)	

CMYK percentages

%0
%2.97
%19.49
%7.45

Codes

Color #ECE5BE in popluar color models

ECE5BE
RGB236229190
HSL51°54.76%83.53%
HSB/HSV51°19.49%92.55%
CMYK0.00%2.97%19.49%
7.45%

Color #ECE5BE in popluar number systems.

HEXECE5BE
Decimal236229190
Binary111011001110010110111110
Octal354345276

Shades and tints

Shades of #ECE5BE

#ECE5BE
(236,229,190)
#D7D1AD
(215,209,173)
#C2BD9C
(194,189,156)
#ADA98B
(173,169,139)
#98957A
(152,149,122)
#838169
(131,129,105)
#6E6D58
(110,109,88)
#595947
(89,89,71)
#444536
(68,69,54)
#2F3125
(47,49,37)
#1A1D14
(26,29,20)
#000000
(0,0,0)

Tints of #ECE5BE

#ECE5BE
(236,229,190)
#EDE7C3
(237,231,195)
#EEE9C8
(238,233,200)
#EFEBCD
(239,235,205)
#F0EDD2
(240,237,210)
#F1EFD7
(241,239,215)
#F2F1DC
(242,241,220)
#F3F3E1
(243,243,225)
#F4F5E6
(244,245,230)
#F5F7EB
(245,247,235)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE5BE color. Also use rgb(236,229,190) instead hex code.

Text Font Color

.myTextColor { color: #ECE5BE; }

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

This text font color is #ECE5BE.


Background Color

.myBgColor { background-color: #ECE5BE; }

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

This div background color is #ECE5BE.


Border color

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

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

This div border color is #ECE5BE.


Opacity

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

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

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

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

This text has shadow with #ECE5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE5BE on black background.


Color preview on white background

This text has color #ECE5BE on white background.



Black color preview on #ECE5BE background

This text has black color on #ECE5BE background.


White color preview on #ECE5BE background

This text has white color on #ECE5BE background.