COLOR #EBFBD7

HEX: #EBFBD7
RGB: (235,251,215)

Color info

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

RGB color model

#EBFBD7 color RGB value is (235,251,215).

  • red value is 235;
  • green value is 251;
  • blue value is 215.
RGB:
(235,251,215)
(92%,98%,84%)

RGB channels and saturation

R 235 of 255 = 92%
G 251 of 255 = 98%
B 215 of 255 = 84%

235
251
215

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

Portions of RGB colors in percentages

R + G + B =
235 + 251 + 215 = 701 (100%)
R 235 of 701 ~ 33.52%
G 251 of 701 ~ 35.81%
B 215 of 701 ~ 30.67%

%33.52
%35.81
%30.67

CMYK color model

#EBFBD7 color CMYK value is (6,0,14,2).

  • cyan value is 6.37%
  • magenta value is 0.00%
  • yellow value is 14.34%
  • key color value is 1.57%
CMYK:
(6,0,14,2)
C6M0Y14K2 
(6%,0%,14%,2%)
(0.06/0.00/0.14/0.02)	

CMYK percentages

%6.37
%0
%14.34
%1.57

Codes

Color #EBFBD7 in popluar color models

EBFBD7
RGB235251215
HSL87°81.82%91.37%
HSB/HSV87°14.34%98.43%
CMYK6.37%0.00%14.34%
1.57%

Color #EBFBD7 in popluar number systems.

HEXEBFBD7
Decimal235251215
Binary111010111111101111010111
Octal353373327

Shades and tints

Shades of #EBFBD7

#EBFBD7
(235,251,215)
#D6E5C4
(214,229,196)
#C1CFB1
(193,207,177)
#ACB99E
(172,185,158)
#97A38B
(151,163,139)
#828D78
(130,141,120)
#6D7765
(109,119,101)
#586152
(88,97,82)
#434B3F
(67,75,63)
#2E352C
(46,53,44)
#191F19
(25,31,25)
#000000
(0,0,0)

Tints of #EBFBD7

#EBFBD7
(235,251,215)
#ECFBDA
(236,251,218)
#EDFBDD
(237,251,221)
#EEFBE0
(238,251,224)
#EFFBE3
(239,251,227)
#F0FBE6
(240,251,230)
#F1FBE9
(241,251,233)
#F2FBEC
(242,251,236)
#F3FBEF
(243,251,239)
#F4FBF2
(244,251,242)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFBD7 color. Also use rgb(235,251,215) instead hex code.

Text Font Color

.myTextColor { color: #EBFBD7; }

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

This text font color is #EBFBD7.


Background Color

.myBgColor { background-color: #EBFBD7; }

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

This div background color is #EBFBD7.


Border color

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

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

This div border color is #EBFBD7.


Opacity

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

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

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

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

This text has shadow with #EBFBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFBD7 on black background.


Color preview on white background

This text has color #EBFBD7 on white background.



Black color preview on #EBFBD7 background

This text has black color on #EBFBD7 background.


White color preview on #EBFBD7 background

This text has white color on #EBFBD7 background.