COLOR #EBF4DC

HEX: #EBF4DC RGB: (235,244,220)

Color info

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

RGB color model

#EBF4DC color RGB value is (235,244,220).

RGB: (235,244,220) (92%, 96%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 244 of 255 = 96%
B 220 of 255 = 86%

235
244
220

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

Portions of RGB colors in percentages

R + G + B = 235 + 244 + 220 = 699 (100%)
R 235 of 699 ~ 33.62%
G 244 of 699 ~ 34.91%
B 220 of 699 ~ 31.47'%

%33.62
%34.91
%31.47

CMYK color model

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

  • cyan value is 3.69%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 4.31%

CMYK: (4,0,10,4)
C4M0Y10K4 (4%, 0%, 10%, 4%)
(0.04 / 0.00 / 0.10 / 0.04)

CMYK percentages

%3.69
%0
%9.84
%4.31

Codes

Color #EBF4DC in popluar color models

EB F4 DC
RGB 235 244 220
HSL 83° 52.17% 90.98%
HSB/HSV 83° 9.84% 95.69%
CMYK 3.69% 0.00% 9.84%
4.31%

Color #EBF4DC in popluar number systems.

HEX EB F4 DC
Decimal 235 244 220
Binary 11101011 11110100 11011100
Octal 353 364 334

Shades and tints

Shades of #EBF4DC

#EBF4DC
(235,244,220)
#D6DEC8
(214,222,200)
#C1C8B4
(193,200,180)
#ACB2A0
(172,178,160)
#979C8C
(151,156,140)
#828678
(130,134,120)
#6D7064
(109,112,100)
#585A50
(88,90,80)
#43443C
(67,68,60)
#2E2E28
(46,46,40)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #EBF4DC

#EBF4DC
(235,244,220)
#ECF5DF
(236,245,223)
#EDF6E2
(237,246,226)
#EEF7E5
(238,247,229)
#EFF8E8
(239,248,232)
#F0F9EB
(240,249,235)
#F1FAEE
(241,250,238)
#F2FBF1
(242,251,241)
#F3FCF4
(243,252,244)
#F4FDF7
(244,253,247)
#F5FEFA
(245,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF4DC; }

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

This text font color is #EBF4DC.

Background Color

.myBgColor { background-color: #EBF4DC; }

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

This div background color is #EBF4DC.

Border color

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

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

This div border color is #EBF4DC.

Opacity

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

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

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

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

This text has shadow with #EBF4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF4DC.

Preview

Color preview on black background

This text has color #EBF4DC on black background.


Color preview on white background

This text has color #EBF4DC on white background.


Black color preview on #EBF4DC background

This text has black color on #EBF4DC background.


White color preview on #EBF4DC background

This text has white color on #EBF4DC background.


Related colors

Complementary color

Complementary color for #hex is #140B23.


I love getcolorcode.com

Triadic colors

1 #DCEBF4 and #F4DCEB with #EBF4DC are triadic colors.

2 #DCF4EB and #F4EBDC with #EBF4DC are triadic colors.