COLOR #EBC7EE

HEX: #EBC7EE
RGB: (235,199,238)

Color info

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

RGB color model

#EBC7EE color RGB value is (235,199,238).

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

RGB channels and saturation

R 235 of 255 = 92%
G 199 of 255 = 78%
B 238 of 255 = 93%

235
199
238

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

Portions of RGB colors in percentages

R + G + B =
235 + 199 + 238 = 672 (100%)
R 235 of 672 ~ 34.97%
G 199 of 672 ~ 29.61%
B 238 of 672 ~ 35.42%

%34.97
%29.61
%35.42

CMYK color model

#EBC7EE color CMYK value is (1,16,0,7).

  • cyan value is 1.26%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(1,16,0,7)
C1M16Y0K7 
(1%,16%,0%,7%)
(0.01/0.16/0.00/0.07)	

CMYK percentages

%1.26
%16.39
%0
%6.67

Codes

Color #EBC7EE in popluar color models

EBC7EE
RGB235199238
HSL295°53.42%85.69%
HSB/HSV295°16.39%93.33%
CMYK1.26%16.39%0.00%
6.67%

Color #EBC7EE in popluar number systems.

HEXEBC7EE
Decimal235199238
Binary111010111100011111101110
Octal353307356

Shades and tints

Shades of #EBC7EE

#EBC7EE
(235,199,238)
#D6B5D9
(214,181,217)
#C1A3C4
(193,163,196)
#AC91AF
(172,145,175)
#977F9A
(151,127,154)
#826D85
(130,109,133)
#6D5B70
(109,91,112)
#58495B
(88,73,91)
#433746
(67,55,70)
#2E2531
(46,37,49)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #EBC7EE

#EBC7EE
(235,199,238)
#ECCCEF
(236,204,239)
#EDD1F0
(237,209,240)
#EED6F1
(238,214,241)
#EFDBF2
(239,219,242)
#F0E0F3
(240,224,243)
#F1E5F4
(241,229,244)
#F2EAF5
(242,234,245)
#F3EFF6
(243,239,246)
#F4F4F7
(244,244,247)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC7EE; }

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

This text font color is #EBC7EE.


Background Color

.myBgColor { background-color: #EBC7EE; }

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

This div background color is #EBC7EE.


Border color

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

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

This div border color is #EBC7EE.


Opacity

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

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

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

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

This text has shadow with #EBC7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC7EE on black background.


Color preview on white background

This text has color #EBC7EE on white background.



Black color preview on #EBC7EE background

This text has black color on #EBC7EE background.


White color preview on #EBC7EE background

This text has white color on #EBC7EE background.