COLOR #EBF5DC

HEX: #EBF5DC RGB: (235,245,220)

Color info

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

RGB color model

#EBF5DC color RGB value is (235,245,220).

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

RGB channels and saturation

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

235
245
220

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

Portions of RGB colors in percentages

R + G + B = 235 + 245 + 220 = 700 (100%)
R 235 of 700 ~ 33.57%
G 245 of 700 ~ 35%
B 220 of 700 ~ 31.43'%

%33.57
%35
%31.43

CMYK color model

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

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 3.92%
CMYK: (4,0,10,4) C4M0Y10K4 (4%,0%,10%,4%) (0.04/0.00/0.10/0.04) 

CMYK percentages

%4.08
%0
%10.2
%3.92

Codes

Color #EBF5DC in popluar color models

EB F5 DC
RGB 235 245 220
HSL 84° 55.56% 91.18%
HSB/HSV 84° 10.20% 96.08%
CMYK 4.08% 0.00% 10.20%
3.92%

Color #EBF5DC in popluar number systems.

HEX EB F5 DC
Decimal 235 245 220
Binary 11101011 11110101 11011100
Octal 353 365 334

Shades and tints

Shades of #EBF5DC

#EBF5DC
(235,245,220)
#D6DFC8
(214,223,200)
#C1C9B4
(193,201,180)
#ACB3A0
(172,179,160)
#979D8C
(151,157,140)
#828778
(130,135,120)
#6D7164
(109,113,100)
#585B50
(88,91,80)
#43453C
(67,69,60)
#2E2F28
(46,47,40)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #EBF5DC

#EBF5DC
(235,245,220)
#ECF5DF
(236,245,223)
#EDF5E2
(237,245,226)
#EEF5E5
(238,245,229)
#EFF5E8
(239,245,232)
#F0F5EB
(240,245,235)
#F1F5EE
(241,245,238)
#F2F5F1
(242,245,241)
#F3F5F4
(243,245,244)
#F4F5F7
(244,245,247)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF5DC; }

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

This text font color is #EBF5DC.

Background Color

.myBgColor { background-color: #EBF5DC; }

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

This div background color is #EBF5DC.

Border color

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

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

This div border color is #EBF5DC.

Opacity

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

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

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

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

This text has shadow with #EBF5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF5DC.

Preview

Color preview on black background

This text has color #EBF5DC on black background.


Color preview on white background

This text has color #EBF5DC on white background.


Black color preview on #EBF5DC background

This text has black color on #EBF5DC background.


White color preview on #EBF5DC background

This text has white color on #EBF5DC background.


Related colors

Complementary color

Complementary color for #hex is #140A23.


I love getcolorcode.com

Triadic colors

1 #DCEBF5 and #F5DCEB with #EBF5DC are triadic colors.

2 #DCF5EB and #F5EBDC with #EBF5DC are triadic colors.