COLOR #EBCAEE

HEX: #EBCAEE
RGB: (235,202,238)

Color info

#EBCAEE contains red, green and blue colors in about the same proportion. Web safe color of #EBCAEE is #FFCCFF (or #FCF).

RGB color model

#EBCAEE color RGB value is (235,202,238).

  • red value is 235;
  • green value is 202;
  • blue value is 238.
RGB:
(235,202,238)
(92%,79%,93%)

RGB channels and saturation

R 235 of 255 = 92%
G 202 of 255 = 79%
B 238 of 255 = 93%

235
202
238

R + G + B ~ 88%. #EBCAEE is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 202 + 238 = 675 (100%)
R 235 of 675 ~ 34.81%
G 202 of 675 ~ 29.93%
B 238 of 675 ~ 35.26%

%34.81
%29.93
%35.26

CMYK color model

#EBCAEE color CMYK value is (1,15,0,7).

  • cyan value is 1.26%
  • magenta value is 15.13%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(1,15,0,7)
C1M15Y0K7 
(1%,15%,0%,7%)
(0.01/0.15/0.00/0.07)	

CMYK percentages

%1.26
%15.13
%0
%6.67

Codes

Color #EBCAEE in popluar color models

EBCAEE
RGB235202238
HSL295°51.43%86.27%
HSB/HSV295°15.13%93.33%
CMYK1.26%15.13%0.00%
6.67%

Color #EBCAEE in popluar number systems.

HEXEBCAEE
Decimal235202238
Binary111010111100101011101110
Octal353312356

Shades and tints

Shades of #EBCAEE

#EBCAEE
(235,202,238)
#D6B8D9
(214,184,217)
#C1A6C4
(193,166,196)
#AC94AF
(172,148,175)
#97829A
(151,130,154)
#827085
(130,112,133)
#6D5E70
(109,94,112)
#584C5B
(88,76,91)
#433A46
(67,58,70)
#2E2831
(46,40,49)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #EBCAEE

#EBCAEE
(235,202,238)
#ECCEEF
(236,206,239)
#EDD2F0
(237,210,240)
#EED6F1
(238,214,241)
#EFDAF2
(239,218,242)
#F0DEF3
(240,222,243)
#F1E2F4
(241,226,244)
#F2E6F5
(242,230,245)
#F3EAF6
(243,234,246)
#F4EEF7
(244,238,247)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCAEE color. Also use rgb(235,202,238) instead hex code.

Text Font Color

.myTextColor { color: #EBCAEE; }

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

This text font color is #EBCAEE.


Background Color

.myBgColor { background-color: #EBCAEE; }

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

This div background color is #EBCAEE.


Border color

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

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

This div border color is #EBCAEE.


Opacity

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

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

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

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

This text has shadow with #EBCAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCAEE on black background.


Color preview on white background

This text has color #EBCAEE on white background.



Black color preview on #EBCAEE background

This text has black color on #EBCAEE background.


White color preview on #EBCAEE background

This text has white color on #EBCAEE background.