COLOR #EBB5D5

HEX: #EBB5D5
RGB: (235,181,213)

Color info

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

RGB color model

#EBB5D5 color RGB value is (235,181,213).

  • red value is 235;
  • green value is 181;
  • blue value is 213.
RGB:
(235,181,213)
(92%,71%,84%)

RGB channels and saturation

R 235 of 255 = 92%
G 181 of 255 = 71%
B 213 of 255 = 84%

235
181
213

R + G + B ~ 82%. #EBB5D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 181 + 213 = 629 (100%)
R 235 of 629 ~ 37.36%
G 181 of 629 ~ 28.78%
B 213 of 629 ~ 33.86%

%37.36
%28.78
%33.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.98%
  • yellow value is 9.36%
  • key color value is 7.84%
CMYK:
(0,23,9,8)
C0M23Y9K8 
(0%,23%,9%,8%)
(0.00/0.23/0.09/0.08)	

CMYK percentages

%0
%22.98
%9.36
%7.84

Codes

Color #EBB5D5 in popluar color models

EBB5D5
RGB235181213
HSL324°57.45%81.57%
HSB/HSV324°22.98%92.16%
CMYK0.00%22.98%9.36%
7.84%

Color #EBB5D5 in popluar number systems.

HEXEBB5D5
Decimal235181213
Binary111010111011010111010101
Octal353265325

Shades and tints

Shades of #EBB5D5

#EBB5D5
(235,181,213)
#D6A5C2
(214,165,194)
#C195AF
(193,149,175)
#AC859C
(172,133,156)
#977589
(151,117,137)
#826576
(130,101,118)
#6D5563
(109,85,99)
#584550
(88,69,80)
#43353D
(67,53,61)
#2E252A
(46,37,42)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #EBB5D5

#EBB5D5
(235,181,213)
#ECBBD8
(236,187,216)
#EDC1DB
(237,193,219)
#EEC7DE
(238,199,222)
#EFCDE1
(239,205,225)
#F0D3E4
(240,211,228)
#F1D9E7
(241,217,231)
#F2DFEA
(242,223,234)
#F3E5ED
(243,229,237)
#F4EBF0
(244,235,240)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB5D5 color. Also use rgb(235,181,213) instead hex code.

Text Font Color

.myTextColor { color: #EBB5D5; }

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

This text font color is #EBB5D5.


Background Color

.myBgColor { background-color: #EBB5D5; }

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

This div background color is #EBB5D5.


Border color

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

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

This div border color is #EBB5D5.


Opacity

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

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

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

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

This text has shadow with #EBB5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB5D5 on black background.


Color preview on white background

This text has color #EBB5D5 on white background.



Black color preview on #EBB5D5 background

This text has black color on #EBB5D5 background.


White color preview on #EBB5D5 background

This text has white color on #EBB5D5 background.