COLOR #EBF2D6

HEX: #EBF2D6
RGB: (235,242,214)

Color info

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

RGB color model

#EBF2D6 color RGB value is (235,242,214).

  • red value is 235;
  • green value is 242;
  • blue value is 214.
RGB:
(235,242,214)
(92%,95%,84%)

RGB channels and saturation

R 235 of 255 = 92%
G 242 of 255 = 95%
B 214 of 255 = 84%

235
242
214

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

Portions of RGB colors in percentages

R + G + B =
235 + 242 + 214 = 691 (100%)
R 235 of 691 ~ 34.01%
G 242 of 691 ~ 35.02%
B 214 of 691 ~ 30.97%

%34.01
%35.02
%30.97

CMYK color model

#EBF2D6 color CMYK value is (3,0,12,5).

  • cyan value is 2.89%
  • magenta value is 0.00%
  • yellow value is 11.57%
  • key color value is 5.10%
CMYK:
(3,0,12,5)
C3M0Y12K5 
(3%,0%,12%,5%)
(0.03/0.00/0.12/0.05)	

CMYK percentages

%2.89
%0
%11.57
%5.1

Codes

Color #EBF2D6 in popluar color models

EBF2D6
RGB235242214
HSL75°51.85%89.41%
HSB/HSV75°11.57%94.90%
CMYK2.89%0.00%11.57%
5.10%

Color #EBF2D6 in popluar number systems.

HEXEBF2D6
Decimal235242214
Binary111010111111001011010110
Octal353362326

Shades and tints

Shades of #EBF2D6

#EBF2D6
(235,242,214)
#D6DCC3
(214,220,195)
#C1C6B0
(193,198,176)
#ACB09D
(172,176,157)
#979A8A
(151,154,138)
#828477
(130,132,119)
#6D6E64
(109,110,100)
#585851
(88,88,81)
#43423E
(67,66,62)
#2E2C2B
(46,44,43)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #EBF2D6

#EBF2D6
(235,242,214)
#ECF3D9
(236,243,217)
#EDF4DC
(237,244,220)
#EEF5DF
(238,245,223)
#EFF6E2
(239,246,226)
#F0F7E5
(240,247,229)
#F1F8E8
(241,248,232)
#F2F9EB
(242,249,235)
#F3FAEE
(243,250,238)
#F4FBF1
(244,251,241)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF2D6; }

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

This text font color is #EBF2D6.


Background Color

.myBgColor { background-color: #EBF2D6; }

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

This div background color is #EBF2D6.


Border color

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

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

This div border color is #EBF2D6.


Opacity

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

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

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

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

This text has shadow with #EBF2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF2D6 on black background.


Color preview on white background

This text has color #EBF2D6 on white background.



Black color preview on #EBF2D6 background

This text has black color on #EBF2D6 background.


White color preview on #EBF2D6 background

This text has white color on #EBF2D6 background.