COLOR #EBBFF9

HEX: #EBBFF9
RGB: (235,191,249)

Color info

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

RGB color model

#EBBFF9 color RGB value is (235,191,249).

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

RGB channels and saturation

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

235
191
249

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

Portions of RGB colors in percentages

R + G + B =
235 + 191 + 249 = 675 (100%)
R 235 of 675 ~ 34.81%
G 191 of 675 ~ 28.3%
B 249 of 675 ~ 36.89%

%34.81
%28.3
%36.89

CMYK color model

#EBBFF9 color CMYK value is (6,23,0,2).

  • cyan value is 5.62%
  • magenta value is 23.29%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(6,23,0,2)
C6M23Y0K2 
(6%,23%,0%,2%)
(0.06/0.23/0.00/0.02)	

CMYK percentages

%5.62
%23.29
%0
%2.35

Codes

Color #EBBFF9 in popluar color models

EBBFF9
RGB235191249
HSL286°82.86%86.27%
HSB/HSV286°23.29%97.65%
CMYK5.62%23.29%0.00%
2.35%

Color #EBBFF9 in popluar number systems.

HEXEBBFF9
Decimal235191249
Binary111010111011111111111001
Octal353277371

Shades and tints

Shades of #EBBFF9

#EBBFF9
(235,191,249)
#D6AEE3
(214,174,227)
#C19DCD
(193,157,205)
#AC8CB7
(172,140,183)
#977BA1
(151,123,161)
#826A8B
(130,106,139)
#6D5975
(109,89,117)
#58485F
(88,72,95)
#433749
(67,55,73)
#2E2633
(46,38,51)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #EBBFF9

#EBBFF9
(235,191,249)
#ECC4F9
(236,196,249)
#EDC9F9
(237,201,249)
#EECEF9
(238,206,249)
#EFD3F9
(239,211,249)
#F0D8F9
(240,216,249)
#F1DDF9
(241,221,249)
#F2E2F9
(242,226,249)
#F3E7F9
(243,231,249)
#F4ECF9
(244,236,249)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBFF9; }

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

This text font color is #EBBFF9.


Background Color

.myBgColor { background-color: #EBBFF9; }

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

This div background color is #EBBFF9.


Border color

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

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

This div border color is #EBBFF9.


Opacity

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

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

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

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

This text has shadow with #EBBFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBFF9 on black background.


Color preview on white background

This text has color #EBBFF9 on white background.



Black color preview on #EBBFF9 background

This text has black color on #EBBFF9 background.


White color preview on #EBBFF9 background

This text has white color on #EBBFF9 background.