COLOR #EBE4EF

HEX: #EBE4EF RGB: (235,228,239)

Color info

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

RGB color model

#EBE4EF color RGB value is (235,228,239).

RGB: (235,228,239) (92%, 89%, 94%)

RGB channels and saturation

R 235 of 255 = 92%
G 228 of 255 = 89%
B 239 of 255 = 94%

235
228
239

R + G + B ~ 92%. #EBE4EF is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 228 + 239 = 702 (100%)
R 235 of 702 ~ 33.48%
G 228 of 702 ~ 32.48%
B 239 of 702 ~ 34.05'%

%33.48
%32.48
%34.05

CMYK color model

#EBE4EF color CMYK value is (2,5,0,6).

  • cyan value is 1.67%
  • magenta value is 4.60%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (2,5,0,6)
C2M5Y0K6 (2%, 5%, 0%, 6%)
(0.02 / 0.05 / 0.00 / 0.06)

CMYK percentages

%1.67
%4.6
%0
%6.27

Codes

Color #EBE4EF in popluar color models

EB E4 EF
RGB 235 228 239
HSL 278° 25.58% 91.57%
HSB/HSV 278° 4.60% 93.73%
CMYK 1.67% 4.60% 0.00%
6.27%

Color #EBE4EF in popluar number systems.

HEX EB E4 EF
Decimal 235 228 239
Binary 11101011 11100100 11101111
Octal 353 344 357

Shades and tints

Shades of #EBE4EF

#EBE4EF
(235,228,239)
#D6D0DA
(214,208,218)
#C1BCC5
(193,188,197)
#ACA8B0
(172,168,176)
#97949B
(151,148,155)
#828086
(130,128,134)
#6D6C71
(109,108,113)
#58585C
(88,88,92)
#434447
(67,68,71)
#2E3032
(46,48,50)
#191C1D
(25,28,29)
#000000
(0,0,0)

Tints of #EBE4EF

#EBE4EF
(235,228,239)
#ECE6F0
(236,230,240)
#EDE8F1
(237,232,241)
#EEEAF2
(238,234,242)
#EFECF3
(239,236,243)
#F0EEF4
(240,238,244)
#F1F0F5
(241,240,245)
#F2F2F6
(242,242,246)
#F3F4F7
(243,244,247)
#F4F6F8
(244,246,248)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE4EF; }

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

This text font color is #EBE4EF.

Background Color

.myBgColor { background-color: #EBE4EF; }

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

This div background color is #EBE4EF.

Border color

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

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

This div border color is #EBE4EF.

Opacity

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

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

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

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

This text has shadow with #EBE4EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE4EF.

Preview

Color preview on black background

This text has color #EBE4EF on black background.


Color preview on white background

This text has color #EBE4EF on white background.


Black color preview on #EBE4EF background

This text has black color on #EBE4EF background.


White color preview on #EBE4EF background

This text has white color on #EBE4EF background.


Related colors

Complementary color

Complementary color for #hex is #141B10.


I love getcolorcode.com

Triadic colors

1 #EFEBE4 and #E4EFEB with #EBE4EF are triadic colors.

2 #EFE4EB and #E4EBEF with #EBE4EF are triadic colors.