COLOR #EBFAD1

HEX: #EBFAD1 RGB: (235,250,209)

Color info

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

RGB color model

#EBFAD1 color RGB value is (235,250,209).

RGB: (235,250,209) (92%, 98%, 82%)

RGB channels and saturation

R 235 of 255 = 92%
G 250 of 255 = 98%
B 209 of 255 = 82%

235
250
209

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

Portions of RGB colors in percentages

R + G + B = 235 + 250 + 209 = 694 (100%)
R 235 of 694 ~ 33.86%
G 250 of 694 ~ 36.02%
B 209 of 694 ~ 30.12'%

%33.86
%36.02
%30.12

CMYK color model

#EBFAD1 color CMYK value is (6,0,16,2).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 16.40%
  • key color value is 1.96%

CMYK: (6,0,16,2)
C6M0Y16K2 (6%, 0%, 16%, 2%)
(0.06 / 0.00 / 0.16 / 0.02)

CMYK percentages

%6
%0
%16.4
%1.96

Codes

Color #EBFAD1 in popluar color models

EB FA D1
RGB 235 250 209
HSL 82° 80.39% 90.00%
HSB/HSV 82° 16.40% 98.04%
CMYK 6.00% 0.00% 16.40%
1.96%

Color #EBFAD1 in popluar number systems.

HEX EB FA D1
Decimal 235 250 209
Binary 11101011 11111010 11010001
Octal 353 372 321

Shades and tints

Shades of #EBFAD1

#EBFAD1
(235,250,209)
#D6E4BE
(214,228,190)
#C1CEAB
(193,206,171)
#ACB898
(172,184,152)
#97A285
(151,162,133)
#828C72
(130,140,114)
#6D765F
(109,118,95)
#58604C
(88,96,76)
#434A39
(67,74,57)
#2E3426
(46,52,38)
#191E13
(25,30,19)
#000000
(0,0,0)

Tints of #EBFAD1

#EBFAD1
(235,250,209)
#ECFAD5
(236,250,213)
#EDFAD9
(237,250,217)
#EEFADD
(238,250,221)
#EFFAE1
(239,250,225)
#F0FAE5
(240,250,229)
#F1FAE9
(241,250,233)
#F2FAED
(242,250,237)
#F3FAF1
(243,250,241)
#F4FAF5
(244,250,245)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFAD1; }

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

This text font color is #EBFAD1.

Background Color

.myBgColor { background-color: #EBFAD1; }

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

This div background color is #EBFAD1.

Border color

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

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

This div border color is #EBFAD1.

Opacity

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

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

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

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

This text has shadow with #EBFAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFAD1.

Preview

Color preview on black background

This text has color #EBFAD1 on black background.


Color preview on white background

This text has color #EBFAD1 on white background.


Black color preview on #EBFAD1 background

This text has black color on #EBFAD1 background.


White color preview on #EBFAD1 background

This text has white color on #EBFAD1 background.


Related colors

Complementary color

Complementary color for #hex is #14052E.


I love getcolorcode.com

Triadic colors

1 #D1EBFA and #FAD1EB with #EBFAD1 are triadic colors.

2 #D1FAEB and #FAEBD1 with #EBFAD1 are triadic colors.