COLOR #EBB4EA

HEX: #EBB4EA
RGB: (235,180,234)

Color info

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

RGB color model

#EBB4EA color RGB value is (235,180,234).

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

RGB channels and saturation

R 235 of 255 = 92%
G 180 of 255 = 71%
B 234 of 255 = 92%

235
180
234

R + G + B ~ 85%. #EBB4EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 180 + 234 = 649 (100%)
R 235 of 649 ~ 36.21%
G 180 of 649 ~ 27.73%
B 234 of 649 ~ 36.06%

%36.21
%27.73
%36.06

CMYK color model

#EBB4EA color CMYK value is (0,23,0,8).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK:
(0,23,0,8)
C0M23Y0K8 
(0%,23%,0%,8%)
(0.00/0.23/0.00/0.08)	

CMYK percentages

%0
%23.4
%0.43
%7.84

Codes

Color #EBB4EA in popluar color models

EBB4EA
RGB235180234
HSL301°57.89%81.37%
HSB/HSV301°23.40%92.16%
CMYK0.00%23.40%0.43%
7.84%

Color #EBB4EA in popluar number systems.

HEXEBB4EA
Decimal235180234
Binary111010111011010011101010
Octal353264352

Shades and tints

Shades of #EBB4EA

#EBB4EA
(235,180,234)
#D6A4D5
(214,164,213)
#C194C0
(193,148,192)
#AC84AB
(172,132,171)
#977496
(151,116,150)
#826481
(130,100,129)
#6D546C
(109,84,108)
#584457
(88,68,87)
#433442
(67,52,66)
#2E242D
(46,36,45)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #EBB4EA

#EBB4EA
(235,180,234)
#ECBAEB
(236,186,235)
#EDC0EC
(237,192,236)
#EEC6ED
(238,198,237)
#EFCCEE
(239,204,238)
#F0D2EF
(240,210,239)
#F1D8F0
(241,216,240)
#F2DEF1
(242,222,241)
#F3E4F2
(243,228,242)
#F4EAF3
(244,234,243)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB4EA; }

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

This text font color is #EBB4EA.


Background Color

.myBgColor { background-color: #EBB4EA; }

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

This div background color is #EBB4EA.


Border color

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

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

This div border color is #EBB4EA.


Opacity

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

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

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

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

This text has shadow with #EBB4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB4EA on black background.


Color preview on white background

This text has color #EBB4EA on white background.



Black color preview on #EBB4EA background

This text has black color on #EBB4EA background.


White color preview on #EBB4EA background

This text has white color on #EBB4EA background.