COLOR #ECE4BE

HEX: #ECE4BE
RGB: (236,228,190)

Color info

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

RGB color model

#ECE4BE color RGB value is (236,228,190).

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

RGB channels and saturation

R 236 of 255 = 93%
G 228 of 255 = 89%
B 190 of 255 = 75%

236
228
190

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

Portions of RGB colors in percentages

R + G + B =
236 + 228 + 190 = 654 (100%)
R 236 of 654 ~ 36.09%
G 228 of 654 ~ 34.86%
B 190 of 654 ~ 29.05%

%36.09
%34.86
%29.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.39%
  • 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
%3.39
%19.49
%7.45

Codes

Color #ECE4BE in popluar color models

ECE4BE
RGB236228190
HSL50°54.76%83.53%
HSB/HSV50°19.49%92.55%
CMYK0.00%3.39%19.49%
7.45%

Color #ECE4BE in popluar number systems.

HEXECE4BE
Decimal236228190
Binary111011001110010010111110
Octal354344276

Shades and tints

Shades of #ECE4BE

#ECE4BE
(236,228,190)
#D7D0AD
(215,208,173)
#C2BC9C
(194,188,156)
#ADA88B
(173,168,139)
#98947A
(152,148,122)
#838069
(131,128,105)
#6E6C58
(110,108,88)
#595847
(89,88,71)
#444436
(68,68,54)
#2F3025
(47,48,37)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #ECE4BE

#ECE4BE
(236,228,190)
#EDE6C3
(237,230,195)
#EEE8C8
(238,232,200)
#EFEACD
(239,234,205)
#F0ECD2
(240,236,210)
#F1EED7
(241,238,215)
#F2F0DC
(242,240,220)
#F3F2E1
(243,242,225)
#F4F4E6
(244,244,230)
#F5F6EB
(245,246,235)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE4BE; }

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

This text font color is #ECE4BE.


Background Color

.myBgColor { background-color: #ECE4BE; }

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

This div background color is #ECE4BE.


Border color

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

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

This div border color is #ECE4BE.


Opacity

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

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

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

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

This text has shadow with #ECE4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE4BE on black background.


Color preview on white background

This text has color #ECE4BE on white background.



Black color preview on #ECE4BE background

This text has black color on #ECE4BE background.


White color preview on #ECE4BE background

This text has white color on #ECE4BE background.