COLOR #EBFCCC

HEX: #EBFCCC
RGB: (235,252,204)

Color info

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

RGB color model

#EBFCCC color RGB value is (235,252,204).

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

RGB channels and saturation

R 235 of 255 = 92%
G 252 of 255 = 99%
B 204 of 255 = 80%

235
252
204

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

Portions of RGB colors in percentages

R + G + B =
235 + 252 + 204 = 691 (100%)
R 235 of 691 ~ 34.01%
G 252 of 691 ~ 36.47%
B 204 of 691 ~ 29.52%

%34.01
%36.47
%29.52

CMYK color model

#EBFCCC color CMYK value is (7,0,19,1).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 1.18%
CMYK:
(7,0,19,1)
C7M0Y19K1 
(7%,0%,19%,1%)
(0.07/0.00/0.19/0.01)	

CMYK percentages

%6.75
%0
%19.05
%1.18

Codes

Color #EBFCCC in popluar color models

EBFCCC
RGB235252204
HSL81°88.89%89.41%
HSB/HSV81°19.05%98.82%
CMYK6.75%0.00%19.05%
1.18%

Color #EBFCCC in popluar number systems.

HEXEBFCCC
Decimal235252204
Binary111010111111110011001100
Octal353374314

Shades and tints

Shades of #EBFCCC

#EBFCCC
(235,252,204)
#D6E6BA
(214,230,186)
#C1D0A8
(193,208,168)
#ACBA96
(172,186,150)
#97A484
(151,164,132)
#828E72
(130,142,114)
#6D7860
(109,120,96)
#58624E
(88,98,78)
#434C3C
(67,76,60)
#2E362A
(46,54,42)
#192018
(25,32,24)
#000000
(0,0,0)

Tints of #EBFCCC

#EBFCCC
(235,252,204)
#ECFCD0
(236,252,208)
#EDFCD4
(237,252,212)
#EEFCD8
(238,252,216)
#EFFCDC
(239,252,220)
#F0FCE0
(240,252,224)
#F1FCE4
(241,252,228)
#F2FCE8
(242,252,232)
#F3FCEC
(243,252,236)
#F4FCF0
(244,252,240)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFCCC; }

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

This text font color is #EBFCCC.


Background Color

.myBgColor { background-color: #EBFCCC; }

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

This div background color is #EBFCCC.


Border color

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

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

This div border color is #EBFCCC.


Opacity

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

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

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

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

This text has shadow with #EBFCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFCCC on black background.


Color preview on white background

This text has color #EBFCCC on white background.



Black color preview on #EBFCCC background

This text has black color on #EBFCCC background.


White color preview on #EBFCCC background

This text has white color on #EBFCCC background.