COLOR #EBF4DD

HEX: #EBF4DD RGB: (235,244,221)

Color info

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

RGB color model

#EBF4DD color RGB value is (235,244,221).

RGB: (235,244,221) (92%, 96%, 87%)

RGB channels and saturation

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

235
244
221

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

Portions of RGB colors in percentages

R + G + B = 235 + 244 + 221 = 700 (100%)
R 235 of 700 ~ 33.57%
G 244 of 700 ~ 34.86%
B 221 of 700 ~ 31.57'%

%33.57
%34.86
%31.57

CMYK color model

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

  • cyan value is 3.69%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • 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.43
%4.31

Codes

Color #EBF4DD in popluar color models

EB F4 DD
RGB 235 244 221
HSL 83° 51.11% 91.18%
HSB/HSV 83° 9.43% 95.69%
CMYK 3.69% 0.00% 9.43%
4.31%

Color #EBF4DD in popluar number systems.

HEX EB F4 DD
Decimal 235 244 221
Binary 11101011 11110100 11011101
Octal 353 364 335

Shades and tints

Shades of #EBF4DD

#EBF4DD
(235,244,221)
#D6DEC9
(214,222,201)
#C1C8B5
(193,200,181)
#ACB2A1
(172,178,161)
#979C8D
(151,156,141)
#828679
(130,134,121)
#6D7065
(109,112,101)
#585A51
(88,90,81)
#43443D
(67,68,61)
#2E2E29
(46,46,41)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #EBF4DD

#EBF4DD
(235,244,221)
#ECF5E0
(236,245,224)
#EDF6E3
(237,246,227)
#EEF7E6
(238,247,230)
#EFF8E9
(239,248,233)
#F0F9EC
(240,249,236)
#F1FAEF
(241,250,239)
#F2FBF2
(242,251,242)
#F3FCF5
(243,252,245)
#F4FDF8
(244,253,248)
#F5FEFB
(245,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF4DD; }

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

This text font color is #EBF4DD.

Background Color

.myBgColor { background-color: #EBF4DD; }

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

This div background color is #EBF4DD.

Border color

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

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

This div border color is #EBF4DD.

Opacity

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

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

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

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

This text has shadow with #EBF4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF4DD.

Preview

Color preview on black background

This text has color #EBF4DD on black background.


Color preview on white background

This text has color #EBF4DD on white background.


Black color preview on #EBF4DD background

This text has black color on #EBF4DD background.


White color preview on #EBF4DD background

This text has white color on #EBF4DD background.


Related colors

Complementary color

Complementary color for #hex is #140B22.


I love getcolorcode.com

Triadic colors

1 #DDEBF4 and #F4DDEB with #EBF4DD are triadic colors.

2 #DDF4EB and #F4EBDD with #EBF4DD are triadic colors.