COLOR #EBE2DC

HEX: #EBE2DC
RGB: (235,226,220)

Color info

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

RGB color model

#EBE2DC color RGB value is (235,226,220).

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

RGB channels and saturation

R 235 of 255 = 92%
G 226 of 255 = 89%
B 220 of 255 = 86%

235
226
220

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

Portions of RGB colors in percentages

R + G + B =
235 + 226 + 220 = 681 (100%)
R 235 of 681 ~ 34.51%
G 226 of 681 ~ 33.19%
B 220 of 681 ~ 32.31%

%34.51
%33.19
%32.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 6.38%
  • key color value is 7.84%
CMYK:
(0,4,6,8)
C0M4Y6K8 
(0%,4%,6%,8%)
(0.00/0.04/0.06/0.08)	

CMYK percentages

%0
%3.83
%6.38
%7.84

Codes

Color #EBE2DC in popluar color models

EBE2DC
RGB235226220
HSL24°27.27%89.22%
HSB/HSV24°6.38%92.16%
CMYK0.00%3.83%6.38%
7.84%

Color #EBE2DC in popluar number systems.

HEXEBE2DC
Decimal235226220
Binary111010111110001011011100
Octal353342334

Shades and tints

Shades of #EBE2DC

#EBE2DC
(235,226,220)
#D6CEC8
(214,206,200)
#C1BAB4
(193,186,180)
#ACA6A0
(172,166,160)
#97928C
(151,146,140)
#827E78
(130,126,120)
#6D6A64
(109,106,100)
#585650
(88,86,80)
#43423C
(67,66,60)
#2E2E28
(46,46,40)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #EBE2DC

#EBE2DC
(235,226,220)
#ECE4DF
(236,228,223)
#EDE6E2
(237,230,226)
#EEE8E5
(238,232,229)
#EFEAE8
(239,234,232)
#F0ECEB
(240,236,235)
#F1EEEE
(241,238,238)
#F2F0F1
(242,240,241)
#F3F2F4
(243,242,244)
#F4F4F7
(244,244,247)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE2DC; }

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

This text font color is #EBE2DC.


Background Color

.myBgColor { background-color: #EBE2DC; }

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

This div background color is #EBE2DC.


Border color

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

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

This div border color is #EBE2DC.


Opacity

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

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

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

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

This text has shadow with #EBE2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE2DC on black background.


Color preview on white background

This text has color #EBE2DC on white background.



Black color preview on #EBE2DC background

This text has black color on #EBE2DC background.


White color preview on #EBE2DC background

This text has white color on #EBE2DC background.