COLOR #EBEFE5

HEX: #EBEFE5 RGB: (235,239,229)

Color info

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

RGB color model

#EBEFE5 color RGB value is (235,239,229).

RGB: (235,239,229) (92%, 94%, 90%)

RGB channels and saturation

R 235 of 255 = 92%
G 239 of 255 = 94%
B 229 of 255 = 90%

235
239
229

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

Portions of RGB colors in percentages

R + G + B = 235 + 239 + 229 = 703 (100%)
R 235 of 703 ~ 33.43%
G 239 of 703 ~ 34%
B 229 of 703 ~ 32.57'%

%33.43
%34
%32.57

CMYK color model

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

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 4.18%
  • key color value is 6.27%
CMYK: (2,0,4,6) C2M0Y4K6 (2%,0%,4%,6%) (0.02/0.00/0.04/0.06) 

CMYK percentages

%1.67
%0
%4.18
%6.27

Codes

Color #EBEFE5 in popluar color models

EB EF E5
RGB 235 239 229
HSL 84° 23.81% 91.76%
HSB/HSV 84° 4.18% 93.73%
CMYK 1.67% 0.00% 4.18%
6.27%

Color #EBEFE5 in popluar number systems.

HEX EB EF E5
Decimal 235 239 229
Binary 11101011 11101111 11100101
Octal 353 357 345

Shades and tints

Shades of #EBEFE5

#EBEFE5
(235,239,229)
#D6DAD1
(214,218,209)
#C1C5BD
(193,197,189)
#ACB0A9
(172,176,169)
#979B95
(151,155,149)
#828681
(130,134,129)
#6D716D
(109,113,109)
#585C59
(88,92,89)
#434745
(67,71,69)
#2E3231
(46,50,49)
#191D1D
(25,29,29)
#000000
(0,0,0)

Tints of #EBEFE5

#EBEFE5
(235,239,229)
#ECF0E7
(236,240,231)
#EDF1E9
(237,241,233)
#EEF2EB
(238,242,235)
#EFF3ED
(239,243,237)
#F0F4EF
(240,244,239)
#F1F5F1
(241,245,241)
#F2F6F3
(242,246,243)
#F3F7F5
(243,247,245)
#F4F8F7
(244,248,247)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEFE5; }

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

This text font color is #EBEFE5.

Background Color

.myBgColor { background-color: #EBEFE5; }

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

This div background color is #EBEFE5.

Border color

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

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

This div border color is #EBEFE5.

Opacity

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

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

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

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

This text has shadow with #EBEFE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEFE5.

Preview

Color preview on black background

This text has color #EBEFE5 on black background.


Color preview on white background

This text has color #EBEFE5 on white background.


Black color preview on #EBEFE5 background

This text has black color on #EBEFE5 background.


White color preview on #EBEFE5 background

This text has white color on #EBEFE5 background.


Related colors

Complementary color

Complementary color for #hex is #14101A.


I love getcolorcode.com

Triadic colors

1 #E5EBEF and #EFE5EB with #EBEFE5 are triadic colors.

2 #E5EFEB and #EFEBE5 with #EBEFE5 are triadic colors.