COLOR #EBFCCF

HEX: #EBFCCF
RGB: (235,252,207)

Color info

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

RGB color model

#EBFCCF color RGB value is (235,252,207).

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

RGB channels and saturation

R 235 of 255 = 92%
G 252 of 255 = 99%
B 207 of 255 = 81%

235
252
207

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

Portions of RGB colors in percentages

R + G + B =
235 + 252 + 207 = 694 (100%)
R 235 of 694 ~ 33.86%
G 252 of 694 ~ 36.31%
B 207 of 694 ~ 29.83%

%33.86
%36.31
%29.83

CMYK color model

#EBFCCF color CMYK value is (7,0,18,1).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 1.18%
CMYK:
(7,0,18,1)
C7M0Y18K1 
(7%,0%,18%,1%)
(0.07/0.00/0.18/0.01)	

CMYK percentages

%6.75
%0
%17.86
%1.18

Codes

Color #EBFCCF in popluar color models

EBFCCF
RGB235252207
HSL83°88.24%90.00%
HSB/HSV83°17.86%98.82%
CMYK6.75%0.00%17.86%
1.18%

Color #EBFCCF in popluar number systems.

HEXEBFCCF
Decimal235252207
Binary111010111111110011001111
Octal353374317

Shades and tints

Shades of #EBFCCF

#EBFCCF
(235,252,207)
#D6E6BD
(214,230,189)
#C1D0AB
(193,208,171)
#ACBA99
(172,186,153)
#97A487
(151,164,135)
#828E75
(130,142,117)
#6D7863
(109,120,99)
#586251
(88,98,81)
#434C3F
(67,76,63)
#2E362D
(46,54,45)
#19201B
(25,32,27)
#000000
(0,0,0)

Tints of #EBFCCF

#EBFCCF
(235,252,207)
#ECFCD3
(236,252,211)
#EDFCD7
(237,252,215)
#EEFCDB
(238,252,219)
#EFFCDF
(239,252,223)
#F0FCE3
(240,252,227)
#F1FCE7
(241,252,231)
#F2FCEB
(242,252,235)
#F3FCEF
(243,252,239)
#F4FCF3
(244,252,243)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFCCF; }

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

This text font color is #EBFCCF.


Background Color

.myBgColor { background-color: #EBFCCF; }

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

This div background color is #EBFCCF.


Border color

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

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

This div border color is #EBFCCF.


Opacity

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

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

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

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

This text has shadow with #EBFCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFCCF on black background.


Color preview on white background

This text has color #EBFCCF on white background.



Black color preview on #EBFCCF background

This text has black color on #EBFCCF background.


White color preview on #EBFCCF background

This text has white color on #EBFCCF background.