COLOR #EBB7EA

HEX: #EBB7EA
RGB: (235,183,234)

Color info

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

RGB color model

#EBB7EA color RGB value is (235,183,234).

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

RGB channels and saturation

R 235 of 255 = 92%
G 183 of 255 = 72%
B 234 of 255 = 92%

235
183
234

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

Portions of RGB colors in percentages

R + G + B =
235 + 183 + 234 = 652 (100%)
R 235 of 652 ~ 36.04%
G 183 of 652 ~ 28.07%
B 234 of 652 ~ 35.89%

%36.04
%28.07
%35.89

CMYK color model

#EBB7EA color CMYK value is (0,22,0,8).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK:
(0,22,0,8)
C0M22Y0K8 
(0%,22%,0%,8%)
(0.00/0.22/0.00/0.08)	

CMYK percentages

%0
%22.13
%0.43
%7.84

Codes

Color #EBB7EA in popluar color models

EBB7EA
RGB235183234
HSL301°56.52%81.96%
HSB/HSV301°22.13%92.16%
CMYK0.00%22.13%0.43%
7.84%

Color #EBB7EA in popluar number systems.

HEXEBB7EA
Decimal235183234
Binary111010111011011111101010
Octal353267352

Shades and tints

Shades of #EBB7EA

#EBB7EA
(235,183,234)
#D6A7D5
(214,167,213)
#C197C0
(193,151,192)
#AC87AB
(172,135,171)
#977796
(151,119,150)
#826781
(130,103,129)
#6D576C
(109,87,108)
#584757
(88,71,87)
#433742
(67,55,66)
#2E272D
(46,39,45)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #EBB7EA

#EBB7EA
(235,183,234)
#ECBDEB
(236,189,235)
#EDC3EC
(237,195,236)
#EEC9ED
(238,201,237)
#EFCFEE
(239,207,238)
#F0D5EF
(240,213,239)
#F1DBF0
(241,219,240)
#F2E1F1
(242,225,241)
#F3E7F2
(243,231,242)
#F4EDF3
(244,237,243)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB7EA; }

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

This text font color is #EBB7EA.


Background Color

.myBgColor { background-color: #EBB7EA; }

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

This div background color is #EBB7EA.


Border color

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

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

This div border color is #EBB7EA.


Opacity

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

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

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

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

This text has shadow with #EBB7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB7EA on black background.


Color preview on white background

This text has color #EBB7EA on white background.



Black color preview on #EBB7EA background

This text has black color on #EBB7EA background.


White color preview on #EBB7EA background

This text has white color on #EBB7EA background.