COLOR #EBFDBC

HEX: #EBFDBC RGB: (235,253,188)

Color info

#EBFDBC contains mainly red and green colors. Web safe color of #EBFDBC is #FFFFCC (or #FFC).

RGB color model

#EBFDBC color RGB value is (235,253,188).

RGB: (235,253,188) (92%, 99%, 74%)

RGB channels and saturation

R 235 of 255 = 92%
G 253 of 255 = 99%
B 188 of 255 = 74%

235
253
188

R + G + B ~ 88%. #EBFDBC is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 253 + 188 = 676 (100%)
R 235 of 676 ~ 34.76%
G 253 of 676 ~ 37.43%
B 188 of 676 ~ 27.81'%

%34.76
%37.43
%27.81

CMYK color model

#EBFDBC color CMYK value is (7,0,26,1).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 25.69%
  • key color value is 0.78%

CMYK: (7,0,26,1)
C7M0Y26K1 (7%, 0%, 26%, 1%)
(0.07 / 0.00 / 0.26 / 0.01)

CMYK percentages

%7.11
%0
%25.69
%0.78

Codes

Color #EBFDBC in popluar color models

EB FD BC
RGB 235 253 188
HSL 77° 94.20% 86.47%
HSB/HSV 77° 25.69% 99.22%
CMYK 7.11% 0.00% 25.69%
0.78%

Color #EBFDBC in popluar number systems.

HEX EB FD BC
Decimal 235 253 188
Binary 11101011 11111101 10111100
Octal 353 375 274

Shades and tints

Shades of #EBFDBC

#EBFDBC
(235,253,188)
#D6E6AB
(214,230,171)
#C1CF9A
(193,207,154)
#ACB889
(172,184,137)
#97A178
(151,161,120)
#828A67
(130,138,103)
#6D7356
(109,115,86)
#585C45
(88,92,69)
#434534
(67,69,52)
#2E2E23
(46,46,35)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #EBFDBC

#EBFDBC
(235,253,188)
#ECFDC2
(236,253,194)
#EDFDC8
(237,253,200)
#EEFDCE
(238,253,206)
#EFFDD4
(239,253,212)
#F0FDDA
(240,253,218)
#F1FDE0
(241,253,224)
#F2FDE6
(242,253,230)
#F3FDEC
(243,253,236)
#F4FDF2
(244,253,242)
#F5FDF8
(245,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFDBC color. Also use rgb(235,253,188) instead hex code.

Text Font Color

.myTextColor { color: #EBFDBC; }

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

This text font color is #EBFDBC.

Background Color

.myBgColor { background-color: #EBFDBC; }

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

This div background color is #EBFDBC.

Border color

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

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

This div border color is #EBFDBC.

Opacity

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

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

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

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

This text has shadow with #EBFDBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFDBC.

Preview

Color preview on black background

This text has color #EBFDBC on black background.


Color preview on white background

This text has color #EBFDBC on white background.


Black color preview on #EBFDBC background

This text has black color on #EBFDBC background.


White color preview on #EBFDBC background

This text has white color on #EBFDBC background.


Related colors

Complementary color

Complementary color for #hex is #140243.


I love getcolorcode.com

Triadic colors

1 #BCEBFD and #FDBCEB with #EBFDBC are triadic colors.

2 #BCFDEB and #FDEBBC with #EBFDBC are triadic colors.