COLOR #EBE1EF

HEX: #EBE1EF RGB: (235,225,239)

Color info

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

RGB color model

#EBE1EF color RGB value is (235,225,239).

RGB: (235,225,239) (92%, 88%, 94%)

RGB channels and saturation

R 235 of 255 = 92%
G 225 of 255 = 88%
B 239 of 255 = 94%

235
225
239

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

Portions of RGB colors in percentages

R + G + B = 235 + 225 + 239 = 699 (100%)
R 235 of 699 ~ 33.62%
G 225 of 699 ~ 32.19%
B 239 of 699 ~ 34.19'%

%33.62
%32.19
%34.19

CMYK color model

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

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

CMYK: (2,6,0,6)
C2M6Y0K6 (2%, 6%, 0%, 6%)
(0.02 / 0.06 / 0.00 / 0.06)

CMYK percentages

%1.67
%5.86
%0
%6.27

Codes

Color #EBE1EF in popluar color models

EB E1 EF
RGB 235 225 239
HSL 283° 30.43% 90.98%
HSB/HSV 283° 5.86% 93.73%
CMYK 1.67% 5.86% 0.00%
6.27%

Color #EBE1EF in popluar number systems.

HEX EB E1 EF
Decimal 235 225 239
Binary 11101011 11100001 11101111
Octal 353 341 357

Shades and tints

Shades of #EBE1EF

#EBE1EF
(235,225,239)
#D6CDDA
(214,205,218)
#C1B9C5
(193,185,197)
#ACA5B0
(172,165,176)
#97919B
(151,145,155)
#827D86
(130,125,134)
#6D6971
(109,105,113)
#58555C
(88,85,92)
#434147
(67,65,71)
#2E2D32
(46,45,50)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #EBE1EF

#EBE1EF
(235,225,239)
#ECE3F0
(236,227,240)
#EDE5F1
(237,229,241)
#EEE7F2
(238,231,242)
#EFE9F3
(239,233,243)
#F0EBF4
(240,235,244)
#F1EDF5
(241,237,245)
#F2EFF6
(242,239,246)
#F3F1F7
(243,241,247)
#F4F3F8
(244,243,248)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE1EF; }

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

This text font color is #EBE1EF.

Background Color

.myBgColor { background-color: #EBE1EF; }

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

This div background color is #EBE1EF.

Border color

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

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

This div border color is #EBE1EF.

Opacity

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

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

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

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

This text has shadow with #EBE1EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE1EF.

Preview

Color preview on black background

This text has color #EBE1EF on black background.


Color preview on white background

This text has color #EBE1EF on white background.


Black color preview on #EBE1EF background

This text has black color on #EBE1EF background.


White color preview on #EBE1EF background

This text has white color on #EBE1EF background.


Related colors

Complementary color

Complementary color for #hex is #141E10.


I love getcolorcode.com

Triadic colors

1 #EFEBE1 and #E1EFEB with #EBE1EF are triadic colors.

2 #EFE1EB and #E1EBEF with #EBE1EF are triadic colors.