COLOR #EBFCE3

HEX: #EBFCE3
RGB: (235,252,227)

Color info

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

RGB color model

#EBFCE3 color RGB value is (235,252,227).

  • red value is 235;
  • green value is 252;
  • blue value is 227.
RGB:
(235,252,227)
(92%,99%,89%)

RGB channels and saturation

R 235 of 255 = 92%
G 252 of 255 = 99%
B 227 of 255 = 89%

235
252
227

R + G + B ~ 93%. #EBFCE3 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 252 + 227 = 714 (100%)
R 235 of 714 ~ 32.91%
G 252 of 714 ~ 35.29%
B 227 of 714 ~ 31.79%

%32.91
%35.29
%31.79

CMYK color model

#EBFCE3 color CMYK value is (7,0,10,1).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 1.18%
CMYK:
(7,0,10,1)
C7M0Y10K1 
(7%,0%,10%,1%)
(0.07/0.00/0.10/0.01)	

CMYK percentages

%6.75
%0
%9.92
%1.18

Codes

Color #EBFCE3 in popluar color models

EBFCE3
RGB235252227
HSL101°80.65%93.92%
HSB/HSV101°9.92%98.82%
CMYK6.75%0.00%9.92%
1.18%

Color #EBFCE3 in popluar number systems.

HEXEBFCE3
Decimal235252227
Binary111010111111110011100011
Octal353374343

Shades and tints

Shades of #EBFCE3

#EBFCE3
(235,252,227)
#D6E6CF
(214,230,207)
#C1D0BB
(193,208,187)
#ACBAA7
(172,186,167)
#97A493
(151,164,147)
#828E7F
(130,142,127)
#6D786B
(109,120,107)
#586257
(88,98,87)
#434C43
(67,76,67)
#2E362F
(46,54,47)
#19201B
(25,32,27)
#000000
(0,0,0)

Tints of #EBFCE3

#EBFCE3
(235,252,227)
#ECFCE5
(236,252,229)
#EDFCE7
(237,252,231)
#EEFCE9
(238,252,233)
#EFFCEB
(239,252,235)
#F0FCED
(240,252,237)
#F1FCEF
(241,252,239)
#F2FCF1
(242,252,241)
#F3FCF3
(243,252,243)
#F4FCF5
(244,252,245)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFCE3 color. Also use rgb(235,252,227) instead hex code.

Text Font Color

.myTextColor { color: #EBFCE3; }

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

This text font color is #EBFCE3.


Background Color

.myBgColor { background-color: #EBFCE3; }

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

This div background color is #EBFCE3.


Border color

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

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

This div border color is #EBFCE3.


Opacity

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

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

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

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

This text has shadow with #EBFCE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFCE3 on black background.


Color preview on white background

This text has color #EBFCE3 on white background.



Black color preview on #EBFCE3 background

This text has black color on #EBFCE3 background.


White color preview on #EBFCE3 background

This text has white color on #EBFCE3 background.