COLOR #EBFCC9

HEX: #EBFCC9
RGB: (235,252,201)

Color info

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

RGB color model

#EBFCC9 color RGB value is (235,252,201).

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

RGB channels and saturation

R 235 of 255 = 92%
G 252 of 255 = 99%
B 201 of 255 = 79%

235
252
201

R + G + B ~ 90%. #EBFCC9 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 252 + 201 = 688 (100%)
R 235 of 688 ~ 34.16%
G 252 of 688 ~ 36.63%
B 201 of 688 ~ 29.22%

%34.16
%36.63
%29.22

CMYK color model

#EBFCC9 color CMYK value is (7,0,20,1).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 20.24%
  • key color value is 1.18%
CMYK:
(7,0,20,1)
C7M0Y20K1 
(7%,0%,20%,1%)
(0.07/0.00/0.20/0.01)	

CMYK percentages

%6.75
%0
%20.24
%1.18

Codes

Color #EBFCC9 in popluar color models

EBFCC9
RGB235252201
HSL80°89.47%88.82%
HSB/HSV80°20.24%98.82%
CMYK6.75%0.00%20.24%
1.18%

Color #EBFCC9 in popluar number systems.

HEXEBFCC9
Decimal235252201
Binary111010111111110011001001
Octal353374311

Shades and tints

Shades of #EBFCC9

#EBFCC9
(235,252,201)
#D6E6B7
(214,230,183)
#C1D0A5
(193,208,165)
#ACBA93
(172,186,147)
#97A481
(151,164,129)
#828E6F
(130,142,111)
#6D785D
(109,120,93)
#58624B
(88,98,75)
#434C39
(67,76,57)
#2E3627
(46,54,39)
#192015
(25,32,21)
#000000
(0,0,0)

Tints of #EBFCC9

#EBFCC9
(235,252,201)
#ECFCCD
(236,252,205)
#EDFCD1
(237,252,209)
#EEFCD5
(238,252,213)
#EFFCD9
(239,252,217)
#F0FCDD
(240,252,221)
#F1FCE1
(241,252,225)
#F2FCE5
(242,252,229)
#F3FCE9
(243,252,233)
#F4FCED
(244,252,237)
#F5FCF1
(245,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFCC9; }

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

This text font color is #EBFCC9.


Background Color

.myBgColor { background-color: #EBFCC9; }

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

This div background color is #EBFCC9.


Border color

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

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

This div border color is #EBFCC9.


Opacity

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

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

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

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

This text has shadow with #EBFCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFCC9 on black background.


Color preview on white background

This text has color #EBFCC9 on white background.



Black color preview on #EBFCC9 background

This text has black color on #EBFCC9 background.


White color preview on #EBFCC9 background

This text has white color on #EBFCC9 background.