COLOR #EBFFCE

HEX: #EBFFCE
RGB: (235,255,206)

Color info

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

RGB color model

#EBFFCE color RGB value is (235,255,206).

  • red value is 235;
  • green value is 255;
  • blue value is 206.
RGB:
(235,255,206)
(92%,100%,81%)

RGB channels and saturation

R 235 of 255 = 92%
G 255 of 255 = 100%
B 206 of 255 = 81%

235
255
206

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

Portions of RGB colors in percentages

R + G + B =
235 + 255 + 206 = 696 (100%)
R 235 of 696 ~ 33.76%
G 255 of 696 ~ 36.64%
B 206 of 696 ~ 29.6%

%33.76
%36.64
%29.6

CMYK color model

#EBFFCE color CMYK value is (8,0,19,0).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 19.22%
  • key color value is 0.00%
CMYK:
(8,0,19,0)
C8M0Y19K0 
(8%,0%,19%,0%)
(0.08/0.00/0.19/0.00)	

CMYK percentages

%7.84
%0
%19.22
%0

Codes

Color #EBFFCE in popluar color models

EBFFCE
RGB235255206
HSL84°100.00%90.39%
HSB/HSV84°19.22%100.00%
CMYK7.84%0.00%19.22%
0.00%

Color #EBFFCE in popluar number systems.

HEXEBFFCE
Decimal235255206
Binary111010111111111111001110
Octal353377316

Shades and tints

Shades of #EBFFCE

#EBFFCE
(235,255,206)
#D6E8BC
(214,232,188)
#C1D1AA
(193,209,170)
#ACBA98
(172,186,152)
#97A386
(151,163,134)
#828C74
(130,140,116)
#6D7562
(109,117,98)
#585E50
(88,94,80)
#43473E
(67,71,62)
#2E302C
(46,48,44)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #EBFFCE

#EBFFCE
(235,255,206)
#ECFFD2
(236,255,210)
#EDFFD6
(237,255,214)
#EEFFDA
(238,255,218)
#EFFFDE
(239,255,222)
#F0FFE2
(240,255,226)
#F1FFE6
(241,255,230)
#F2FFEA
(242,255,234)
#F3FFEE
(243,255,238)
#F4FFF2
(244,255,242)
#F5FFF6
(245,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFFCE color. Also use rgb(235,255,206) instead hex code.

Text Font Color

.myTextColor { color: #EBFFCE; }

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

This text font color is #EBFFCE.


Background Color

.myBgColor { background-color: #EBFFCE; }

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

This div background color is #EBFFCE.


Border color

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

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

This div border color is #EBFFCE.


Opacity

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

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

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

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

This text has shadow with #EBFFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFFCE on black background.


Color preview on white background

This text has color #EBFFCE on white background.



Black color preview on #EBFFCE background

This text has black color on #EBFFCE background.


White color preview on #EBFFCE background

This text has white color on #EBFFCE background.