COLOR #EBB9DB

HEX: #EBB9DB RGB: (235,185,219)

Color info

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

RGB color model

#EBB9DB color RGB value is (235,185,219).

RGB: (235,185,219) (92%, 73%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 185 of 255 = 73%
B 219 of 255 = 86%

235
185
219

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

Portions of RGB colors in percentages

R + G + B = 235 + 185 + 219 = 639 (100%)
R 235 of 639 ~ 36.78%
G 185 of 639 ~ 28.95%
B 219 of 639 ~ 34.27'%

%36.78
%28.95
%34.27

CMYK color model

#EBB9DB color CMYK value is (0,21,7,8).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 6.81%
  • key color value is 7.84%
CMYK: (0,21,7,8) C0M21Y7K8 (0%,21%,7%,8%) (0.00/0.21/0.07/0.08) 

CMYK percentages

%0
%21.28
%6.81
%7.84

Codes

Color #EBB9DB in popluar color models

EB B9 DB
RGB 235 185 219
HSL 319° 55.56% 82.35%
HSB/HSV 319° 21.28% 92.16%
CMYK 0.00% 21.28% 6.81%
7.84%

Color #EBB9DB in popluar number systems.

HEX EB B9 DB
Decimal 235 185 219
Binary 11101011 10111001 11011011
Octal 353 271 333

Shades and tints

Shades of #EBB9DB

#EBB9DB
(235,185,219)
#D6A9C8
(214,169,200)
#C199B5
(193,153,181)
#AC89A2
(172,137,162)
#97798F
(151,121,143)
#82697C
(130,105,124)
#6D5969
(109,89,105)
#584956
(88,73,86)
#433943
(67,57,67)
#2E2930
(46,41,48)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #EBB9DB

#EBB9DB
(235,185,219)
#ECBFDE
(236,191,222)
#EDC5E1
(237,197,225)
#EECBE4
(238,203,228)
#EFD1E7
(239,209,231)
#F0D7EA
(240,215,234)
#F1DDED
(241,221,237)
#F2E3F0
(242,227,240)
#F3E9F3
(243,233,243)
#F4EFF6
(244,239,246)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB9DB; }

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

This text font color is #EBB9DB.

Background Color

.myBgColor { background-color: #EBB9DB; }

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

This div background color is #EBB9DB.

Border color

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

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

This div border color is #EBB9DB.

Opacity

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

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

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

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

This text has shadow with #EBB9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB9DB.

Preview

Color preview on black background

This text has color #EBB9DB on black background.


Color preview on white background

This text has color #EBB9DB on white background.


Black color preview on #EBB9DB background

This text has black color on #EBB9DB background.


White color preview on #EBB9DB background

This text has white color on #EBB9DB background.


Related colors

Complementary color

Complementary color for #hex is #144624.


I love getcolorcode.com

Triadic colors

1 #DBEBB9 and #B9DBEB with #EBB9DB are triadic colors.

2 #DBB9EB and #B9EBDB with #EBB9DB are triadic colors.