COLOR #EBDAE6

HEX: #EBDAE6
RGB: (235,218,230)

Color info

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

RGB color model

#EBDAE6 color RGB value is (235,218,230).

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

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 230 of 255 = 90%

235
218
230

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

Portions of RGB colors in percentages

R + G + B =
235 + 218 + 230 = 683 (100%)
R 235 of 683 ~ 34.41%
G 218 of 683 ~ 31.92%
B 230 of 683 ~ 33.67%

%34.41
%31.92
%33.67

CMYK color model

#EBDAE6 color CMYK value is (0,7,2,8).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 2.13%
  • key color value is 7.84%
CMYK:
(0,7,2,8)
C0M7Y2K8 
(0%,7%,2%,8%)
(0.00/0.07/0.02/0.08)	

CMYK percentages

%0
%7.23
%2.13
%7.84

Codes

Color #EBDAE6 in popluar color models

EBDAE6
RGB235218230
HSL318°29.82%88.82%
HSB/HSV318°7.23%92.16%
CMYK0.00%7.23%2.13%
7.84%

Color #EBDAE6 in popluar number systems.

HEXEBDAE6
Decimal235218230
Binary111010111101101011100110
Octal353332346

Shades and tints

Shades of #EBDAE6

#EBDAE6
(235,218,230)
#D6C7D2
(214,199,210)
#C1B4BE
(193,180,190)
#ACA1AA
(172,161,170)
#978E96
(151,142,150)
#827B82
(130,123,130)
#6D686E
(109,104,110)
#58555A
(88,85,90)
#434246
(67,66,70)
#2E2F32
(46,47,50)
#191C1E
(25,28,30)
#000000
(0,0,0)

Tints of #EBDAE6

#EBDAE6
(235,218,230)
#ECDDE8
(236,221,232)
#EDE0EA
(237,224,234)
#EEE3EC
(238,227,236)
#EFE6EE
(239,230,238)
#F0E9F0
(240,233,240)
#F1ECF2
(241,236,242)
#F2EFF4
(242,239,244)
#F3F2F6
(243,242,246)
#F4F5F8
(244,245,248)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDAE6; }

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

This text font color is #EBDAE6.


Background Color

.myBgColor { background-color: #EBDAE6; }

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

This div background color is #EBDAE6.


Border color

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

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

This div border color is #EBDAE6.


Opacity

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

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

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

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

This text has shadow with #EBDAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDAE6 on black background.


Color preview on white background

This text has color #EBDAE6 on white background.



Black color preview on #EBDAE6 background

This text has black color on #EBDAE6 background.


White color preview on #EBDAE6 background

This text has white color on #EBDAE6 background.