COLOR #ECEDEB

HEX: #ECEDEB
RGB: (236,237,235)

Color info

#ECEDEB contains red, green and blue colors in about the same proportion. Web safe color of #ECEDEB is #FFFFFF (or #FFF).

RGB color model

#ECEDEB color RGB value is (236,237,235).

  • red value is 236;
  • green value is 237;
  • blue value is 235.
RGB:
(236,237,235)
(93%,93%,92%)

RGB channels and saturation

R 236 of 255 = 93%
G 237 of 255 = 93%
B 235 of 255 = 92%

236
237
235

R + G + B ~ 93%. #ECEDEB is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 237 + 235 = 708 (100%)
R 236 of 708 ~ 33.33%
G 237 of 708 ~ 33.47%
B 235 of 708 ~ 33.19%

%33.33
%33.47
%33.19

CMYK color model

#ECEDEB color CMYK value is (0,0,1,7).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 7.06%
CMYK:
(0,0,1,7)
C0M0Y1K7 
(0%,0%,1%,7%)
(0.00/0.00/0.01/0.07)	

CMYK percentages

%0.42
%0
%0.84
%7.06

Codes

Color #ECEDEB in popluar color models

ECEDEB
RGB236237235
HSL90°5.26%92.55%
HSB/HSV90°0.84%92.94%
CMYK0.42%0.00%0.84%
7.06%

Color #ECEDEB in popluar number systems.

HEXECEDEB
Decimal236237235
Binary111011001110110111101011
Octal354355353

Shades and tints

Shades of #ECEDEB

#ECEDEB
(236,237,235)
#D7D8D6
(215,216,214)
#C2C3C1
(194,195,193)
#ADAEAC
(173,174,172)
#989997
(152,153,151)
#838482
(131,132,130)
#6E6F6D
(110,111,109)
#595A58
(89,90,88)
#444543
(68,69,67)
#2F302E
(47,48,46)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #ECEDEB

#ECEDEB
(236,237,235)
#EDEEEC
(237,238,236)
#EEEFED
(238,239,237)
#EFF0EE
(239,240,238)
#F0F1EF
(240,241,239)
#F1F2F0
(241,242,240)
#F2F3F1
(242,243,241)
#F3F4F2
(243,244,242)
#F4F5F3
(244,245,243)
#F5F6F4
(245,246,244)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECEDEB color. Also use rgb(236,237,235) instead hex code.

Text Font Color

.myTextColor { color: #ECEDEB; }

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

This text font color is #ECEDEB.


Background Color

.myBgColor { background-color: #ECEDEB; }

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

This div background color is #ECEDEB.


Border color

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

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

This div border color is #ECEDEB.


Opacity

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

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

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

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

This text has shadow with #ECEDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECEDEB on black background.


Color preview on white background

This text has color #ECEDEB on white background.



Black color preview on #ECEDEB background

This text has black color on #ECEDEB background.


White color preview on #ECEDEB background

This text has white color on #ECEDEB background.