COLOR #EBB1D0

HEX: #EBB1D0 RGB: (235,177,208)

Color info

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

RGB color model

#EBB1D0 color RGB value is (235,177,208).

RGB: (235,177,208) (92%, 69%, 82%)

RGB channels and saturation

R 235 of 255 = 92%
G 177 of 255 = 69%
B 208 of 255 = 82%

235
177
208

R + G + B ~ 81%. #EBB1D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 177 + 208 = 620 (100%)
R 235 of 620 ~ 37.9%
G 177 of 620 ~ 28.55%
B 208 of 620 ~ 33.55'%

%37.9
%28.55
%33.55

CMYK color model

#EBB1D0 color CMYK value is (0,25,11,8).

  • cyan value is 0.00%
  • magenta value is 24.68%
  • yellow value is 11.49%
  • key color value is 7.84%

CMYK: (0,25,11,8)
C0M25Y11K8 (0%, 25%, 11%, 8%)
(0.00 / 0.25 / 0.11 / 0.08)

CMYK percentages

%0
%24.68
%11.49
%7.84

Codes

Color #EBB1D0 in popluar color models

EB B1 D0
RGB 235 177 208
HSL 328° 59.18% 80.78%
HSB/HSV 328° 24.68% 92.16%
CMYK 0.00% 24.68% 11.49%
7.84%

Color #EBB1D0 in popluar number systems.

HEX EB B1 D0
Decimal 235 177 208
Binary 11101011 10110001 11010000
Octal 353 261 320

Shades and tints

Shades of #EBB1D0

#EBB1D0
(235,177,208)
#D6A1BE
(214,161,190)
#C191AC
(193,145,172)
#AC819A
(172,129,154)
#977188
(151,113,136)
#826176
(130,97,118)
#6D5164
(109,81,100)
#584152
(88,65,82)
#433140
(67,49,64)
#2E212E
(46,33,46)
#19111C
(25,17,28)
#000000
(0,0,0)

Tints of #EBB1D0

#EBB1D0
(235,177,208)
#ECB8D4
(236,184,212)
#EDBFD8
(237,191,216)
#EEC6DC
(238,198,220)
#EFCDE0
(239,205,224)
#F0D4E4
(240,212,228)
#F1DBE8
(241,219,232)
#F2E2EC
(242,226,236)
#F3E9F0
(243,233,240)
#F4F0F4
(244,240,244)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB1D0; }

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

This text font color is #EBB1D0.

Background Color

.myBgColor { background-color: #EBB1D0; }

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

This div background color is #EBB1D0.

Border color

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

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

This div border color is #EBB1D0.

Opacity

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

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

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

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

This text has shadow with #EBB1D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB1D0.

Preview

Color preview on black background

This text has color #EBB1D0 on black background.


Color preview on white background

This text has color #EBB1D0 on white background.


Black color preview on #EBB1D0 background

This text has black color on #EBB1D0 background.


White color preview on #EBB1D0 background

This text has white color on #EBB1D0 background.


Related colors

Complementary color

Complementary color for #hex is #144E2F.


I love getcolorcode.com

Triadic colors

1 #D0EBB1 and #B1D0EB with #EBB1D0 are triadic colors.

2 #D0B1EB and #B1EBD0 with #EBB1D0 are triadic colors.