COLOR #EBB0DA

HEX: #EBB0DA RGB: (235,176,218)

Color info

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

RGB color model

#EBB0DA color RGB value is (235,176,218).

RGB: (235,176,218) (92%, 69%, 85%)

RGB channels and saturation

R 235 of 255 = 92%
G 176 of 255 = 69%
B 218 of 255 = 85%

235
176
218

R + G + B ~ 82%. #EBB0DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 176 + 218 = 629 (100%)
R 235 of 629 ~ 37.36%
G 176 of 629 ~ 27.98%
B 218 of 629 ~ 34.66'%

%37.36
%27.98
%34.66

CMYK color model

#EBB0DA color CMYK value is (0,25,7,8).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 7.23%
  • key color value is 7.84%

CMYK: (0,25,7,8)
C0M25Y7K8 (0%, 25%, 7%, 8%)
(0.00 / 0.25 / 0.07 / 0.08)

CMYK percentages

%0
%25.11
%7.23
%7.84

Codes

Color #EBB0DA in popluar color models

EB B0 DA
RGB 235 176 218
HSL 317° 59.60% 80.59%
HSB/HSV 317° 25.11% 92.16%
CMYK 0.00% 25.11% 7.23%
7.84%

Color #EBB0DA in popluar number systems.

HEX EB B0 DA
Decimal 235 176 218
Binary 11101011 10110000 11011010
Octal 353 260 332

Shades and tints

Shades of #EBB0DA

#EBB0DA
(235,176,218)
#D6A0C7
(214,160,199)
#C190B4
(193,144,180)
#AC80A1
(172,128,161)
#97708E
(151,112,142)
#82607B
(130,96,123)
#6D5068
(109,80,104)
#584055
(88,64,85)
#433042
(67,48,66)
#2E202F
(46,32,47)
#19101C
(25,16,28)
#000000
(0,0,0)

Tints of #EBB0DA

#EBB0DA
(235,176,218)
#ECB7DD
(236,183,221)
#EDBEE0
(237,190,224)
#EEC5E3
(238,197,227)
#EFCCE6
(239,204,230)
#F0D3E9
(240,211,233)
#F1DAEC
(241,218,236)
#F2E1EF
(242,225,239)
#F3E8F2
(243,232,242)
#F4EFF5
(244,239,245)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB0DA color. Also use rgb(235,176,218) instead hex code.

Text Font Color

.myTextColor { color: #EBB0DA; }

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

This text font color is #EBB0DA.

Background Color

.myBgColor { background-color: #EBB0DA; }

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

This div background color is #EBB0DA.

Border color

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

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

This div border color is #EBB0DA.

Opacity

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

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

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

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

This text has shadow with #EBB0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB0DA.

Preview

Color preview on black background

This text has color #EBB0DA on black background.


Color preview on white background

This text has color #EBB0DA on white background.


Black color preview on #EBB0DA background

This text has black color on #EBB0DA background.


White color preview on #EBB0DA background

This text has white color on #EBB0DA background.


Related colors

Complementary color

Complementary color for #hex is #144F25.


I love getcolorcode.com

Triadic colors

1 #DAEBB0 and #B0DAEB with #EBB0DA are triadic colors.

2 #DAB0EB and #B0EBDA with #EBB0DA are triadic colors.