COLOR #EBF1D4

HEX: #EBF1D4
RGB: (235,241,212)

Color info

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

RGB color model

#EBF1D4 color RGB value is (235,241,212).

  • red value is 235;
  • green value is 241;
  • blue value is 212.
RGB:
(235,241,212)
(92%,95%,83%)

RGB channels and saturation

R 235 of 255 = 92%
G 241 of 255 = 95%
B 212 of 255 = 83%

235
241
212

R + G + B ~ 90%. #EBF1D4 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 241 + 212 = 688 (100%)
R 235 of 688 ~ 34.16%
G 241 of 688 ~ 35.03%
B 212 of 688 ~ 30.81%

%34.16
%35.03
%30.81

CMYK color model

#EBF1D4 color CMYK value is (2,0,12,5).

  • cyan value is 2.49%
  • magenta value is 0.00%
  • yellow value is 12.03%
  • key color value is 5.49%
CMYK:
(2,0,12,5)
C2M0Y12K5 
(2%,0%,12%,5%)
(0.02/0.00/0.12/0.05)	

CMYK percentages

%2.49
%0
%12.03
%5.49

Codes

Color #EBF1D4 in popluar color models

EBF1D4
RGB235241212
HSL72°50.88%88.82%
HSB/HSV72°12.03%94.51%
CMYK2.49%0.00%12.03%
5.49%

Color #EBF1D4 in popluar number systems.

HEXEBF1D4
Decimal235241212
Binary111010111111000111010100
Octal353361324

Shades and tints

Shades of #EBF1D4

#EBF1D4
(235,241,212)
#D6DCC1
(214,220,193)
#C1C7AE
(193,199,174)
#ACB29B
(172,178,155)
#979D88
(151,157,136)
#828875
(130,136,117)
#6D7362
(109,115,98)
#585E4F
(88,94,79)
#43493C
(67,73,60)
#2E3429
(46,52,41)
#191F16
(25,31,22)
#000000
(0,0,0)

Tints of #EBF1D4

#EBF1D4
(235,241,212)
#ECF2D7
(236,242,215)
#EDF3DA
(237,243,218)
#EEF4DD
(238,244,221)
#EFF5E0
(239,245,224)
#F0F6E3
(240,246,227)
#F1F7E6
(241,247,230)
#F2F8E9
(242,248,233)
#F3F9EC
(243,249,236)
#F4FAEF
(244,250,239)
#F5FBF2
(245,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF1D4 color. Also use rgb(235,241,212) instead hex code.

Text Font Color

.myTextColor { color: #EBF1D4; }

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

This text font color is #EBF1D4.


Background Color

.myBgColor { background-color: #EBF1D4; }

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

This div background color is #EBF1D4.


Border color

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

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

This div border color is #EBF1D4.


Opacity

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

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

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

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

This text has shadow with #EBF1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF1D4 on black background.


Color preview on white background

This text has color #EBF1D4 on white background.



Black color preview on #EBF1D4 background

This text has black color on #EBF1D4 background.


White color preview on #EBF1D4 background

This text has white color on #EBF1D4 background.