COLOR #EBEDE1

HEX: #EBEDE1 RGB: (235,237,225)

Color info

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

RGB color model

#EBEDE1 color RGB value is (235,237,225).

RGB: (235,237,225) (92%, 93%, 88%)

RGB channels and saturation

R 235 of 255 = 92%
G 237 of 255 = 93%
B 225 of 255 = 88%

235
237
225

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

Portions of RGB colors in percentages

R + G + B = 235 + 237 + 225 = 697 (100%)
R 235 of 697 ~ 33.72%
G 237 of 697 ~ 34%
B 225 of 697 ~ 32.28'%

%33.72
%34
%32.28

CMYK color model

#EBEDE1 color CMYK value is (1,0,5,7).

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

CMYK: (1,0,5,7)
C1M0Y5K7 (1%, 0%, 5%, 7%)
(0.01 / 0.00 / 0.05 / 0.07)

CMYK percentages

%0.84
%0
%5.06
%7.06

Codes

Color #EBEDE1 in popluar color models

EB ED E1
RGB 235 237 225
HSL 70° 25.00% 90.59%
HSB/HSV 70° 5.06% 92.94%
CMYK 0.84% 0.00% 5.06%
7.06%

Color #EBEDE1 in popluar number systems.

HEX EB ED E1
Decimal 235 237 225
Binary 11101011 11101101 11100001
Octal 353 355 341

Shades and tints

Shades of #EBEDE1

#EBEDE1
(235,237,225)
#D6D8CD
(214,216,205)
#C1C3B9
(193,195,185)
#ACAEA5
(172,174,165)
#979991
(151,153,145)
#82847D
(130,132,125)
#6D6F69
(109,111,105)
#585A55
(88,90,85)
#434541
(67,69,65)
#2E302D
(46,48,45)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #EBEDE1

#EBEDE1
(235,237,225)
#ECEEE3
(236,238,227)
#EDEFE5
(237,239,229)
#EEF0E7
(238,240,231)
#EFF1E9
(239,241,233)
#F0F2EB
(240,242,235)
#F1F3ED
(241,243,237)
#F2F4EF
(242,244,239)
#F3F5F1
(243,245,241)
#F4F6F3
(244,246,243)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEDE1; }

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

This text font color is #EBEDE1.

Background Color

.myBgColor { background-color: #EBEDE1; }

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

This div background color is #EBEDE1.

Border color

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

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

This div border color is #EBEDE1.

Opacity

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

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

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

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

This text has shadow with #EBEDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEDE1.

Preview

Color preview on black background

This text has color #EBEDE1 on black background.


Color preview on white background

This text has color #EBEDE1 on white background.


Black color preview on #EBEDE1 background

This text has black color on #EBEDE1 background.


White color preview on #EBEDE1 background

This text has white color on #EBEDE1 background.


Related colors

Complementary color

Complementary color for #hex is #14121E.


I love getcolorcode.com

Triadic colors

1 #E1EBED and #EDE1EB with #EBEDE1 are triadic colors.

2 #E1EDEB and #EDEBE1 with #EBEDE1 are triadic colors.