COLOR #EBEADC

HEX: #EBEADC
RGB: (235,234,220)

Color info

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

RGB color model

#EBEADC color RGB value is (235,234,220).

  • red value is 235;
  • green value is 234;
  • blue value is 220.
RGB:
(235,234,220)
(92%,92%,86%)

RGB channels and saturation

R 235 of 255 = 92%
G 234 of 255 = 92%
B 220 of 255 = 86%

235
234
220

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

Portions of RGB colors in percentages

R + G + B =
235 + 234 + 220 = 689 (100%)
R 235 of 689 ~ 34.11%
G 234 of 689 ~ 33.96%
B 220 of 689 ~ 31.93%

%34.11
%33.96
%31.93

CMYK color model

#EBEADC color CMYK value is (0,0,6,8).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 6.38%
  • key color value is 7.84%
CMYK:
(0,0,6,8)
C0M0Y6K8 
(0%,0%,6%,8%)
(0.00/0.00/0.06/0.08)	

CMYK percentages

%0
%0.43
%6.38
%7.84

Codes

Color #EBEADC in popluar color models

EBEADC
RGB235234220
HSL56°27.27%89.22%
HSB/HSV56°6.38%92.16%
CMYK0.00%0.43%6.38%
7.84%

Color #EBEADC in popluar number systems.

HEXEBEADC
Decimal235234220
Binary111010111110101011011100
Octal353352334

Shades and tints

Shades of #EBEADC

#EBEADC
(235,234,220)
#D6D5C8
(214,213,200)
#C1C0B4
(193,192,180)
#ACABA0
(172,171,160)
#97968C
(151,150,140)
#828178
(130,129,120)
#6D6C64
(109,108,100)
#585750
(88,87,80)
#43423C
(67,66,60)
#2E2D28
(46,45,40)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #EBEADC

#EBEADC
(235,234,220)
#ECEBDF
(236,235,223)
#EDECE2
(237,236,226)
#EEEDE5
(238,237,229)
#EFEEE8
(239,238,232)
#F0EFEB
(240,239,235)
#F1F0EE
(241,240,238)
#F2F1F1
(242,241,241)
#F3F2F4
(243,242,244)
#F4F3F7
(244,243,247)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBEADC color. Also use rgb(235,234,220) instead hex code.

Text Font Color

.myTextColor { color: #EBEADC; }

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

This text font color is #EBEADC.


Background Color

.myBgColor { background-color: #EBEADC; }

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

This div background color is #EBEADC.


Border color

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

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

This div border color is #EBEADC.


Opacity

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

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

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

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

This text has shadow with #EBEADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEADC on black background.


Color preview on white background

This text has color #EBEADC on white background.



Black color preview on #EBEADC background

This text has black color on #EBEADC background.


White color preview on #EBEADC background

This text has white color on #EBEADC background.