COLOR #EBFBD2

HEX: #EBFBD2
RGB: (235,251,210)

Color info

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

RGB color model

#EBFBD2 color RGB value is (235,251,210).

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

RGB channels and saturation

R 235 of 255 = 92%
G 251 of 255 = 98%
B 210 of 255 = 82%

235
251
210

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

Portions of RGB colors in percentages

R + G + B =
235 + 251 + 210 = 696 (100%)
R 235 of 696 ~ 33.76%
G 251 of 696 ~ 36.06%
B 210 of 696 ~ 30.17%

%33.76
%36.06
%30.17

CMYK color model

#EBFBD2 color CMYK value is (6,0,16,2).

  • cyan value is 6.37%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 1.57%
CMYK:
(6,0,16,2)
C6M0Y16K2 
(6%,0%,16%,2%)
(0.06/0.00/0.16/0.02)	

CMYK percentages

%6.37
%0
%16.33
%1.57

Codes

Color #EBFBD2 in popluar color models

EBFBD2
RGB235251210
HSL83°83.67%90.39%
HSB/HSV83°16.33%98.43%
CMYK6.37%0.00%16.33%
1.57%

Color #EBFBD2 in popluar number systems.

HEXEBFBD2
Decimal235251210
Binary111010111111101111010010
Octal353373322

Shades and tints

Shades of #EBFBD2

#EBFBD2
(235,251,210)
#D6E5BF
(214,229,191)
#C1CFAC
(193,207,172)
#ACB999
(172,185,153)
#97A386
(151,163,134)
#828D73
(130,141,115)
#6D7760
(109,119,96)
#58614D
(88,97,77)
#434B3A
(67,75,58)
#2E3527
(46,53,39)
#191F14
(25,31,20)
#000000
(0,0,0)

Tints of #EBFBD2

#EBFBD2
(235,251,210)
#ECFBD6
(236,251,214)
#EDFBDA
(237,251,218)
#EEFBDE
(238,251,222)
#EFFBE2
(239,251,226)
#F0FBE6
(240,251,230)
#F1FBEA
(241,251,234)
#F2FBEE
(242,251,238)
#F3FBF2
(243,251,242)
#F4FBF6
(244,251,246)
#F5FBFA
(245,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFBD2; }

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

This text font color is #EBFBD2.


Background Color

.myBgColor { background-color: #EBFBD2; }

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

This div background color is #EBFBD2.


Border color

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

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

This div border color is #EBFBD2.


Opacity

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

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

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

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

This text has shadow with #EBFBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFBD2 on black background.


Color preview on white background

This text has color #EBFBD2 on white background.



Black color preview on #EBFBD2 background

This text has black color on #EBFBD2 background.


White color preview on #EBFBD2 background

This text has white color on #EBFBD2 background.