COLOR #EBECD4

HEX: #EBECD4
RGB: (235,236,212)

Color info

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

RGB color model

#EBECD4 color RGB value is (235,236,212).

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

RGB channels and saturation

R 235 of 255 = 92%
G 236 of 255 = 93%
B 212 of 255 = 83%

235
236
212

R + G + B ~ 89%. #EBECD4 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 236 + 212 = 683 (100%)
R 235 of 683 ~ 34.41%
G 236 of 683 ~ 34.55%
B 212 of 683 ~ 31.04%

%34.41
%34.55
%31.04

CMYK color model

#EBECD4 color CMYK value is (0,0,10,7).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 10.17%
  • key color value is 7.45%
CMYK:
(0,0,10,7)
C0M0Y10K7 
(0%,0%,10%,7%)
(0.00/0.00/0.10/0.07)	

CMYK percentages

%0.42
%0
%10.17
%7.45

Codes

Color #EBECD4 in popluar color models

EBECD4
RGB235236212
HSL63°38.71%87.84%
HSB/HSV63°10.17%92.55%
CMYK0.42%0.00%10.17%
7.45%

Color #EBECD4 in popluar number systems.

HEXEBECD4
Decimal235236212
Binary111010111110110011010100
Octal353354324

Shades and tints

Shades of #EBECD4

#EBECD4
(235,236,212)
#D6D7C1
(214,215,193)
#C1C2AE
(193,194,174)
#ACAD9B
(172,173,155)
#979888
(151,152,136)
#828375
(130,131,117)
#6D6E62
(109,110,98)
#58594F
(88,89,79)
#43443C
(67,68,60)
#2E2F29
(46,47,41)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #EBECD4

#EBECD4
(235,236,212)
#ECEDD7
(236,237,215)
#EDEEDA
(237,238,218)
#EEEFDD
(238,239,221)
#EFF0E0
(239,240,224)
#F0F1E3
(240,241,227)
#F1F2E6
(241,242,230)
#F2F3E9
(242,243,233)
#F3F4EC
(243,244,236)
#F4F5EF
(244,245,239)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBECD4; }

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

This text font color is #EBECD4.


Background Color

.myBgColor { background-color: #EBECD4; }

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

This div background color is #EBECD4.


Border color

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

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

This div border color is #EBECD4.


Opacity

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

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

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

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

This text has shadow with #EBECD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBECD4 on black background.


Color preview on white background

This text has color #EBECD4 on white background.



Black color preview on #EBECD4 background

This text has black color on #EBECD4 background.


White color preview on #EBECD4 background

This text has white color on #EBECD4 background.