COLOR #EBFABC

HEX: #EBFABC RGB: (235,250,188)

Color info

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

RGB color model

#EBFABC color RGB value is (235,250,188).

RGB: (235,250,188) (92%, 98%, 74%)

RGB channels and saturation

R 235 of 255 = 92%
G 250 of 255 = 98%
B 188 of 255 = 74%

235
250
188

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

Portions of RGB colors in percentages

R + G + B = 235 + 250 + 188 = 673 (100%)
R 235 of 673 ~ 34.92%
G 250 of 673 ~ 37.15%
B 188 of 673 ~ 27.93'%

%34.92
%37.15
%27.93

CMYK color model

#EBFABC color CMYK value is (6,0,25,2).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 24.80%
  • key color value is 1.96%
CMYK: (6,0,25,2) C6M0Y25K2 (6%,0%,25%,2%) (0.06/0.00/0.25/0.02) 

CMYK percentages

%6
%0
%24.8
%1.96

Codes

Color #EBFABC in popluar color models

EB FA BC
RGB 235 250 188
HSL 75° 86.11% 85.88%
HSB/HSV 75° 24.80% 98.04%
CMYK 6.00% 0.00% 24.80%
1.96%

Color #EBFABC in popluar number systems.

HEX EB FA BC
Decimal 235 250 188
Binary 11101011 11111010 10111100
Octal 353 372 274

Shades and tints

Shades of #EBFABC

#EBFABC
(235,250,188)
#D6E4AB
(214,228,171)
#C1CE9A
(193,206,154)
#ACB889
(172,184,137)
#97A278
(151,162,120)
#828C67
(130,140,103)
#6D7656
(109,118,86)
#586045
(88,96,69)
#434A34
(67,74,52)
#2E3423
(46,52,35)
#191E12
(25,30,18)
#000000
(0,0,0)

Tints of #EBFABC

#EBFABC
(235,250,188)
#ECFAC2
(236,250,194)
#EDFAC8
(237,250,200)
#EEFACE
(238,250,206)
#EFFAD4
(239,250,212)
#F0FADA
(240,250,218)
#F1FAE0
(241,250,224)
#F2FAE6
(242,250,230)
#F3FAEC
(243,250,236)
#F4FAF2
(244,250,242)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFABC; }

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

This text font color is #EBFABC.

Background Color

.myBgColor { background-color: #EBFABC; }

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

This div background color is #EBFABC.

Border color

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

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

This div border color is #EBFABC.

Opacity

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

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

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

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

This text has shadow with #EBFABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFABC.

Preview

Color preview on black background

This text has color #EBFABC on black background.


Color preview on white background

This text has color #EBFABC on white background.


Black color preview on #EBFABC background

This text has black color on #EBFABC background.


White color preview on #EBFABC background

This text has white color on #EBFABC background.


Related colors

Complementary color

Complementary color for #hex is #140543.


I love getcolorcode.com

Triadic colors

1 #BCEBFA and #FABCEB with #EBFABC are triadic colors.

2 #BCFAEB and #FAEBBC with #EBFABC are triadic colors.