COLOR #EBE4ED

HEX: #EBE4ED RGB: (235,228,237)

Color info

#EBE4ED contains red, green and blue colors in about the same proportion. Web safe color of #EBE4ED is #FFCCFF (or #FCF).

RGB color model

#EBE4ED color RGB value is (235,228,237).

RGB: (235,228,237) (92%, 89%, 93%)

RGB channels and saturation

R 235 of 255 = 92%
G 228 of 255 = 89%
B 237 of 255 = 93%

235
228
237

R + G + B ~ 91%. #EBE4ED is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 228 + 237 = 700 (100%)
R 235 of 700 ~ 33.57%
G 228 of 700 ~ 32.57%
B 237 of 700 ~ 33.86'%

%33.57
%32.57
%33.86

CMYK color model

#EBE4ED color CMYK value is (1,4,0,7).

  • cyan value is 0.84%
  • magenta value is 3.80%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (1,4,0,7)
C1M4Y0K7 (1%, 4%, 0%, 7%)
(0.01 / 0.04 / 0.00 / 0.07)

CMYK percentages

%0.84
%3.8
%0
%7.06

Codes

Color #EBE4ED in popluar color models

EB E4 ED
RGB 235 228 237
HSL 287° 20.00% 91.18%
HSB/HSV 287° 3.80% 92.94%
CMYK 0.84% 3.80% 0.00%
7.06%

Color #EBE4ED in popluar number systems.

HEX EB E4 ED
Decimal 235 228 237
Binary 11101011 11100100 11101101
Octal 353 344 355

Shades and tints

Shades of #EBE4ED

#EBE4ED
(235,228,237)
#D6D0D8
(214,208,216)
#C1BCC3
(193,188,195)
#ACA8AE
(172,168,174)
#979499
(151,148,153)
#828084
(130,128,132)
#6D6C6F
(109,108,111)
#58585A
(88,88,90)
#434445
(67,68,69)
#2E3030
(46,48,48)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #EBE4ED

#EBE4ED
(235,228,237)
#ECE6EE
(236,230,238)
#EDE8EF
(237,232,239)
#EEEAF0
(238,234,240)
#EFECF1
(239,236,241)
#F0EEF2
(240,238,242)
#F1F0F3
(241,240,243)
#F2F2F4
(242,242,244)
#F3F4F5
(243,244,245)
#F4F6F6
(244,246,246)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE4ED color. Also use rgb(235,228,237) instead hex code.

Text Font Color

.myTextColor { color: #EBE4ED; }

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

This text font color is #EBE4ED.

Background Color

.myBgColor { background-color: #EBE4ED; }

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

This div background color is #EBE4ED.

Border color

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

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

This div border color is #EBE4ED.

Opacity

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

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

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

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

This text has shadow with #EBE4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE4ED.

Preview

Color preview on black background

This text has color #EBE4ED on black background.


Color preview on white background

This text has color #EBE4ED on white background.


Black color preview on #EBE4ED background

This text has black color on #EBE4ED background.


White color preview on #EBE4ED background

This text has white color on #EBE4ED background.


Related colors

Complementary color

Complementary color for #hex is #141B12.


I love getcolorcode.com

Triadic colors

1 #EDEBE4 and #E4EDEB with #EBE4ED are triadic colors.

2 #EDE4EB and #E4EBED with #EBE4ED are triadic colors.