COLOR #EBF2DE

HEX: #EBF2DE RGB: (235,242,222)

Color info

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

RGB color model

#EBF2DE color RGB value is (235,242,222).

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

RGB channels and saturation

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

235
242
222

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

Portions of RGB colors in percentages

R + G + B = 235 + 242 + 222 = 699 (100%)
R 235 of 699 ~ 33.62%
G 242 of 699 ~ 34.62%
B 222 of 699 ~ 31.76'%

%33.62
%34.62
%31.76

CMYK color model

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

  • cyan value is 2.89%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • 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
%8.26
%5.1

Codes

Color #EBF2DE in popluar color models

EB F2 DE
RGB 235 242 222
HSL 81° 43.48% 90.98%
HSB/HSV 81° 8.26% 94.90%
CMYK 2.89% 0.00% 8.26%
5.10%

Color #EBF2DE in popluar number systems.

HEX EB F2 DE
Decimal 235 242 222
Binary 11101011 11110010 11011110
Octal 353 362 336

Shades and tints

Shades of #EBF2DE

#EBF2DE
(235,242,222)
#D6DCCA
(214,220,202)
#C1C6B6
(193,198,182)
#ACB0A2
(172,176,162)
#979A8E
(151,154,142)
#82847A
(130,132,122)
#6D6E66
(109,110,102)
#585852
(88,88,82)
#43423E
(67,66,62)
#2E2C2A
(46,44,42)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #EBF2DE

#EBF2DE
(235,242,222)
#ECF3E1
(236,243,225)
#EDF4E4
(237,244,228)
#EEF5E7
(238,245,231)
#EFF6EA
(239,246,234)
#F0F7ED
(240,247,237)
#F1F8F0
(241,248,240)
#F2F9F3
(242,249,243)
#F3FAF6
(243,250,246)
#F4FBF9
(244,251,249)
#F5FCFC
(245,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF2DE; }

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

This text font color is #EBF2DE.

Background Color

.myBgColor { background-color: #EBF2DE; }

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

This div background color is #EBF2DE.

Border color

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

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

This div border color is #EBF2DE.

Opacity

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

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

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

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

This text has shadow with #EBF2DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF2DE.

Preview

Color preview on black background

This text has color #EBF2DE on black background.


Color preview on white background

This text has color #EBF2DE on white background.


Black color preview on #EBF2DE background

This text has black color on #EBF2DE background.


White color preview on #EBF2DE background

This text has white color on #EBF2DE background.


Related colors

Complementary color

Complementary color for #hex is #140D21.


I love getcolorcode.com

Triadic colors

1 #DEEBF2 and #F2DEEB with #EBF2DE are triadic colors.

2 #DEF2EB and #F2EBDE with #EBF2DE are triadic colors.