COLOR #EBF3E1

HEX: #EBF3E1 RGB: (235,243,225)

Color info

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

RGB color model

#EBF3E1 color RGB value is (235,243,225).

RGB: (235,243,225) (92%, 95%, 88%)

RGB channels and saturation

R 235 of 255 = 92%
G 243 of 255 = 95%
B 225 of 255 = 88%

235
243
225

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

Portions of RGB colors in percentages

R + G + B = 235 + 243 + 225 = 703 (100%)
R 235 of 703 ~ 33.43%
G 243 of 703 ~ 34.57%
B 225 of 703 ~ 32.01'%

%33.43
%34.57
%32.01

CMYK color model

#EBF3E1 color CMYK value is (3,0,7,5).

  • cyan value is 3.29%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 4.71%

CMYK: (3,0,7,5)
C3M0Y7K5 (3%, 0%, 7%, 5%)
(0.03 / 0.00 / 0.07 / 0.05)

CMYK percentages

%3.29
%0
%7.41
%4.71

Codes

Color #EBF3E1 in popluar color models

EB F3 E1
RGB 235 243 225
HSL 87° 42.86% 91.76%
HSB/HSV 87° 7.41% 95.29%
CMYK 3.29% 0.00% 7.41%
4.71%

Color #EBF3E1 in popluar number systems.

HEX EB F3 E1
Decimal 235 243 225
Binary 11101011 11110011 11100001
Octal 353 363 341

Shades and tints

Shades of #EBF3E1

#EBF3E1
(235,243,225)
#D6DDCD
(214,221,205)
#C1C7B9
(193,199,185)
#ACB1A5
(172,177,165)
#979B91
(151,155,145)
#82857D
(130,133,125)
#6D6F69
(109,111,105)
#585955
(88,89,85)
#434341
(67,67,65)
#2E2D2D
(46,45,45)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #EBF3E1

#EBF3E1
(235,243,225)
#ECF4E3
(236,244,227)
#EDF5E5
(237,245,229)
#EEF6E7
(238,246,231)
#EFF7E9
(239,247,233)
#F0F8EB
(240,248,235)
#F1F9ED
(241,249,237)
#F2FAEF
(242,250,239)
#F3FBF1
(243,251,241)
#F4FCF3
(244,252,243)
#F5FDF5
(245,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF3E1; }

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

This text font color is #EBF3E1.

Background Color

.myBgColor { background-color: #EBF3E1; }

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

This div background color is #EBF3E1.

Border color

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

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

This div border color is #EBF3E1.

Opacity

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

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

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

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

This text has shadow with #EBF3E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF3E1.

Preview

Color preview on black background

This text has color #EBF3E1 on black background.


Color preview on white background

This text has color #EBF3E1 on white background.


Black color preview on #EBF3E1 background

This text has black color on #EBF3E1 background.


White color preview on #EBF3E1 background

This text has white color on #EBF3E1 background.


Related colors

Complementary color

Complementary color for #hex is #140C1E.


I love getcolorcode.com

Triadic colors

1 #E1EBF3 and #F3E1EB with #EBF3E1 are triadic colors.

2 #E1F3EB and #F3EBE1 with #EBF3E1 are triadic colors.