COLOR #EBDAE2

HEX: #EBDAE2
RGB: (235,218,226)

Color info

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

RGB color model

#EBDAE2 color RGB value is (235,218,226).

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

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 226 of 255 = 89%

235
218
226

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

Portions of RGB colors in percentages

R + G + B =
235 + 218 + 226 = 679 (100%)
R 235 of 679 ~ 34.61%
G 218 of 679 ~ 32.11%
B 226 of 679 ~ 33.28%

%34.61
%32.11
%33.28

CMYK color model

#EBDAE2 color CMYK value is (0,7,4,8).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 3.83%
  • key color value is 7.84%
CMYK:
(0,7,4,8)
C0M7Y4K8 
(0%,7%,4%,8%)
(0.00/0.07/0.04/0.08)	

CMYK percentages

%0
%7.23
%3.83
%7.84

Codes

Color #EBDAE2 in popluar color models

EBDAE2
RGB235218226
HSL332°29.82%88.82%
HSB/HSV332°7.23%92.16%
CMYK0.00%7.23%3.83%
7.84%

Color #EBDAE2 in popluar number systems.

HEXEBDAE2
Decimal235218226
Binary111010111101101011100010
Octal353332342

Shades and tints

Shades of #EBDAE2

#EBDAE2
(235,218,226)
#D6C7CE
(214,199,206)
#C1B4BA
(193,180,186)
#ACA1A6
(172,161,166)
#978E92
(151,142,146)
#827B7E
(130,123,126)
#6D686A
(109,104,106)
#585556
(88,85,86)
#434242
(67,66,66)
#2E2F2E
(46,47,46)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #EBDAE2

#EBDAE2
(235,218,226)
#ECDDE4
(236,221,228)
#EDE0E6
(237,224,230)
#EEE3E8
(238,227,232)
#EFE6EA
(239,230,234)
#F0E9EC
(240,233,236)
#F1ECEE
(241,236,238)
#F2EFF0
(242,239,240)
#F3F2F2
(243,242,242)
#F4F5F4
(244,245,244)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDAE2; }

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

This text font color is #EBDAE2.


Background Color

.myBgColor { background-color: #EBDAE2; }

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

This div background color is #EBDAE2.


Border color

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

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

This div border color is #EBDAE2.


Opacity

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

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

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

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

This text has shadow with #EBDAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDAE2 on black background.


Color preview on white background

This text has color #EBDAE2 on white background.



Black color preview on #EBDAE2 background

This text has black color on #EBDAE2 background.


White color preview on #EBDAE2 background

This text has white color on #EBDAE2 background.