COLOR #EBBFFA

HEX: #EBBFFA
RGB: (235,191,250)

Color info

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

RGB color model

#EBBFFA color RGB value is (235,191,250).

  • red value is 235;
  • green value is 191;
  • blue value is 250.
RGB:
(235,191,250)
(92%,75%,98%)

RGB channels and saturation

R 235 of 255 = 92%
G 191 of 255 = 75%
B 250 of 255 = 98%

235
191
250

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

Portions of RGB colors in percentages

R + G + B =
235 + 191 + 250 = 676 (100%)
R 235 of 676 ~ 34.76%
G 191 of 676 ~ 28.25%
B 250 of 676 ~ 36.98%

%34.76
%28.25
%36.98

CMYK color model

#EBBFFA color CMYK value is (6,24,0,2).

  • cyan value is 6.00%
  • magenta value is 23.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(6,24,0,2)
C6M24Y0K2 
(6%,24%,0%,2%)
(0.06/0.24/0.00/0.02)	

CMYK percentages

%6
%23.6
%0
%1.96

Codes

Color #EBBFFA in popluar color models

EBBFFA
RGB235191250
HSL285°85.51%86.47%
HSB/HSV285°23.60%98.04%
CMYK6.00%23.60%0.00%
1.96%

Color #EBBFFA in popluar number systems.

HEXEBBFFA
Decimal235191250
Binary111010111011111111111010
Octal353277372

Shades and tints

Shades of #EBBFFA

#EBBFFA
(235,191,250)
#D6AEE4
(214,174,228)
#C19DCE
(193,157,206)
#AC8CB8
(172,140,184)
#977BA2
(151,123,162)
#826A8C
(130,106,140)
#6D5976
(109,89,118)
#584860
(88,72,96)
#43374A
(67,55,74)
#2E2634
(46,38,52)
#19151E
(25,21,30)
#000000
(0,0,0)

Tints of #EBBFFA

#EBBFFA
(235,191,250)
#ECC4FA
(236,196,250)
#EDC9FA
(237,201,250)
#EECEFA
(238,206,250)
#EFD3FA
(239,211,250)
#F0D8FA
(240,216,250)
#F1DDFA
(241,221,250)
#F2E2FA
(242,226,250)
#F3E7FA
(243,231,250)
#F4ECFA
(244,236,250)
#F5F1FA
(245,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBFFA color. Also use rgb(235,191,250) instead hex code.

Text Font Color

.myTextColor { color: #EBBFFA; }

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

This text font color is #EBBFFA.


Background Color

.myBgColor { background-color: #EBBFFA; }

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

This div background color is #EBBFFA.


Border color

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

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

This div border color is #EBBFFA.


Opacity

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

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

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

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

This text has shadow with #EBBFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBFFA on black background.


Color preview on white background

This text has color #EBBFFA on white background.



Black color preview on #EBBFFA background

This text has black color on #EBBFFA background.


White color preview on #EBBFFA background

This text has white color on #EBBFFA background.