COLOR #EBF2DC

HEX: #EBF2DC RGB: (235,242,220)

Color info

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

RGB color model

#EBF2DC color RGB value is (235,242,220).

RGB: (235,242,220) (92%, 95%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 242 of 255 = 95%
B 220 of 255 = 86%

235
242
220

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

Portions of RGB colors in percentages

R + G + B = 235 + 242 + 220 = 697 (100%)
R 235 of 697 ~ 33.72%
G 242 of 697 ~ 34.72%
B 220 of 697 ~ 31.56'%

%33.72
%34.72
%31.56

CMYK color model

#EBF2DC color CMYK value is (3,0,9,5).

  • cyan value is 2.89%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 5.10%

CMYK: (3,0,9,5)
C3M0Y9K5 (3%, 0%, 9%, 5%)
(0.03 / 0.00 / 0.09 / 0.05)

CMYK percentages

%2.89
%0
%9.09
%5.1

Codes

Color #EBF2DC in popluar color models

EB F2 DC
RGB 235 242 220
HSL 79° 45.83% 90.59%
HSB/HSV 79° 9.09% 94.90%
CMYK 2.89% 0.00% 9.09%
5.10%

Color #EBF2DC in popluar number systems.

HEX EB F2 DC
Decimal 235 242 220
Binary 11101011 11110010 11011100
Octal 353 362 334

Shades and tints

Shades of #EBF2DC

#EBF2DC
(235,242,220)
#D6DCC8
(214,220,200)
#C1C6B4
(193,198,180)
#ACB0A0
(172,176,160)
#979A8C
(151,154,140)
#828478
(130,132,120)
#6D6E64
(109,110,100)
#585850
(88,88,80)
#43423C
(67,66,60)
#2E2C28
(46,44,40)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #EBF2DC

#EBF2DC
(235,242,220)
#ECF3DF
(236,243,223)
#EDF4E2
(237,244,226)
#EEF5E5
(238,245,229)
#EFF6E8
(239,246,232)
#F0F7EB
(240,247,235)
#F1F8EE
(241,248,238)
#F2F9F1
(242,249,241)
#F3FAF4
(243,250,244)
#F4FBF7
(244,251,247)
#F5FCFA
(245,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF2DC; }

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

This text font color is #EBF2DC.

Background Color

.myBgColor { background-color: #EBF2DC; }

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

This div background color is #EBF2DC.

Border color

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

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

This div border color is #EBF2DC.

Opacity

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

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

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

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

This text has shadow with #EBF2DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF2DC.

Preview

Color preview on black background

This text has color #EBF2DC on black background.


Color preview on white background

This text has color #EBF2DC on white background.


Black color preview on #EBF2DC background

This text has black color on #EBF2DC background.


White color preview on #EBF2DC background

This text has white color on #EBF2DC background.


Related colors

Complementary color

Complementary color for #hex is #140D23.


I love getcolorcode.com

Triadic colors

1 #DCEBF2 and #F2DCEB with #EBF2DC are triadic colors.

2 #DCF2EB and #F2EBDC with #EBF2DC are triadic colors.