COLOR #EBD1DF

HEX: #EBD1DF RGB: (235,209,223)

Color info

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

RGB color model

#EBD1DF color RGB value is (235,209,223).

RGB: (235,209,223) (92%, 82%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 209 of 255 = 82%
B 223 of 255 = 87%

235
209
223

R + G + B ~ 87%. #EBD1DF is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 209 + 223 = 667 (100%)
R 235 of 667 ~ 35.23%
G 209 of 667 ~ 31.33%
B 223 of 667 ~ 33.43'%

%35.23
%31.33
%33.43

CMYK color model

#EBD1DF color CMYK value is (0,11,5,8).

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

CMYK: (0,11,5,8)
C0M11Y5K8 (0%, 11%, 5%, 8%)
(0.00 / 0.11 / 0.05 / 0.08)

CMYK percentages

%0
%11.06
%5.11
%7.84

Codes

Color #EBD1DF in popluar color models

EB D1 DF
RGB 235 209 223
HSL 328° 39.39% 87.06%
HSB/HSV 328° 11.06% 92.16%
CMYK 0.00% 11.06% 5.11%
7.84%

Color #EBD1DF in popluar number systems.

HEX EB D1 DF
Decimal 235 209 223
Binary 11101011 11010001 11011111
Octal 353 321 337

Shades and tints

Shades of #EBD1DF

#EBD1DF
(235,209,223)
#D6BECB
(214,190,203)
#C1ABB7
(193,171,183)
#AC98A3
(172,152,163)
#97858F
(151,133,143)
#82727B
(130,114,123)
#6D5F67
(109,95,103)
#584C53
(88,76,83)
#43393F
(67,57,63)
#2E262B
(46,38,43)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #EBD1DF

#EBD1DF
(235,209,223)
#ECD5E1
(236,213,225)
#EDD9E3
(237,217,227)
#EEDDE5
(238,221,229)
#EFE1E7
(239,225,231)
#F0E5E9
(240,229,233)
#F1E9EB
(241,233,235)
#F2EDED
(242,237,237)
#F3F1EF
(243,241,239)
#F4F5F1
(244,245,241)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD1DF; }

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

This text font color is #EBD1DF.

Background Color

.myBgColor { background-color: #EBD1DF; }

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

This div background color is #EBD1DF.

Border color

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

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

This div border color is #EBD1DF.

Opacity

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

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

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

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

This text has shadow with #EBD1DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD1DF.

Preview

Color preview on black background

This text has color #EBD1DF on black background.


Color preview on white background

This text has color #EBD1DF on white background.


Black color preview on #EBD1DF background

This text has black color on #EBD1DF background.


White color preview on #EBD1DF background

This text has white color on #EBD1DF background.


Related colors

Complementary color

Complementary color for #hex is #142E20.


I love getcolorcode.com

Triadic colors

1 #DFEBD1 and #D1DFEB with #EBD1DF are triadic colors.

2 #DFD1EB and #D1EBDF with #EBD1DF are triadic colors.