COLOR #EBECDB

HEX: #EBECDB RGB: (235,236,219)

Color info

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

RGB color model

#EBECDB color RGB value is (235,236,219).

RGB: (235,236,219) (92%, 93%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 236 of 255 = 93%
B 219 of 255 = 86%

235
236
219

R + G + B ~ 90%. #EBECDB is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 236 + 219 = 690 (100%)
R 235 of 690 ~ 34.06%
G 236 of 690 ~ 34.2%
B 219 of 690 ~ 31.74'%

%34.06
%34.2
%31.74

CMYK color model

#EBECDB color CMYK value is (0,0,7,7).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 7.20%
  • key color value is 7.45%
CMYK: (0,0,7,7) C0M0Y7K7 (0%,0%,7%,7%) (0.00/0.00/0.07/0.07) 

CMYK percentages

%0.42
%0
%7.2
%7.45

Codes

Color #EBECDB in popluar color models

EB EC DB
RGB 235 236 219
HSL 64° 30.91% 89.22%
HSB/HSV 64° 7.20% 92.55%
CMYK 0.42% 0.00% 7.20%
7.45%

Color #EBECDB in popluar number systems.

HEX EB EC DB
Decimal 235 236 219
Binary 11101011 11101100 11011011
Octal 353 354 333

Shades and tints

Shades of #EBECDB

#EBECDB
(235,236,219)
#D6D7C8
(214,215,200)
#C1C2B5
(193,194,181)
#ACADA2
(172,173,162)
#97988F
(151,152,143)
#82837C
(130,131,124)
#6D6E69
(109,110,105)
#585956
(88,89,86)
#434443
(67,68,67)
#2E2F30
(46,47,48)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #EBECDB

#EBECDB
(235,236,219)
#ECEDDE
(236,237,222)
#EDEEE1
(237,238,225)
#EEEFE4
(238,239,228)
#EFF0E7
(239,240,231)
#F0F1EA
(240,241,234)
#F1F2ED
(241,242,237)
#F2F3F0
(242,243,240)
#F3F4F3
(243,244,243)
#F4F5F6
(244,245,246)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBECDB; }

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

This text font color is #EBECDB.

Background Color

.myBgColor { background-color: #EBECDB; }

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

This div background color is #EBECDB.

Border color

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

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

This div border color is #EBECDB.

Opacity

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

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

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

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

This text has shadow with #EBECDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBECDB.

Preview

Color preview on black background

This text has color #EBECDB on black background.


Color preview on white background

This text has color #EBECDB on white background.


Black color preview on #EBECDB background

This text has black color on #EBECDB background.


White color preview on #EBECDB background

This text has white color on #EBECDB background.


Related colors

Complementary color

Complementary color for #hex is #141324.


I love getcolorcode.com

Triadic colors

1 #DBEBEC and #ECDBEB with #EBECDB are triadic colors.

2 #DBECEB and #ECEBDB with #EBECDB are triadic colors.