COLOR #EBB4DA

HEX: #EBB4DA
RGB: (235,180,218)

Color info

#EBB4DA contains red, green and blue colors in about the same proportion. Web safe color of #EBB4DA is #FFCCCC (or #FCC).

RGB color model

#EBB4DA color RGB value is (235,180,218).

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

RGB channels and saturation

R 235 of 255 = 92%
G 180 of 255 = 71%
B 218 of 255 = 85%

235
180
218

R + G + B ~ 83%. #EBB4DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 180 + 218 = 633 (100%)
R 235 of 633 ~ 37.12%
G 180 of 633 ~ 28.44%
B 218 of 633 ~ 34.44%

%37.12
%28.44
%34.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 7.23%
  • key color value is 7.84%
CMYK:
(0,23,7,8)
C0M23Y7K8 
(0%,23%,7%,8%)
(0.00/0.23/0.07/0.08)	

CMYK percentages

%0
%23.4
%7.23
%7.84

Codes

Color #EBB4DA in popluar color models

EBB4DA
RGB235180218
HSL319°57.89%81.37%
HSB/HSV319°23.40%92.16%
CMYK0.00%23.40%7.23%
7.84%

Color #EBB4DA in popluar number systems.

HEXEBB4DA
Decimal235180218
Binary111010111011010011011010
Octal353264332

Shades and tints

Shades of #EBB4DA

#EBB4DA
(235,180,218)
#D6A4C7
(214,164,199)
#C194B4
(193,148,180)
#AC84A1
(172,132,161)
#97748E
(151,116,142)
#82647B
(130,100,123)
#6D5468
(109,84,104)
#584455
(88,68,85)
#433442
(67,52,66)
#2E242F
(46,36,47)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #EBB4DA

#EBB4DA
(235,180,218)
#ECBADD
(236,186,221)
#EDC0E0
(237,192,224)
#EEC6E3
(238,198,227)
#EFCCE6
(239,204,230)
#F0D2E9
(240,210,233)
#F1D8EC
(241,216,236)
#F2DEEF
(242,222,239)
#F3E4F2
(243,228,242)
#F4EAF5
(244,234,245)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB4DA; }

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

This text font color is #EBB4DA.


Background Color

.myBgColor { background-color: #EBB4DA; }

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

This div background color is #EBB4DA.


Border color

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

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

This div border color is #EBB4DA.


Opacity

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

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

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

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

This text has shadow with #EBB4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB4DA on black background.


Color preview on white background

This text has color #EBB4DA on white background.



Black color preview on #EBB4DA background

This text has black color on #EBB4DA background.


White color preview on #EBB4DA background

This text has white color on #EBB4DA background.