COLOR #EBDAD5

HEX: #EBDAD5 RGB: (235,218,213)

Color info

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

RGB color model

#EBDAD5 color RGB value is (235,218,213).

RGB: (235,218,213) (92%, 85%, 84%)

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 213 of 255 = 84%

235
218
213

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

Portions of RGB colors in percentages

R + G + B = 235 + 218 + 213 = 666 (100%)
R 235 of 666 ~ 35.29%
G 218 of 666 ~ 32.73%
B 213 of 666 ~ 31.98'%

%35.29
%32.73
%31.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 9.36%
  • key color value is 7.84%

CMYK: (0,7,9,8)
C0M7Y9K8 (0%, 7%, 9%, 8%)
(0.00 / 0.07 / 0.09 / 0.08)

CMYK percentages

%0
%7.23
%9.36
%7.84

Codes

Color #EBDAD5 in popluar color models

EB DA D5
RGB 235 218 213
HSL 14° 35.48% 87.84%
HSB/HSV 14° 9.36% 92.16%
CMYK 0.00% 7.23% 9.36%
7.84%

Color #EBDAD5 in popluar number systems.

HEX EB DA D5
Decimal 235 218 213
Binary 11101011 11011010 11010101
Octal 353 332 325

Shades and tints

Shades of #EBDAD5

#EBDAD5
(235,218,213)
#D6C7C2
(214,199,194)
#C1B4AF
(193,180,175)
#ACA19C
(172,161,156)
#978E89
(151,142,137)
#827B76
(130,123,118)
#6D6863
(109,104,99)
#585550
(88,85,80)
#43423D
(67,66,61)
#2E2F2A
(46,47,42)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #EBDAD5

#EBDAD5
(235,218,213)
#ECDDD8
(236,221,216)
#EDE0DB
(237,224,219)
#EEE3DE
(238,227,222)
#EFE6E1
(239,230,225)
#F0E9E4
(240,233,228)
#F1ECE7
(241,236,231)
#F2EFEA
(242,239,234)
#F3F2ED
(243,242,237)
#F4F5F0
(244,245,240)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDAD5 color. Also use rgb(235,218,213) instead hex code.

Text Font Color

.myTextColor { color: #EBDAD5; }

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

This text font color is #EBDAD5.

Background Color

.myBgColor { background-color: #EBDAD5; }

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

This div background color is #EBDAD5.

Border color

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

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

This div border color is #EBDAD5.

Opacity

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

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

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

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

This text has shadow with #EBDAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDAD5.

Preview

Color preview on black background

This text has color #EBDAD5 on black background.


Color preview on white background

This text has color #EBDAD5 on white background.


Black color preview on #EBDAD5 background

This text has black color on #EBDAD5 background.


White color preview on #EBDAD5 background

This text has white color on #EBDAD5 background.


Related colors

Complementary color

Complementary color for #hex is #14252A.


I love getcolorcode.com

Triadic colors

1 #D5EBDA and #DAD5EB with #EBDAD5 are triadic colors.

2 #D5DAEB and #DAEBD5 with #EBDAD5 are triadic colors.