COLOR #EBEFE1

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

Color info

#EBEFE1 contains red, green and blue colors in about the same proportion. Web safe color of #EBEFE1 is #FFFFCC (or #FFC).

RGB color model

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

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

RGB channels and saturation

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

235
239
225

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

Portions of RGB colors in percentages

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

%33.62
%34.19
%32.19

CMYK color model

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

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

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

CMYK percentages

%1.67
%0
%5.86
%6.27

Codes

Color #EBEFE1 in popluar color models

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

Color #EBEFE1 in popluar number systems.

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

Shades and tints

Shades of #EBEFE1

#EBEFE1
(235,239,225)
#D6DACD
(214,218,205)
#C1C5B9
(193,197,185)
#ACB0A5
(172,176,165)
#979B91
(151,155,145)
#82867D
(130,134,125)
#6D7169
(109,113,105)
#585C55
(88,92,85)
#434741
(67,71,65)
#2E322D
(46,50,45)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #EBEFE1

#EBEFE1
(235,239,225)
#ECF0E3
(236,240,227)
#EDF1E5
(237,241,229)
#EEF2E7
(238,242,231)
#EFF3E9
(239,243,233)
#F0F4EB
(240,244,235)
#F1F5ED
(241,245,237)
#F2F6EF
(242,246,239)
#F3F7F1
(243,247,241)
#F4F8F3
(244,248,243)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEFE1; }

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

This text font color is #EBEFE1.

Background Color

.myBgColor { background-color: #EBEFE1; }

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

This div background color is #EBEFE1.

Border color

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

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

This div border color is #EBEFE1.

Opacity

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

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

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

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

This text has shadow with #EBEFE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEFE1.

Preview

Color preview on black background

This text has color #EBEFE1 on black background.


Color preview on white background

This text has color #EBEFE1 on white background.


Black color preview on #EBEFE1 background

This text has black color on #EBEFE1 background.


White color preview on #EBEFE1 background

This text has white color on #EBEFE1 background.


Related colors

Complementary color

Complementary color for #hex is #14101E.


I love getcolorcode.com

Triadic colors

1 #E1EBEF and #EFE1EB with #EBEFE1 are triadic colors.

2 #E1EFEB and #EFEBE1 with #EBEFE1 are triadic colors.