COLOR #EBE0D5

HEX: #EBE0D5 RGB: (235,224,213)

Color info

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

RGB color model

#EBE0D5 color RGB value is (235,224,213).

RGB: (235,224,213) (92%, 88%, 84%)

RGB channels and saturation

R 235 of 255 = 92%
G 224 of 255 = 88%
B 213 of 255 = 84%

235
224
213

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

Portions of RGB colors in percentages

R + G + B = 235 + 224 + 213 = 672 (100%)
R 235 of 672 ~ 34.97%
G 224 of 672 ~ 33.33%
B 213 of 672 ~ 31.7'%

%34.97
%33.33
%31.7

CMYK color model

#EBE0D5 color CMYK value is (0,5,9,8).

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

CMYK: (0,5,9,8)
C0M5Y9K8 (0%, 5%, 9%, 8%)
(0.00 / 0.05 / 0.09 / 0.08)

CMYK percentages

%0
%4.68
%9.36
%7.84

Codes

Color #EBE0D5 in popluar color models

EB E0 D5
RGB 235 224 213
HSL 30° 35.48% 87.84%
HSB/HSV 30° 9.36% 92.16%
CMYK 0.00% 4.68% 9.36%
7.84%

Color #EBE0D5 in popluar number systems.

HEX EB E0 D5
Decimal 235 224 213
Binary 11101011 11100000 11010101
Octal 353 340 325

Shades and tints

Shades of #EBE0D5

#EBE0D5
(235,224,213)
#D6CCC2
(214,204,194)
#C1B8AF
(193,184,175)
#ACA49C
(172,164,156)
#979089
(151,144,137)
#827C76
(130,124,118)
#6D6863
(109,104,99)
#585450
(88,84,80)
#43403D
(67,64,61)
#2E2C2A
(46,44,42)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #EBE0D5

#EBE0D5
(235,224,213)
#ECE2D8
(236,226,216)
#EDE4DB
(237,228,219)
#EEE6DE
(238,230,222)
#EFE8E1
(239,232,225)
#F0EAE4
(240,234,228)
#F1ECE7
(241,236,231)
#F2EEEA
(242,238,234)
#F3F0ED
(243,240,237)
#F4F2F0
(244,242,240)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE0D5; }

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

This text font color is #EBE0D5.

Background Color

.myBgColor { background-color: #EBE0D5; }

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

This div background color is #EBE0D5.

Border color

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

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

This div border color is #EBE0D5.

Opacity

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

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

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

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

This text has shadow with #EBE0D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE0D5.

Preview

Color preview on black background

This text has color #EBE0D5 on black background.


Color preview on white background

This text has color #EBE0D5 on white background.


Black color preview on #EBE0D5 background

This text has black color on #EBE0D5 background.


White color preview on #EBE0D5 background

This text has white color on #EBE0D5 background.


Related colors

Complementary color

Complementary color for #hex is #141F2A.


I love getcolorcode.com

Triadic colors

1 #D5EBE0 and #E0D5EB with #EBE0D5 are triadic colors.

2 #D5E0EB and #E0EBD5 with #EBE0D5 are triadic colors.