COLOR #EBBAF7

HEX: #EBBAF7 RGB: (235,186,247)

Color info

#EBBAF7 contains mainly red and blue colors. Web safe color of #EBBAF7 is #FFCCFF (or #FCF).

RGB color model

#EBBAF7 color RGB value is (235,186,247).

RGB: (235,186,247) (92%, 73%, 97%)

RGB channels and saturation

R 235 of 255 = 92%
G 186 of 255 = 73%
B 247 of 255 = 97%

235
186
247

R + G + B ~ 87%. #EBBAF7 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 186 + 247 = 668 (100%)
R 235 of 668 ~ 35.18%
G 186 of 668 ~ 27.84%
B 247 of 668 ~ 36.98'%

%35.18
%27.84
%36.98

CMYK color model

#EBBAF7 color CMYK value is (5,25,0,3).

  • cyan value is 4.86%
  • magenta value is 24.70%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (5,25,0,3)
C5M25Y0K3 (5%, 25%, 0%, 3%)
(0.05 / 0.25 / 0.00 / 0.03)

CMYK percentages

%4.86
%24.7
%0
%3.14

Codes

Color #EBBAF7 in popluar color models

EB BA F7
RGB 235 186 247
HSL 288° 79.22% 84.90%
HSB/HSV 288° 24.70% 96.86%
CMYK 4.86% 24.70% 0.00%
3.14%

Color #EBBAF7 in popluar number systems.

HEX EB BA F7
Decimal 235 186 247
Binary 11101011 10111010 11110111
Octal 353 272 367

Shades and tints

Shades of #EBBAF7

#EBBAF7
(235,186,247)
#D6AAE1
(214,170,225)
#C19ACB
(193,154,203)
#AC8AB5
(172,138,181)
#977A9F
(151,122,159)
#826A89
(130,106,137)
#6D5A73
(109,90,115)
#584A5D
(88,74,93)
#433A47
(67,58,71)
#2E2A31
(46,42,49)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #EBBAF7

#EBBAF7
(235,186,247)
#ECC0F7
(236,192,247)
#EDC6F7
(237,198,247)
#EECCF7
(238,204,247)
#EFD2F7
(239,210,247)
#F0D8F7
(240,216,247)
#F1DEF7
(241,222,247)
#F2E4F7
(242,228,247)
#F3EAF7
(243,234,247)
#F4F0F7
(244,240,247)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBAF7 color. Also use rgb(235,186,247) instead hex code.

Text Font Color

.myTextColor { color: #EBBAF7; }

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

This text font color is #EBBAF7.

Background Color

.myBgColor { background-color: #EBBAF7; }

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

This div background color is #EBBAF7.

Border color

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

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

This div border color is #EBBAF7.

Opacity

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

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

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

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

This text has shadow with #EBBAF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBBAF7.

Preview

Color preview on black background

This text has color #EBBAF7 on black background.


Color preview on white background

This text has color #EBBAF7 on white background.


Black color preview on #EBBAF7 background

This text has black color on #EBBAF7 background.


White color preview on #EBBAF7 background

This text has white color on #EBBAF7 background.


Related colors

Complementary color

Complementary color for #hex is #144508.


I love getcolorcode.com

Triadic colors

1 #F7EBBA and #BAF7EB with #EBBAF7 are triadic colors.

2 #F7BAEB and #BAEBF7 with #EBBAF7 are triadic colors.