COLOR #EBD9DB

HEX: #EBD9DB RGB: (235,217,219)

Color info

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

RGB color model

#EBD9DB color RGB value is (235,217,219).

RGB: (235,217,219) (92%, 85%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 217 of 255 = 85%
B 219 of 255 = 86%

235
217
219

R + G + B ~ 88%. #EBD9DB is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 217 + 219 = 671 (100%)
R 235 of 671 ~ 35.02%
G 217 of 671 ~ 32.34%
B 219 of 671 ~ 32.64'%

%35.02
%32.34
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 6.81%
  • key color value is 7.84%

CMYK: (0,8,7,8)
C0M8Y7K8 (0%, 8%, 7%, 8%)
(0.00 / 0.08 / 0.07 / 0.08)

CMYK percentages

%0
%7.66
%6.81
%7.84

Codes

Color #EBD9DB in popluar color models

EB D9 DB
RGB 235 217 219
HSL 353° 31.03% 88.63%
HSB/HSV 353° 7.66% 92.16%
CMYK 0.00% 7.66% 6.81%
7.84%

Color #EBD9DB in popluar number systems.

HEX EB D9 DB
Decimal 235 217 219
Binary 11101011 11011001 11011011
Octal 353 331 333

Shades and tints

Shades of #EBD9DB

#EBD9DB
(235,217,219)
#D6C6C8
(214,198,200)
#C1B3B5
(193,179,181)
#ACA0A2
(172,160,162)
#978D8F
(151,141,143)
#827A7C
(130,122,124)
#6D6769
(109,103,105)
#585456
(88,84,86)
#434143
(67,65,67)
#2E2E30
(46,46,48)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #EBD9DB

#EBD9DB
(235,217,219)
#ECDCDE
(236,220,222)
#EDDFE1
(237,223,225)
#EEE2E4
(238,226,228)
#EFE5E7
(239,229,231)
#F0E8EA
(240,232,234)
#F1EBED
(241,235,237)
#F2EEF0
(242,238,240)
#F3F1F3
(243,241,243)
#F4F4F6
(244,244,246)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD9DB; }

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

This text font color is #EBD9DB.

Background Color

.myBgColor { background-color: #EBD9DB; }

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

This div background color is #EBD9DB.

Border color

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

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

This div border color is #EBD9DB.

Opacity

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

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

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

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

This text has shadow with #EBD9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD9DB.

Preview

Color preview on black background

This text has color #EBD9DB on black background.


Color preview on white background

This text has color #EBD9DB on white background.


Black color preview on #EBD9DB background

This text has black color on #EBD9DB background.


White color preview on #EBD9DB background

This text has white color on #EBD9DB background.


Related colors

Complementary color

Complementary color for #hex is #142624.


I love getcolorcode.com

Triadic colors

1 #DBEBD9 and #D9DBEB with #EBD9DB are triadic colors.

2 #DBD9EB and #D9EBDB with #EBD9DB are triadic colors.