COLOR #EBB9DF

HEX: #EBB9DF RGB: (235,185,223)

Color info

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

RGB color model

#EBB9DF color RGB value is (235,185,223).

RGB: (235,185,223) (92%, 73%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 185 of 255 = 73%
B 223 of 255 = 87%

235
185
223

R + G + B ~ 84%. #EBB9DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 185 + 223 = 643 (100%)
R 235 of 643 ~ 36.55%
G 185 of 643 ~ 28.77%
B 223 of 643 ~ 34.68'%

%36.55
%28.77
%34.68

CMYK color model

#EBB9DF color CMYK value is (0,21,5,8).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 5.11%
  • key color value is 7.84%

CMYK: (0,21,5,8)
C0M21Y5K8 (0%, 21%, 5%, 8%)
(0.00 / 0.21 / 0.05 / 0.08)

CMYK percentages

%0
%21.28
%5.11
%7.84

Codes

Color #EBB9DF in popluar color models

EB B9 DF
RGB 235 185 223
HSL 314° 55.56% 82.35%
HSB/HSV 314° 21.28% 92.16%
CMYK 0.00% 21.28% 5.11%
7.84%

Color #EBB9DF in popluar number systems.

HEX EB B9 DF
Decimal 235 185 223
Binary 11101011 10111001 11011111
Octal 353 271 337

Shades and tints

Shades of #EBB9DF

#EBB9DF
(235,185,223)
#D6A9CB
(214,169,203)
#C199B7
(193,153,183)
#AC89A3
(172,137,163)
#97798F
(151,121,143)
#82697B
(130,105,123)
#6D5967
(109,89,103)
#584953
(88,73,83)
#43393F
(67,57,63)
#2E292B
(46,41,43)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #EBB9DF

#EBB9DF
(235,185,223)
#ECBFE1
(236,191,225)
#EDC5E3
(237,197,227)
#EECBE5
(238,203,229)
#EFD1E7
(239,209,231)
#F0D7E9
(240,215,233)
#F1DDEB
(241,221,235)
#F2E3ED
(242,227,237)
#F3E9EF
(243,233,239)
#F4EFF1
(244,239,241)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB9DF color. Also use rgb(235,185,223) instead hex code.

Text Font Color

.myTextColor { color: #EBB9DF; }

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

This text font color is #EBB9DF.

Background Color

.myBgColor { background-color: #EBB9DF; }

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

This div background color is #EBB9DF.

Border color

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

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

This div border color is #EBB9DF.

Opacity

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

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

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

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

This text has shadow with #EBB9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB9DF.

Preview

Color preview on black background

This text has color #EBB9DF on black background.


Color preview on white background

This text has color #EBB9DF on white background.


Black color preview on #EBB9DF background

This text has black color on #EBB9DF background.


White color preview on #EBB9DF background

This text has white color on #EBB9DF background.


Related colors

Complementary color

Complementary color for #hex is #144620.


I love getcolorcode.com

Triadic colors

1 #DFEBB9 and #B9DFEB with #EBB9DF are triadic colors.

2 #DFB9EB and #B9EBDF with #EBB9DF are triadic colors.