COLOR #EBB1DD

HEX: #EBB1DD
RGB: (235,177,221)

Color info

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

RGB color model

#EBB1DD color RGB value is (235,177,221).

  • red value is 235;
  • green value is 177;
  • blue value is 221.
RGB:
(235,177,221)
(92%,69%,87%)

RGB channels and saturation

R 235 of 255 = 92%
G 177 of 255 = 69%
B 221 of 255 = 87%

235
177
221

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

Portions of RGB colors in percentages

R + G + B =
235 + 177 + 221 = 633 (100%)
R 235 of 633 ~ 37.12%
G 177 of 633 ~ 27.96%
B 221 of 633 ~ 34.91%

%37.12
%27.96
%34.91

CMYK color model

#EBB1DD color CMYK value is (0,25,6,8).

  • cyan value is 0.00%
  • magenta value is 24.68%
  • yellow value is 5.96%
  • key color value is 7.84%
CMYK:
(0,25,6,8)
C0M25Y6K8 
(0%,25%,6%,8%)
(0.00/0.25/0.06/0.08)	

CMYK percentages

%0
%24.68
%5.96
%7.84

Codes

Color #EBB1DD in popluar color models

EBB1DD
RGB235177221
HSL314°59.18%80.78%
HSB/HSV314°24.68%92.16%
CMYK0.00%24.68%5.96%
7.84%

Color #EBB1DD in popluar number systems.

HEXEBB1DD
Decimal235177221
Binary111010111011000111011101
Octal353261335

Shades and tints

Shades of #EBB1DD

#EBB1DD
(235,177,221)
#D6A1C9
(214,161,201)
#C191B5
(193,145,181)
#AC81A1
(172,129,161)
#97718D
(151,113,141)
#826179
(130,97,121)
#6D5165
(109,81,101)
#584151
(88,65,81)
#43313D
(67,49,61)
#2E2129
(46,33,41)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #EBB1DD

#EBB1DD
(235,177,221)
#ECB8E0
(236,184,224)
#EDBFE3
(237,191,227)
#EEC6E6
(238,198,230)
#EFCDE9
(239,205,233)
#F0D4EC
(240,212,236)
#F1DBEF
(241,219,239)
#F2E2F2
(242,226,242)
#F3E9F5
(243,233,245)
#F4F0F8
(244,240,248)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB1DD color. Also use rgb(235,177,221) instead hex code.

Text Font Color

.myTextColor { color: #EBB1DD; }

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

This text font color is #EBB1DD.


Background Color

.myBgColor { background-color: #EBB1DD; }

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

This div background color is #EBB1DD.


Border color

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

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

This div border color is #EBB1DD.


Opacity

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

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

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

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

This text has shadow with #EBB1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB1DD on black background.


Color preview on white background

This text has color #EBB1DD on white background.



Black color preview on #EBB1DD background

This text has black color on #EBB1DD background.


White color preview on #EBB1DD background

This text has white color on #EBB1DD background.