COLOR #ECE1BE

HEX: #ECE1BE RGB: (236,225,190)

Color info

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

RGB color model

#ECE1BE color RGB value is (236,225,190).

RGB: (236,225,190) (93%, 88%, 75%)

RGB channels and saturation

R 236 of 255 = 93%
G 225 of 255 = 88%
B 190 of 255 = 75%

236
225
190

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

Portions of RGB colors in percentages

R + G + B = 236 + 225 + 190 = 651 (100%)
R 236 of 651 ~ 36.25%
G 225 of 651 ~ 34.56%
B 190 of 651 ~ 29.19'%

%36.25
%34.56
%29.19

CMYK color model

#ECE1BE color CMYK value is (0,5,19,7).

  • cyan value is 0.00%
  • magenta value is 4.66%
  • yellow value is 19.49%
  • key color value is 7.45%

CMYK: (0,5,19,7)
C0M5Y19K7 (0%, 5%, 19%, 7%)
(0.00 / 0.05 / 0.19 / 0.07)

CMYK percentages

%0
%4.66
%19.49
%7.45

Codes

Color #ECE1BE in popluar color models

EC E1 BE
RGB 236 225 190
HSL 46° 54.76% 83.53%
HSB/HSV 46° 19.49% 92.55%
CMYK 0.00% 4.66% 19.49%
7.45%

Color #ECE1BE in popluar number systems.

HEX EC E1 BE
Decimal 236 225 190
Binary 11101100 11100001 10111110
Octal 354 341 276

Shades and tints

Shades of #ECE1BE

#ECE1BE
(236,225,190)
#D7CDAD
(215,205,173)
#C2B99C
(194,185,156)
#ADA58B
(173,165,139)
#98917A
(152,145,122)
#837D69
(131,125,105)
#6E6958
(110,105,88)
#595547
(89,85,71)
#444136
(68,65,54)
#2F2D25
(47,45,37)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #ECE1BE

#ECE1BE
(236,225,190)
#EDE3C3
(237,227,195)
#EEE5C8
(238,229,200)
#EFE7CD
(239,231,205)
#F0E9D2
(240,233,210)
#F1EBD7
(241,235,215)
#F2EDDC
(242,237,220)
#F3EFE1
(243,239,225)
#F4F1E6
(244,241,230)
#F5F3EB
(245,243,235)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE1BE; }

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

This text font color is #ECE1BE.

Background Color

.myBgColor { background-color: #ECE1BE; }

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

This div background color is #ECE1BE.

Border color

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

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

This div border color is #ECE1BE.

Opacity

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

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

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

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

This text has shadow with #ECE1BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE1BE.

Preview

Color preview on black background

This text has color #ECE1BE on black background.


Color preview on white background

This text has color #ECE1BE on white background.


Black color preview on #ECE1BE background

This text has black color on #ECE1BE background.


White color preview on #ECE1BE background

This text has white color on #ECE1BE background.


Related colors

Complementary color

Complementary color for #hex is #131E41.


I love getcolorcode.com

Triadic colors

1 #BEECE1 and #E1BEEC with #ECE1BE are triadic colors.

2 #BEE1EC and #E1ECBE with #ECE1BE are triadic colors.