COLOR #ECE7BE

HEX: #ECE7BE
RGB: (236,231,190)

Color info

#ECE7BE contains red, green and blue colors in about the same proportion. Web safe color of #ECE7BE is #FFFFCC (or #FFC).

RGB color model

#ECE7BE color RGB value is (236,231,190).

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

RGB channels and saturation

R 236 of 255 = 93%
G 231 of 255 = 91%
B 190 of 255 = 75%

236
231
190

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

Portions of RGB colors in percentages

R + G + B =
236 + 231 + 190 = 657 (100%)
R 236 of 657 ~ 35.92%
G 231 of 657 ~ 35.16%
B 190 of 657 ~ 28.92%

%35.92
%35.16
%28.92

CMYK color model

#ECE7BE color CMYK value is (0,2,19,7).

  • cyan value is 0.00%
  • magenta value is 2.12%
  • yellow value is 19.49%
  • key color value is 7.45%
CMYK:
(0,2,19,7)
C0M2Y19K7 
(0%,2%,19%,7%)
(0.00/0.02/0.19/0.07)	

CMYK percentages

%0
%2.12
%19.49
%7.45

Codes

Color #ECE7BE in popluar color models

ECE7BE
RGB236231190
HSL53°54.76%83.53%
HSB/HSV53°19.49%92.55%
CMYK0.00%2.12%19.49%
7.45%

Color #ECE7BE in popluar number systems.

HEXECE7BE
Decimal236231190
Binary111011001110011110111110
Octal354347276

Shades and tints

Shades of #ECE7BE

#ECE7BE
(236,231,190)
#D7D2AD
(215,210,173)
#C2BD9C
(194,189,156)
#ADA88B
(173,168,139)
#98937A
(152,147,122)
#837E69
(131,126,105)
#6E6958
(110,105,88)
#595447
(89,84,71)
#443F36
(68,63,54)
#2F2A25
(47,42,37)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #ECE7BE

#ECE7BE
(236,231,190)
#EDE9C3
(237,233,195)
#EEEBC8
(238,235,200)
#EFEDCD
(239,237,205)
#F0EFD2
(240,239,210)
#F1F1D7
(241,241,215)
#F2F3DC
(242,243,220)
#F3F5E1
(243,245,225)
#F4F7E6
(244,247,230)
#F5F9EB
(245,249,235)
#F6FBF0
(246,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE7BE; }

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

This text font color is #ECE7BE.


Background Color

.myBgColor { background-color: #ECE7BE; }

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

This div background color is #ECE7BE.


Border color

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

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

This div border color is #ECE7BE.


Opacity

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

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

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

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

This text has shadow with #ECE7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE7BE on black background.


Color preview on white background

This text has color #ECE7BE on white background.



Black color preview on #ECE7BE background

This text has black color on #ECE7BE background.


White color preview on #ECE7BE background

This text has white color on #ECE7BE background.