COLOR #EBFCCB

HEX: #EBFCCB
RGB: (235,252,203)

Color info

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

RGB color model

#EBFCCB color RGB value is (235,252,203).

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

RGB channels and saturation

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

235
252
203

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

Portions of RGB colors in percentages

R + G + B =
235 + 252 + 203 = 690 (100%)
R 235 of 690 ~ 34.06%
G 252 of 690 ~ 36.52%
B 203 of 690 ~ 29.42%

%34.06
%36.52
%29.42

CMYK color model

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

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • 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.44
%1.18

Codes

Color #EBFCCB in popluar color models

EBFCCB
RGB235252203
HSL81°89.09%89.22%
HSB/HSV81°19.44%98.82%
CMYK6.75%0.00%19.44%
1.18%

Color #EBFCCB in popluar number systems.

HEXEBFCCB
Decimal235252203
Binary111010111111110011001011
Octal353374313

Shades and tints

Shades of #EBFCCB

#EBFCCB
(235,252,203)
#D6E6B9
(214,230,185)
#C1D0A7
(193,208,167)
#ACBA95
(172,186,149)
#97A483
(151,164,131)
#828E71
(130,142,113)
#6D785F
(109,120,95)
#58624D
(88,98,77)
#434C3B
(67,76,59)
#2E3629
(46,54,41)
#192017
(25,32,23)
#000000
(0,0,0)

Tints of #EBFCCB

#EBFCCB
(235,252,203)
#ECFCCF
(236,252,207)
#EDFCD3
(237,252,211)
#EEFCD7
(238,252,215)
#EFFCDB
(239,252,219)
#F0FCDF
(240,252,223)
#F1FCE3
(241,252,227)
#F2FCE7
(242,252,231)
#F3FCEB
(243,252,235)
#F4FCEF
(244,252,239)
#F5FCF3
(245,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFCCB; }

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

This text font color is #EBFCCB.


Background Color

.myBgColor { background-color: #EBFCCB; }

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

This div background color is #EBFCCB.


Border color

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

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

This div border color is #EBFCCB.


Opacity

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

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

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

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

This text has shadow with #EBFCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFCCB on black background.


Color preview on white background

This text has color #EBFCCB on white background.



Black color preview on #EBFCCB background

This text has black color on #EBFCCB background.


White color preview on #EBFCCB background

This text has white color on #EBFCCB background.