COLOR #EBDAD1

HEX: #EBDAD1 RGB: (235,218,209)

Color info

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

RGB color model

#EBDAD1 color RGB value is (235,218,209).

RGB: (235,218,209) (92%, 85%, 82%)

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 209 of 255 = 82%

235
218
209

R + G + B ~ 86%. #EBDAD1 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 218 + 209 = 662 (100%)
R 235 of 662 ~ 35.5%
G 218 of 662 ~ 32.93%
B 209 of 662 ~ 31.57'%

%35.5
%32.93
%31.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 11.06%
  • key color value is 7.84%
CMYK: (0,7,11,8) C0M7Y11K8 (0%,7%,11%,8%) (0.00/0.07/0.11/0.08) 

CMYK percentages

%0
%7.23
%11.06
%7.84

Codes

Color #EBDAD1 in popluar color models

EB DA D1
RGB 235 218 209
HSL 21° 39.39% 87.06%
HSB/HSV 21° 11.06% 92.16%
CMYK 0.00% 7.23% 11.06%
7.84%

Color #EBDAD1 in popluar number systems.

HEX EB DA D1
Decimal 235 218 209
Binary 11101011 11011010 11010001
Octal 353 332 321

Shades and tints

Shades of #EBDAD1

#EBDAD1
(235,218,209)
#D6C7BE
(214,199,190)
#C1B4AB
(193,180,171)
#ACA198
(172,161,152)
#978E85
(151,142,133)
#827B72
(130,123,114)
#6D685F
(109,104,95)
#58554C
(88,85,76)
#434239
(67,66,57)
#2E2F26
(46,47,38)
#191C13
(25,28,19)
#000000
(0,0,0)

Tints of #EBDAD1

#EBDAD1
(235,218,209)
#ECDDD5
(236,221,213)
#EDE0D9
(237,224,217)
#EEE3DD
(238,227,221)
#EFE6E1
(239,230,225)
#F0E9E5
(240,233,229)
#F1ECE9
(241,236,233)
#F2EFED
(242,239,237)
#F3F2F1
(243,242,241)
#F4F5F5
(244,245,245)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDAD1; }

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

This text font color is #EBDAD1.

Background Color

.myBgColor { background-color: #EBDAD1; }

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

This div background color is #EBDAD1.

Border color

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

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

This div border color is #EBDAD1.

Opacity

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

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

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

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

This text has shadow with #EBDAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDAD1.

Preview

Color preview on black background

This text has color #EBDAD1 on black background.


Color preview on white background

This text has color #EBDAD1 on white background.


Black color preview on #EBDAD1 background

This text has black color on #EBDAD1 background.


White color preview on #EBDAD1 background

This text has white color on #EBDAD1 background.


Related colors

Complementary color

Complementary color for #hex is #14252E.


I love getcolorcode.com

Triadic colors

1 #D1EBDA and #DAD1EB with #EBDAD1 are triadic colors.

2 #D1DAEB and #DAEBD1 with #EBDAD1 are triadic colors.