COLOR #EBB4DE

HEX: #EBB4DE
RGB: (235,180,222)

Color info

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

RGB color model

#EBB4DE color RGB value is (235,180,222).

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

RGB channels and saturation

R 235 of 255 = 92%
G 180 of 255 = 71%
B 222 of 255 = 87%

235
180
222

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

Portions of RGB colors in percentages

R + G + B =
235 + 180 + 222 = 637 (100%)
R 235 of 637 ~ 36.89%
G 180 of 637 ~ 28.26%
B 222 of 637 ~ 34.85%

%36.89
%28.26
%34.85

CMYK color model

#EBB4DE color CMYK value is (0,23,6,8).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 5.53%
  • key color value is 7.84%
CMYK:
(0,23,6,8)
C0M23Y6K8 
(0%,23%,6%,8%)
(0.00/0.23/0.06/0.08)	

CMYK percentages

%0
%23.4
%5.53
%7.84

Codes

Color #EBB4DE in popluar color models

EBB4DE
RGB235180222
HSL314°57.89%81.37%
HSB/HSV314°23.40%92.16%
CMYK0.00%23.40%5.53%
7.84%

Color #EBB4DE in popluar number systems.

HEXEBB4DE
Decimal235180222
Binary111010111011010011011110
Octal353264336

Shades and tints

Shades of #EBB4DE

#EBB4DE
(235,180,222)
#D6A4CA
(214,164,202)
#C194B6
(193,148,182)
#AC84A2
(172,132,162)
#97748E
(151,116,142)
#82647A
(130,100,122)
#6D5466
(109,84,102)
#584452
(88,68,82)
#43343E
(67,52,62)
#2E242A
(46,36,42)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #EBB4DE

#EBB4DE
(235,180,222)
#ECBAE1
(236,186,225)
#EDC0E4
(237,192,228)
#EEC6E7
(238,198,231)
#EFCCEA
(239,204,234)
#F0D2ED
(240,210,237)
#F1D8F0
(241,216,240)
#F2DEF3
(242,222,243)
#F3E4F6
(243,228,246)
#F4EAF9
(244,234,249)
#F5F0FC
(245,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB4DE; }

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

This text font color is #EBB4DE.


Background Color

.myBgColor { background-color: #EBB4DE; }

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

This div background color is #EBB4DE.


Border color

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

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

This div border color is #EBB4DE.


Opacity

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

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

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

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

This text has shadow with #EBB4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB4DE on black background.


Color preview on white background

This text has color #EBB4DE on white background.



Black color preview on #EBB4DE background

This text has black color on #EBB4DE background.


White color preview on #EBB4DE background

This text has white color on #EBB4DE background.