COLOR #EBB2DE

HEX: #EBB2DE
RGB: (235,178,222)

Color info

#EBB2DE contains red, green and blue colors in about the same proportion. Web safe color of #EBB2DE is #FF99CC (or #F9C).

RGB color model

#EBB2DE color RGB value is (235,178,222).

  • red value is 235;
  • green value is 178;
  • blue value is 222.
RGB:
(235,178,222)
(92%,70%,87%)

RGB channels and saturation

R 235 of 255 = 92%
G 178 of 255 = 70%
B 222 of 255 = 87%

235
178
222

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

Portions of RGB colors in percentages

R + G + B =
235 + 178 + 222 = 635 (100%)
R 235 of 635 ~ 37.01%
G 178 of 635 ~ 28.03%
B 222 of 635 ~ 34.96%

%37.01
%28.03
%34.96

CMYK color model

#EBB2DE color CMYK value is (0,24,6,8).

  • cyan value is 0.00%
  • magenta value is 24.26%
  • yellow value is 5.53%
  • key color value is 7.84%
CMYK:
(0,24,6,8)
C0M24Y6K8 
(0%,24%,6%,8%)
(0.00/0.24/0.06/0.08)	

CMYK percentages

%0
%24.26
%5.53
%7.84

Codes

Color #EBB2DE in popluar color models

EBB2DE
RGB235178222
HSL314°58.76%80.98%
HSB/HSV314°24.26%92.16%
CMYK0.00%24.26%5.53%
7.84%

Color #EBB2DE in popluar number systems.

HEXEBB2DE
Decimal235178222
Binary111010111011001011011110
Octal353262336

Shades and tints

Shades of #EBB2DE

#EBB2DE
(235,178,222)
#D6A2CA
(214,162,202)
#C192B6
(193,146,182)
#AC82A2
(172,130,162)
#97728E
(151,114,142)
#82627A
(130,98,122)
#6D5266
(109,82,102)
#584252
(88,66,82)
#43323E
(67,50,62)
#2E222A
(46,34,42)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #EBB2DE

#EBB2DE
(235,178,222)
#ECB9E1
(236,185,225)
#EDC0E4
(237,192,228)
#EEC7E7
(238,199,231)
#EFCEEA
(239,206,234)
#F0D5ED
(240,213,237)
#F1DCF0
(241,220,240)
#F2E3F3
(242,227,243)
#F3EAF6
(243,234,246)
#F4F1F9
(244,241,249)
#F5F8FC
(245,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB2DE color. Also use rgb(235,178,222) instead hex code.

Text Font Color

.myTextColor { color: #EBB2DE; }

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

This text font color is #EBB2DE.


Background Color

.myBgColor { background-color: #EBB2DE; }

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

This div background color is #EBB2DE.


Border color

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

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

This div border color is #EBB2DE.


Opacity

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

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

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

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

This text has shadow with #EBB2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB2DE on black background.


Color preview on white background

This text has color #EBB2DE on white background.



Black color preview on #EBB2DE background

This text has black color on #EBB2DE background.


White color preview on #EBB2DE background

This text has white color on #EBB2DE background.