COLOR #EBDAE3

HEX: #EBDAE3 RGB: (235,218,227)

Color info

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

RGB color model

#EBDAE3 color RGB value is (235,218,227).

RGB: (235,218,227) (92%, 85%, 89%)

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 227 of 255 = 89%

235
218
227

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

Portions of RGB colors in percentages

R + G + B = 235 + 218 + 227 = 680 (100%)
R 235 of 680 ~ 34.56%
G 218 of 680 ~ 32.06%
B 227 of 680 ~ 33.38'%

%34.56
%32.06
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 3.40%
  • key color value is 7.84%
CMYK: (0,7,3,8) C0M7Y3K8 (0%,7%,3%,8%) (0.00/0.07/0.03/0.08) 

CMYK percentages

%0
%7.23
%3.4
%7.84

Codes

Color #EBDAE3 in popluar color models

EB DA E3
RGB 235 218 227
HSL 328° 29.82% 88.82%
HSB/HSV 328° 7.23% 92.16%
CMYK 0.00% 7.23% 3.40%
7.84%

Color #EBDAE3 in popluar number systems.

HEX EB DA E3
Decimal 235 218 227
Binary 11101011 11011010 11100011
Octal 353 332 343

Shades and tints

Shades of #EBDAE3

#EBDAE3
(235,218,227)
#D6C7CF
(214,199,207)
#C1B4BB
(193,180,187)
#ACA1A7
(172,161,167)
#978E93
(151,142,147)
#827B7F
(130,123,127)
#6D686B
(109,104,107)
#585557
(88,85,87)
#434243
(67,66,67)
#2E2F2F
(46,47,47)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #EBDAE3

#EBDAE3
(235,218,227)
#ECDDE5
(236,221,229)
#EDE0E7
(237,224,231)
#EEE3E9
(238,227,233)
#EFE6EB
(239,230,235)
#F0E9ED
(240,233,237)
#F1ECEF
(241,236,239)
#F2EFF1
(242,239,241)
#F3F2F3
(243,242,243)
#F4F5F5
(244,245,245)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDAE3; }

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

This text font color is #EBDAE3.

Background Color

.myBgColor { background-color: #EBDAE3; }

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

This div background color is #EBDAE3.

Border color

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

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

This div border color is #EBDAE3.

Opacity

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

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

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

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

This text has shadow with #EBDAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDAE3.

Preview

Color preview on black background

This text has color #EBDAE3 on black background.


Color preview on white background

This text has color #EBDAE3 on white background.


Black color preview on #EBDAE3 background

This text has black color on #EBDAE3 background.


White color preview on #EBDAE3 background

This text has white color on #EBDAE3 background.


Related colors

Complementary color

Complementary color for #hex is #14251C.


I love getcolorcode.com

Triadic colors

1 #E3EBDA and #DAE3EB with #EBDAE3 are triadic colors.

2 #E3DAEB and #DAEBE3 with #EBDAE3 are triadic colors.