COLOR #EBF9DE

HEX: #EBF9DE
RGB: (235,249,222)

Color info

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

RGB color model

#EBF9DE color RGB value is (235,249,222).

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

RGB channels and saturation

R 235 of 255 = 92%
G 249 of 255 = 98%
B 222 of 255 = 87%

235
249
222

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

Portions of RGB colors in percentages

R + G + B =
235 + 249 + 222 = 706 (100%)
R 235 of 706 ~ 33.29%
G 249 of 706 ~ 35.27%
B 222 of 706 ~ 31.44%

%33.29
%35.27
%31.44

CMYK color model

#EBF9DE color CMYK value is (6,0,11,2).

  • cyan value is 5.62%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 2.35%
CMYK:
(6,0,11,2)
C6M0Y11K2 
(6%,0%,11%,2%)
(0.06/0.00/0.11/0.02)	

CMYK percentages

%5.62
%0
%10.84
%2.35

Codes

Color #EBF9DE in popluar color models

EBF9DE
RGB235249222
HSL91°69.23%92.35%
HSB/HSV91°10.84%97.65%
CMYK5.62%0.00%10.84%
2.35%

Color #EBF9DE in popluar number systems.

HEXEBF9DE
Decimal235249222
Binary111010111111100111011110
Octal353371336

Shades and tints

Shades of #EBF9DE

#EBF9DE
(235,249,222)
#D6E3CA
(214,227,202)
#C1CDB6
(193,205,182)
#ACB7A2
(172,183,162)
#97A18E
(151,161,142)
#828B7A
(130,139,122)
#6D7566
(109,117,102)
#585F52
(88,95,82)
#43493E
(67,73,62)
#2E332A
(46,51,42)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #EBF9DE

#EBF9DE
(235,249,222)
#ECF9E1
(236,249,225)
#EDF9E4
(237,249,228)
#EEF9E7
(238,249,231)
#EFF9EA
(239,249,234)
#F0F9ED
(240,249,237)
#F1F9F0
(241,249,240)
#F2F9F3
(242,249,243)
#F3F9F6
(243,249,246)
#F4F9F9
(244,249,249)
#F5F9FC
(245,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF9DE; }

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

This text font color is #EBF9DE.


Background Color

.myBgColor { background-color: #EBF9DE; }

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

This div background color is #EBF9DE.


Border color

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

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

This div border color is #EBF9DE.


Opacity

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

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

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

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

This text has shadow with #EBF9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF9DE on black background.


Color preview on white background

This text has color #EBF9DE on white background.



Black color preview on #EBF9DE background

This text has black color on #EBF9DE background.


White color preview on #EBF9DE background

This text has white color on #EBF9DE background.