COLOR #EBB7E9

HEX: #EBB7E9
RGB: (235,183,233)

Color info

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

RGB color model

#EBB7E9 color RGB value is (235,183,233).

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

RGB channels and saturation

R 235 of 255 = 92%
G 183 of 255 = 72%
B 233 of 255 = 91%

235
183
233

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

Portions of RGB colors in percentages

R + G + B =
235 + 183 + 233 = 651 (100%)
R 235 of 651 ~ 36.1%
G 183 of 651 ~ 28.11%
B 233 of 651 ~ 35.79%

%36.1
%28.11
%35.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 0.85%
  • key color value is 7.84%
CMYK:
(0,22,1,8)
C0M22Y1K8 
(0%,22%,1%,8%)
(0.00/0.22/0.01/0.08)	

CMYK percentages

%0
%22.13
%0.85
%7.84

Codes

Color #EBB7E9 in popluar color models

EBB7E9
RGB235183233
HSL302°56.52%81.96%
HSB/HSV302°22.13%92.16%
CMYK0.00%22.13%0.85%
7.84%

Color #EBB7E9 in popluar number systems.

HEXEBB7E9
Decimal235183233
Binary111010111011011111101001
Octal353267351

Shades and tints

Shades of #EBB7E9

#EBB7E9
(235,183,233)
#D6A7D4
(214,167,212)
#C197BF
(193,151,191)
#AC87AA
(172,135,170)
#977795
(151,119,149)
#826780
(130,103,128)
#6D576B
(109,87,107)
#584756
(88,71,86)
#433741
(67,55,65)
#2E272C
(46,39,44)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #EBB7E9

#EBB7E9
(235,183,233)
#ECBDEB
(236,189,235)
#EDC3ED
(237,195,237)
#EEC9EF
(238,201,239)
#EFCFF1
(239,207,241)
#F0D5F3
(240,213,243)
#F1DBF5
(241,219,245)
#F2E1F7
(242,225,247)
#F3E7F9
(243,231,249)
#F4EDFB
(244,237,251)
#F5F3FD
(245,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB7E9; }

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

This text font color is #EBB7E9.


Background Color

.myBgColor { background-color: #EBB7E9; }

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

This div background color is #EBB7E9.


Border color

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

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

This div border color is #EBB7E9.


Opacity

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

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

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

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

This text has shadow with #EBB7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB7E9 on black background.


Color preview on white background

This text has color #EBB7E9 on white background.



Black color preview on #EBB7E9 background

This text has black color on #EBB7E9 background.


White color preview on #EBB7E9 background

This text has white color on #EBB7E9 background.