COLOR #EBDFD4

HEX: #EBDFD4 RGB: (235,223,212)

Color info

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

RGB color model

#EBDFD4 color RGB value is (235,223,212).

RGB: (235,223,212) (92%, 87%, 83%)

RGB channels and saturation

R 235 of 255 = 92%
G 223 of 255 = 87%
B 212 of 255 = 83%

235
223
212

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

Portions of RGB colors in percentages

R + G + B = 235 + 223 + 212 = 670 (100%)
R 235 of 670 ~ 35.07%
G 223 of 670 ~ 33.28%
B 212 of 670 ~ 31.64'%

%35.07
%33.28
%31.64

CMYK color model

#EBDFD4 color CMYK value is (0,5,10,8).

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

CMYK: (0,5,10,8)
C0M5Y10K8 (0%, 5%, 10%, 8%)
(0.00 / 0.05 / 0.10 / 0.08)

CMYK percentages

%0
%5.11
%9.79
%7.84

Codes

Color #EBDFD4 in popluar color models

EB DF D4
RGB 235 223 212
HSL 29° 36.51% 87.65%
HSB/HSV 29° 9.79% 92.16%
CMYK 0.00% 5.11% 9.79%
7.84%

Color #EBDFD4 in popluar number systems.

HEX EB DF D4
Decimal 235 223 212
Binary 11101011 11011111 11010100
Octal 353 337 324

Shades and tints

Shades of #EBDFD4

#EBDFD4
(235,223,212)
#D6CBC1
(214,203,193)
#C1B7AE
(193,183,174)
#ACA39B
(172,163,155)
#978F88
(151,143,136)
#827B75
(130,123,117)
#6D6762
(109,103,98)
#58534F
(88,83,79)
#433F3C
(67,63,60)
#2E2B29
(46,43,41)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #EBDFD4

#EBDFD4
(235,223,212)
#ECE1D7
(236,225,215)
#EDE3DA
(237,227,218)
#EEE5DD
(238,229,221)
#EFE7E0
(239,231,224)
#F0E9E3
(240,233,227)
#F1EBE6
(241,235,230)
#F2EDE9
(242,237,233)
#F3EFEC
(243,239,236)
#F4F1EF
(244,241,239)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDFD4; }

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

This text font color is #EBDFD4.

Background Color

.myBgColor { background-color: #EBDFD4; }

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

This div background color is #EBDFD4.

Border color

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

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

This div border color is #EBDFD4.

Opacity

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

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

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

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

This text has shadow with #EBDFD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDFD4.

Preview

Color preview on black background

This text has color #EBDFD4 on black background.


Color preview on white background

This text has color #EBDFD4 on white background.


Black color preview on #EBDFD4 background

This text has black color on #EBDFD4 background.


White color preview on #EBDFD4 background

This text has white color on #EBDFD4 background.


Related colors

Complementary color

Complementary color for #hex is #14202B.


I love getcolorcode.com

Triadic colors

1 #D4EBDF and #DFD4EB with #EBDFD4 are triadic colors.

2 #D4DFEB and #DFEBD4 with #EBDFD4 are triadic colors.