COLOR #EBE6D5

HEX: #EBE6D5 RGB: (235,230,213)

Color info

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

RGB color model

#EBE6D5 color RGB value is (235,230,213).

RGB: (235,230,213) (92%, 90%, 84%)

RGB channels and saturation

R 235 of 255 = 92%
G 230 of 255 = 90%
B 213 of 255 = 84%

235
230
213

R + G + B ~ 89%. #EBE6D5 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 230 + 213 = 678 (100%)
R 235 of 678 ~ 34.66%
G 230 of 678 ~ 33.92%
B 213 of 678 ~ 31.42'%

%34.66
%33.92
%31.42

CMYK color model

#EBE6D5 color CMYK value is (0,2,9,8).

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

CMYK: (0,2,9,8)
C0M2Y9K8 (0%, 2%, 9%, 8%)
(0.00 / 0.02 / 0.09 / 0.08)

CMYK percentages

%0
%2.13
%9.36
%7.84

Codes

Color #EBE6D5 in popluar color models

EB E6 D5
RGB 235 230 213
HSL 46° 35.48% 87.84%
HSB/HSV 46° 9.36% 92.16%
CMYK 0.00% 2.13% 9.36%
7.84%

Color #EBE6D5 in popluar number systems.

HEX EB E6 D5
Decimal 235 230 213
Binary 11101011 11100110 11010101
Octal 353 346 325

Shades and tints

Shades of #EBE6D5

#EBE6D5
(235,230,213)
#D6D2C2
(214,210,194)
#C1BEAF
(193,190,175)
#ACAA9C
(172,170,156)
#979689
(151,150,137)
#828276
(130,130,118)
#6D6E63
(109,110,99)
#585A50
(88,90,80)
#43463D
(67,70,61)
#2E322A
(46,50,42)
#191E17
(25,30,23)
#000000
(0,0,0)

Tints of #EBE6D5

#EBE6D5
(235,230,213)
#ECE8D8
(236,232,216)
#EDEADB
(237,234,219)
#EEECDE
(238,236,222)
#EFEEE1
(239,238,225)
#F0F0E4
(240,240,228)
#F1F2E7
(241,242,231)
#F2F4EA
(242,244,234)
#F3F6ED
(243,246,237)
#F4F8F0
(244,248,240)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE6D5; }

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

This text font color is #EBE6D5.

Background Color

.myBgColor { background-color: #EBE6D5; }

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

This div background color is #EBE6D5.

Border color

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

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

This div border color is #EBE6D5.

Opacity

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

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

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

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

This text has shadow with #EBE6D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE6D5.

Preview

Color preview on black background

This text has color #EBE6D5 on black background.


Color preview on white background

This text has color #EBE6D5 on white background.


Black color preview on #EBE6D5 background

This text has black color on #EBE6D5 background.


White color preview on #EBE6D5 background

This text has white color on #EBE6D5 background.


Related colors

Complementary color

Complementary color for #hex is #14192A.


I love getcolorcode.com

Triadic colors

1 #D5EBE6 and #E6D5EB with #EBE6D5 are triadic colors.

2 #D5E6EB and #E6EBD5 with #EBE6D5 are triadic colors.