COLOR #EBDAD6

HEX: #EBDAD6 RGB: (235,218,214)

Color info

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

RGB color model

#EBDAD6 color RGB value is (235,218,214).

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

RGB channels and saturation

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

235
218
214

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

Portions of RGB colors in percentages

R + G + B = 235 + 218 + 214 = 667 (100%)
R 235 of 667 ~ 35.23%
G 218 of 667 ~ 32.68%
B 214 of 667 ~ 32.08'%

%35.23
%32.68
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 8.94%
  • 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
%8.94
%7.84

Codes

Color #EBDAD6 in popluar color models

EB DA D6
RGB 235 218 214
HSL 11° 34.43% 88.04%
HSB/HSV 11° 8.94% 92.16%
CMYK 0.00% 7.23% 8.94%
7.84%

Color #EBDAD6 in popluar number systems.

HEX EB DA D6
Decimal 235 218 214
Binary 11101011 11011010 11010110
Octal 353 332 326

Shades and tints

Shades of #EBDAD6

#EBDAD6
(235,218,214)
#D6C7C3
(214,199,195)
#C1B4B0
(193,180,176)
#ACA19D
(172,161,157)
#978E8A
(151,142,138)
#827B77
(130,123,119)
#6D6864
(109,104,100)
#585551
(88,85,81)
#43423E
(67,66,62)
#2E2F2B
(46,47,43)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #EBDAD6

#EBDAD6
(235,218,214)
#ECDDD9
(236,221,217)
#EDE0DC
(237,224,220)
#EEE3DF
(238,227,223)
#EFE6E2
(239,230,226)
#F0E9E5
(240,233,229)
#F1ECE8
(241,236,232)
#F2EFEB
(242,239,235)
#F3F2EE
(243,242,238)
#F4F5F1
(244,245,241)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDAD6; }

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

This text font color is #EBDAD6.

Background Color

.myBgColor { background-color: #EBDAD6; }

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

This div background color is #EBDAD6.

Border color

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

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

This div border color is #EBDAD6.

Opacity

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

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

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

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

This text has shadow with #EBDAD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDAD6.

Preview

Color preview on black background

This text has color #EBDAD6 on black background.


Color preview on white background

This text has color #EBDAD6 on white background.


Black color preview on #EBDAD6 background

This text has black color on #EBDAD6 background.


White color preview on #EBDAD6 background

This text has white color on #EBDAD6 background.


Related colors

Complementary color

Complementary color for #hex is #142529.


I love getcolorcode.com

Triadic colors

1 #D6EBDA and #DAD6EB with #EBDAD6 are triadic colors.

2 #D6DAEB and #DAEBD6 with #EBDAD6 are triadic colors.