COLOR #EBF4DE

HEX: #EBF4DE
RGB: (235,244,222)

Color info

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

RGB color model

#EBF4DE color RGB value is (235,244,222).

  • red value is 235;
  • green value is 244;
  • blue value is 222.
RGB:
(235,244,222)
(92%,96%,87%)

RGB channels and saturation

R 235 of 255 = 92%
G 244 of 255 = 96%
B 222 of 255 = 87%

235
244
222

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

Portions of RGB colors in percentages

R + G + B =
235 + 244 + 222 = 701 (100%)
R 235 of 701 ~ 33.52%
G 244 of 701 ~ 34.81%
B 222 of 701 ~ 31.67%

%33.52
%34.81
%31.67

CMYK color model

#EBF4DE color CMYK value is (4,0,9,4).

  • cyan value is 3.69%
  • magenta value is 0.00%
  • yellow value is 9.02%
  • key color value is 4.31%
CMYK:
(4,0,9,4)
C4M0Y9K4 
(4%,0%,9%,4%)
(0.04/0.00/0.09/0.04)	

CMYK percentages

%3.69
%0
%9.02
%4.31

Codes

Color #EBF4DE in popluar color models

EBF4DE
RGB235244222
HSL85°50.00%91.37%
HSB/HSV85°9.02%95.69%
CMYK3.69%0.00%9.02%
4.31%

Color #EBF4DE in popluar number systems.

HEXEBF4DE
Decimal235244222
Binary111010111111010011011110
Octal353364336

Shades and tints

Shades of #EBF4DE

#EBF4DE
(235,244,222)
#D6DECA
(214,222,202)
#C1C8B6
(193,200,182)
#ACB2A2
(172,178,162)
#979C8E
(151,156,142)
#82867A
(130,134,122)
#6D7066
(109,112,102)
#585A52
(88,90,82)
#43443E
(67,68,62)
#2E2E2A
(46,46,42)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #EBF4DE

#EBF4DE
(235,244,222)
#ECF5E1
(236,245,225)
#EDF6E4
(237,246,228)
#EEF7E7
(238,247,231)
#EFF8EA
(239,248,234)
#F0F9ED
(240,249,237)
#F1FAF0
(241,250,240)
#F2FBF3
(242,251,243)
#F3FCF6
(243,252,246)
#F4FDF9
(244,253,249)
#F5FEFC
(245,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF4DE; }

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

This text font color is #EBF4DE.


Background Color

.myBgColor { background-color: #EBF4DE; }

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

This div background color is #EBF4DE.


Border color

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

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

This div border color is #EBF4DE.


Opacity

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

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

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

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

This text has shadow with #EBF4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF4DE on black background.


Color preview on white background

This text has color #EBF4DE on white background.



Black color preview on #EBF4DE background

This text has black color on #EBF4DE background.


White color preview on #EBF4DE background

This text has white color on #EBF4DE background.