COLOR #EBFDD8

HEX: #EBFDD8
RGB: (235,253,216)

Color info

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

RGB color model

#EBFDD8 color RGB value is (235,253,216).

  • red value is 235;
  • green value is 253;
  • blue value is 216.
RGB:
(235,253,216)
(92%,99%,85%)

RGB channels and saturation

R 235 of 255 = 92%
G 253 of 255 = 99%
B 216 of 255 = 85%

235
253
216

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

Portions of RGB colors in percentages

R + G + B =
235 + 253 + 216 = 704 (100%)
R 235 of 704 ~ 33.38%
G 253 of 704 ~ 35.94%
B 216 of 704 ~ 30.68%

%33.38
%35.94
%30.68

CMYK color model

#EBFDD8 color CMYK value is (7,0,15,1).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 14.62%
  • key color value is 0.78%
CMYK:
(7,0,15,1)
C7M0Y15K1 
(7%,0%,15%,1%)
(0.07/0.00/0.15/0.01)	

CMYK percentages

%7.11
%0
%14.62
%0.78

Codes

Color #EBFDD8 in popluar color models

EBFDD8
RGB235253216
HSL89°90.24%91.96%
HSB/HSV89°14.62%99.22%
CMYK7.11%0.00%14.62%
0.78%

Color #EBFDD8 in popluar number systems.

HEXEBFDD8
Decimal235253216
Binary111010111111110111011000
Octal353375330

Shades and tints

Shades of #EBFDD8

#EBFDD8
(235,253,216)
#D6E6C5
(214,230,197)
#C1CFB2
(193,207,178)
#ACB89F
(172,184,159)
#97A18C
(151,161,140)
#828A79
(130,138,121)
#6D7366
(109,115,102)
#585C53
(88,92,83)
#434540
(67,69,64)
#2E2E2D
(46,46,45)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #EBFDD8

#EBFDD8
(235,253,216)
#ECFDDB
(236,253,219)
#EDFDDE
(237,253,222)
#EEFDE1
(238,253,225)
#EFFDE4
(239,253,228)
#F0FDE7
(240,253,231)
#F1FDEA
(241,253,234)
#F2FDED
(242,253,237)
#F3FDF0
(243,253,240)
#F4FDF3
(244,253,243)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFDD8 color. Also use rgb(235,253,216) instead hex code.

Text Font Color

.myTextColor { color: #EBFDD8; }

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

This text font color is #EBFDD8.


Background Color

.myBgColor { background-color: #EBFDD8; }

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

This div background color is #EBFDD8.


Border color

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

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

This div border color is #EBFDD8.


Opacity

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

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

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

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

This text has shadow with #EBFDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFDD8 on black background.


Color preview on white background

This text has color #EBFDD8 on white background.



Black color preview on #EBFDD8 background

This text has black color on #EBFDD8 background.


White color preview on #EBFDD8 background

This text has white color on #EBFDD8 background.