COLOR #EBF6D8

HEX: #EBF6D8
RGB: (235,246,216)

Color info

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

RGB color model

#EBF6D8 color RGB value is (235,246,216).

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

RGB channels and saturation

R 235 of 255 = 92%
G 246 of 255 = 96%
B 216 of 255 = 85%

235
246
216

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

Portions of RGB colors in percentages

R + G + B =
235 + 246 + 216 = 697 (100%)
R 235 of 697 ~ 33.72%
G 246 of 697 ~ 35.29%
B 216 of 697 ~ 30.99%

%33.72
%35.29
%30.99

CMYK color model

#EBF6D8 color CMYK value is (4,0,12,4).

  • cyan value is 4.47%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 3.53%
CMYK:
(4,0,12,4)
C4M0Y12K4 
(4%,0%,12%,4%)
(0.04/0.00/0.12/0.04)	

CMYK percentages

%4.47
%0
%12.2
%3.53

Codes

Color #EBF6D8 in popluar color models

EBF6D8
RGB235246216
HSL82°62.50%90.59%
HSB/HSV82°12.20%96.47%
CMYK4.47%0.00%12.20%
3.53%

Color #EBF6D8 in popluar number systems.

HEXEBF6D8
Decimal235246216
Binary111010111111011011011000
Octal353366330

Shades and tints

Shades of #EBF6D8

#EBF6D8
(235,246,216)
#D6E0C5
(214,224,197)
#C1CAB2
(193,202,178)
#ACB49F
(172,180,159)
#979E8C
(151,158,140)
#828879
(130,136,121)
#6D7266
(109,114,102)
#585C53
(88,92,83)
#434640
(67,70,64)
#2E302D
(46,48,45)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #EBF6D8

#EBF6D8
(235,246,216)
#ECF6DB
(236,246,219)
#EDF6DE
(237,246,222)
#EEF6E1
(238,246,225)
#EFF6E4
(239,246,228)
#F0F6E7
(240,246,231)
#F1F6EA
(241,246,234)
#F2F6ED
(242,246,237)
#F3F6F0
(243,246,240)
#F4F6F3
(244,246,243)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF6D8; }

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

This text font color is #EBF6D8.


Background Color

.myBgColor { background-color: #EBF6D8; }

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

This div background color is #EBF6D8.


Border color

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

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

This div border color is #EBF6D8.


Opacity

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

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

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

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

This text has shadow with #EBF6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF6D8 on black background.


Color preview on white background

This text has color #EBF6D8 on white background.



Black color preview on #EBF6D8 background

This text has black color on #EBF6D8 background.


White color preview on #EBF6D8 background

This text has white color on #EBF6D8 background.