COLOR #EBF6DD

HEX: #EBF6DD
RGB: (235,246,221)

Color info

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

RGB color model

#EBF6DD color RGB value is (235,246,221).

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

RGB channels and saturation

R 235 of 255 = 92%
G 246 of 255 = 96%
B 221 of 255 = 87%

235
246
221

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

Portions of RGB colors in percentages

R + G + B =
235 + 246 + 221 = 702 (100%)
R 235 of 702 ~ 33.48%
G 246 of 702 ~ 35.04%
B 221 of 702 ~ 31.48%

%33.48
%35.04
%31.48

CMYK color model

#EBF6DD color CMYK value is (4,0,10,4).

  • cyan value is 4.47%
  • magenta value is 0.00%
  • yellow value is 10.16%
  • key color value is 3.53%
CMYK:
(4,0,10,4)
C4M0Y10K4 
(4%,0%,10%,4%)
(0.04/0.00/0.10/0.04)	

CMYK percentages

%4.47
%0
%10.16
%3.53

Codes

Color #EBF6DD in popluar color models

EBF6DD
RGB235246221
HSL86°58.14%91.57%
HSB/HSV86°10.16%96.47%
CMYK4.47%0.00%10.16%
3.53%

Color #EBF6DD in popluar number systems.

HEXEBF6DD
Decimal235246221
Binary111010111111011011011101
Octal353366335

Shades and tints

Shades of #EBF6DD

#EBF6DD
(235,246,221)
#D6E0C9
(214,224,201)
#C1CAB5
(193,202,181)
#ACB4A1
(172,180,161)
#979E8D
(151,158,141)
#828879
(130,136,121)
#6D7265
(109,114,101)
#585C51
(88,92,81)
#43463D
(67,70,61)
#2E3029
(46,48,41)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #EBF6DD

#EBF6DD
(235,246,221)
#ECF6E0
(236,246,224)
#EDF6E3
(237,246,227)
#EEF6E6
(238,246,230)
#EFF6E9
(239,246,233)
#F0F6EC
(240,246,236)
#F1F6EF
(241,246,239)
#F2F6F2
(242,246,242)
#F3F6F5
(243,246,245)
#F4F6F8
(244,246,248)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF6DD; }

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

This text font color is #EBF6DD.


Background Color

.myBgColor { background-color: #EBF6DD; }

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

This div background color is #EBF6DD.


Border color

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

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

This div border color is #EBF6DD.


Opacity

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

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

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

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

This text has shadow with #EBF6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF6DD on black background.


Color preview on white background

This text has color #EBF6DD on white background.



Black color preview on #EBF6DD background

This text has black color on #EBF6DD background.


White color preview on #EBF6DD background

This text has white color on #EBF6DD background.