COLOR #EBFCCE

HEX: #EBFCCE RGB: (235,252,206)

Color info

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

RGB color model

#EBFCCE color RGB value is (235,252,206).

RGB: (235,252,206) (92%, 99%, 81%)

RGB channels and saturation

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

235
252
206

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

Portions of RGB colors in percentages

R + G + B = 235 + 252 + 206 = 693 (100%)
R 235 of 693 ~ 33.91%
G 252 of 693 ~ 36.36%
B 206 of 693 ~ 29.73'%

%33.91
%36.36
%29.73

CMYK color model

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

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

Codes

Color #EBFCCE in popluar color models

EB FC CE
RGB 235 252 206
HSL 82° 88.46% 89.80%
HSB/HSV 82° 18.25% 98.82%
CMYK 6.75% 0.00% 18.25%
1.18%

Color #EBFCCE in popluar number systems.

HEX EB FC CE
Decimal 235 252 206
Binary 11101011 11111100 11001110
Octal 353 374 316

Shades and tints

Shades of #EBFCCE

#EBFCCE
(235,252,206)
#D6E6BC
(214,230,188)
#C1D0AA
(193,208,170)
#ACBA98
(172,186,152)
#97A486
(151,164,134)
#828E74
(130,142,116)
#6D7862
(109,120,98)
#586250
(88,98,80)
#434C3E
(67,76,62)
#2E362C
(46,54,44)
#19201A
(25,32,26)
#000000
(0,0,0)

Tints of #EBFCCE

#EBFCCE
(235,252,206)
#ECFCD2
(236,252,210)
#EDFCD6
(237,252,214)
#EEFCDA
(238,252,218)
#EFFCDE
(239,252,222)
#F0FCE2
(240,252,226)
#F1FCE6
(241,252,230)
#F2FCEA
(242,252,234)
#F3FCEE
(243,252,238)
#F4FCF2
(244,252,242)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFCCE; }

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

This text font color is #EBFCCE.

Background Color

.myBgColor { background-color: #EBFCCE; }

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

This div background color is #EBFCCE.

Border color

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

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

This div border color is #EBFCCE.

Opacity

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

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

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

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

This text has shadow with #EBFCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFCCE.

Preview

Color preview on black background

This text has color #EBFCCE on black background.


Color preview on white background

This text has color #EBFCCE on white background.


Black color preview on #EBFCCE background

This text has black color on #EBFCCE background.


White color preview on #EBFCCE background

This text has white color on #EBFCCE background.


Related colors

Complementary color

Complementary color for #hex is #140331.


I love getcolorcode.com

Triadic colors

1 #CEEBFC and #FCCEEB with #EBFCCE are triadic colors.

2 #CEFCEB and #FCEBCE with #EBFCCE are triadic colors.