COLOR #EBFCD8

HEX: #EBFCD8 RGB: (235,252,216)

Color info

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

RGB color model

#EBFCD8 color RGB value is (235,252,216).

RGB: (235,252,216) (92%, 99%, 85%)

RGB channels and saturation

R 235 of 255 = 92%
G 252 of 255 = 99%
B 216 of 255 = 85%

235
252
216

R + G + B ~ 92%. #EBFCD8 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 252 + 216 = 703 (100%)
R 235 of 703 ~ 33.43%
G 252 of 703 ~ 35.85%
B 216 of 703 ~ 30.73'%

%33.43
%35.85
%30.73

CMYK color model

#EBFCD8 color CMYK value is (7,0,14,1).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 1.18%

CMYK: (7,0,14,1)
C7M0Y14K1 (7%, 0%, 14%, 1%)
(0.07 / 0.00 / 0.14 / 0.01)

CMYK percentages

%6.75
%0
%14.29
%1.18

Codes

Color #EBFCD8 in popluar color models

EB FC D8
RGB 235 252 216
HSL 88° 85.71% 91.76%
HSB/HSV 88° 14.29% 98.82%
CMYK 6.75% 0.00% 14.29%
1.18%

Color #EBFCD8 in popluar number systems.

HEX EB FC D8
Decimal 235 252 216
Binary 11101011 11111100 11011000
Octal 353 374 330

Shades and tints

Shades of #EBFCD8

#EBFCD8
(235,252,216)
#D6E6C5
(214,230,197)
#C1D0B2
(193,208,178)
#ACBA9F
(172,186,159)
#97A48C
(151,164,140)
#828E79
(130,142,121)
#6D7866
(109,120,102)
#586253
(88,98,83)
#434C40
(67,76,64)
#2E362D
(46,54,45)
#19201A
(25,32,26)
#000000
(0,0,0)

Tints of #EBFCD8

#EBFCD8
(235,252,216)
#ECFCDB
(236,252,219)
#EDFCDE
(237,252,222)
#EEFCE1
(238,252,225)
#EFFCE4
(239,252,228)
#F0FCE7
(240,252,231)
#F1FCEA
(241,252,234)
#F2FCED
(242,252,237)
#F3FCF0
(243,252,240)
#F4FCF3
(244,252,243)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFCD8; }

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

This text font color is #EBFCD8.

Background Color

.myBgColor { background-color: #EBFCD8; }

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

This div background color is #EBFCD8.

Border color

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

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

This div border color is #EBFCD8.

Opacity

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

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

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

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

This text has shadow with #EBFCD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFCD8.

Preview

Color preview on black background

This text has color #EBFCD8 on black background.


Color preview on white background

This text has color #EBFCD8 on white background.


Black color preview on #EBFCD8 background

This text has black color on #EBFCD8 background.


White color preview on #EBFCD8 background

This text has white color on #EBFCD8 background.


Related colors

Complementary color

Complementary color for #hex is #140327.


I love getcolorcode.com

Triadic colors

1 #D8EBFC and #FCD8EB with #EBFCD8 are triadic colors.

2 #D8FCEB and #FCEBD8 with #EBFCD8 are triadic colors.