COLOR #EBBEEA

HEX: #EBBEEA
RGB: (235,190,234)

Color info

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

RGB color model

#EBBEEA color RGB value is (235,190,234).

  • red value is 235;
  • green value is 190;
  • blue value is 234.
RGB:
(235,190,234)
(92%,75%,92%)

RGB channels and saturation

R 235 of 255 = 92%
G 190 of 255 = 75%
B 234 of 255 = 92%

235
190
234

R + G + B ~ 86%. #EBBEEA is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 190 + 234 = 659 (100%)
R 235 of 659 ~ 35.66%
G 190 of 659 ~ 28.83%
B 234 of 659 ~ 35.51%

%35.66
%28.83
%35.51

CMYK color model

#EBBEEA color CMYK value is (0,19,0,8).

  • cyan value is 0.00%
  • magenta value is 19.15%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK:
(0,19,0,8)
C0M19Y0K8 
(0%,19%,0%,8%)
(0.00/0.19/0.00/0.08)	

CMYK percentages

%0
%19.15
%0.43
%7.84

Codes

Color #EBBEEA in popluar color models

EBBEEA
RGB235190234
HSL301°52.94%83.33%
HSB/HSV301°19.15%92.16%
CMYK0.00%19.15%0.43%
7.84%

Color #EBBEEA in popluar number systems.

HEXEBBEEA
Decimal235190234
Binary111010111011111011101010
Octal353276352

Shades and tints

Shades of #EBBEEA

#EBBEEA
(235,190,234)
#D6ADD5
(214,173,213)
#C19CC0
(193,156,192)
#AC8BAB
(172,139,171)
#977A96
(151,122,150)
#826981
(130,105,129)
#6D586C
(109,88,108)
#584757
(88,71,87)
#433642
(67,54,66)
#2E252D
(46,37,45)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #EBBEEA

#EBBEEA
(235,190,234)
#ECC3EB
(236,195,235)
#EDC8EC
(237,200,236)
#EECDED
(238,205,237)
#EFD2EE
(239,210,238)
#F0D7EF
(240,215,239)
#F1DCF0
(241,220,240)
#F2E1F1
(242,225,241)
#F3E6F2
(243,230,242)
#F4EBF3
(244,235,243)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBEEA color. Also use rgb(235,190,234) instead hex code.

Text Font Color

.myTextColor { color: #EBBEEA; }

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

This text font color is #EBBEEA.


Background Color

.myBgColor { background-color: #EBBEEA; }

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

This div background color is #EBBEEA.


Border color

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

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

This div border color is #EBBEEA.


Opacity

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

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

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

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

This text has shadow with #EBBEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBEEA on black background.


Color preview on white background

This text has color #EBBEEA on white background.



Black color preview on #EBBEEA background

This text has black color on #EBBEEA background.


White color preview on #EBBEEA background

This text has white color on #EBBEEA background.