COLOR #EBF2DF

HEX: #EBF2DF RGB: (235,242,223)

Color info

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

RGB color model

#EBF2DF color RGB value is (235,242,223).

RGB: (235,242,223) (92%, 95%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 242 of 255 = 95%
B 223 of 255 = 87%

235
242
223

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

Portions of RGB colors in percentages

R + G + B = 235 + 242 + 223 = 700 (100%)
R 235 of 700 ~ 33.57%
G 242 of 700 ~ 34.57%
B 223 of 700 ~ 31.86'%

%33.57
%34.57
%31.86

CMYK color model

#EBF2DF color CMYK value is (3,0,8,5).

  • cyan value is 2.89%
  • magenta value is 0.00%
  • yellow value is 7.85%
  • key color value is 5.10%

CMYK: (3,0,8,5)
C3M0Y8K5 (3%, 0%, 8%, 5%)
(0.03 / 0.00 / 0.08 / 0.05)

CMYK percentages

%2.89
%0
%7.85
%5.1

Codes

Color #EBF2DF in popluar color models

EB F2 DF
RGB 235 242 223
HSL 82° 42.22% 91.18%
HSB/HSV 82° 7.85% 94.90%
CMYK 2.89% 0.00% 7.85%
5.10%

Color #EBF2DF in popluar number systems.

HEX EB F2 DF
Decimal 235 242 223
Binary 11101011 11110010 11011111
Octal 353 362 337

Shades and tints

Shades of #EBF2DF

#EBF2DF
(235,242,223)
#D6DCCB
(214,220,203)
#C1C6B7
(193,198,183)
#ACB0A3
(172,176,163)
#979A8F
(151,154,143)
#82847B
(130,132,123)
#6D6E67
(109,110,103)
#585853
(88,88,83)
#43423F
(67,66,63)
#2E2C2B
(46,44,43)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #EBF2DF

#EBF2DF
(235,242,223)
#ECF3E1
(236,243,225)
#EDF4E3
(237,244,227)
#EEF5E5
(238,245,229)
#EFF6E7
(239,246,231)
#F0F7E9
(240,247,233)
#F1F8EB
(241,248,235)
#F2F9ED
(242,249,237)
#F3FAEF
(243,250,239)
#F4FBF1
(244,251,241)
#F5FCF3
(245,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF2DF color. Also use rgb(235,242,223) instead hex code.

Text Font Color

.myTextColor { color: #EBF2DF; }

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

This text font color is #EBF2DF.

Background Color

.myBgColor { background-color: #EBF2DF; }

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

This div background color is #EBF2DF.

Border color

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

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

This div border color is #EBF2DF.

Opacity

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

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

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

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

This text has shadow with #EBF2DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF2DF.

Preview

Color preview on black background

This text has color #EBF2DF on black background.


Color preview on white background

This text has color #EBF2DF on white background.


Black color preview on #EBF2DF background

This text has black color on #EBF2DF background.


White color preview on #EBF2DF background

This text has white color on #EBF2DF background.


Related colors

Complementary color

Complementary color for #hex is #140D20.


I love getcolorcode.com

Triadic colors

1 #DFEBF2 and #F2DFEB with #EBF2DF are triadic colors.

2 #DFF2EB and #F2EBDF with #EBF2DF are triadic colors.