COLOR #EBDAD8

HEX: #EBDAD8 RGB: (235,218,216)

Color info

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

RGB color model

#EBDAD8 color RGB value is (235,218,216).

RGB: (235,218,216) (92%, 85%, 85%)

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 216 of 255 = 85%

235
218
216

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

Portions of RGB colors in percentages

R + G + B = 235 + 218 + 216 = 669 (100%)
R 235 of 669 ~ 35.13%
G 218 of 669 ~ 32.59%
B 216 of 669 ~ 32.29'%

%35.13
%32.59
%32.29

CMYK color model

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

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

CMYK: (0,7,8,8)
C0M7Y8K8 (0%, 7%, 8%, 8%)
(0.00 / 0.07 / 0.08 / 0.08)

CMYK percentages

%0
%7.23
%8.09
%7.84

Codes

Color #EBDAD8 in popluar color models

EB DA D8
RGB 235 218 216
HSL 32.20% 88.43%
HSB/HSV 8.09% 92.16%
CMYK 0.00% 7.23% 8.09%
7.84%

Color #EBDAD8 in popluar number systems.

HEX EB DA D8
Decimal 235 218 216
Binary 11101011 11011010 11011000
Octal 353 332 330

Shades and tints

Shades of #EBDAD8

#EBDAD8
(235,218,216)
#D6C7C5
(214,199,197)
#C1B4B2
(193,180,178)
#ACA19F
(172,161,159)
#978E8C
(151,142,140)
#827B79
(130,123,121)
#6D6866
(109,104,102)
#585553
(88,85,83)
#434240
(67,66,64)
#2E2F2D
(46,47,45)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #EBDAD8

#EBDAD8
(235,218,216)
#ECDDDB
(236,221,219)
#EDE0DE
(237,224,222)
#EEE3E1
(238,227,225)
#EFE6E4
(239,230,228)
#F0E9E7
(240,233,231)
#F1ECEA
(241,236,234)
#F2EFED
(242,239,237)
#F3F2F0
(243,242,240)
#F4F5F3
(244,245,243)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDAD8; }

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

This text font color is #EBDAD8.

Background Color

.myBgColor { background-color: #EBDAD8; }

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

This div background color is #EBDAD8.

Border color

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

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

This div border color is #EBDAD8.

Opacity

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

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

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

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

This text has shadow with #EBDAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDAD8.

Preview

Color preview on black background

This text has color #EBDAD8 on black background.


Color preview on white background

This text has color #EBDAD8 on white background.


Black color preview on #EBDAD8 background

This text has black color on #EBDAD8 background.


White color preview on #EBDAD8 background

This text has white color on #EBDAD8 background.


Related colors

Complementary color

Complementary color for #hex is #142527.


I love getcolorcode.com

Triadic colors

1 #D8EBDA and #DAD8EB with #EBDAD8 are triadic colors.

2 #D8DAEB and #DAEBD8 with #EBDAD8 are triadic colors.