COLOR #EBFDF9

HEX: #EBFDF9 RGB: (235,253,249)

Color info

#EBFDF9 contains red, green and blue colors in about the same proportion. Web safe color of #EBFDF9 is #FFFFFF (or #FFF).

RGB color model

#EBFDF9 color RGB value is (235,253,249).

RGB: (235,253,249) (92%, 99%, 98%)

RGB channels and saturation

R 235 of 255 = 92%
G 253 of 255 = 99%
B 249 of 255 = 98%

235
253
249

R + G + B ~ 96%. #EBFDF9 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 253 + 249 = 737 (100%)
R 235 of 737 ~ 31.89%
G 253 of 737 ~ 34.33%
B 249 of 737 ~ 33.79'%

%31.89
%34.33
%33.79

CMYK color model

#EBFDF9 color CMYK value is (7,0,2,1).

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

CMYK: (7,0,2,1)
C7M0Y2K1 (7%, 0%, 2%, 1%)
(0.07 / 0.00 / 0.02 / 0.01)

CMYK percentages

%7.11
%0
%1.58
%0.78

Codes

Color #EBFDF9 in popluar color models

EB FD F9
RGB 235 253 249
HSL 167° 81.82% 95.69%
HSB/HSV 167° 7.11% 99.22%
CMYK 7.11% 0.00% 1.58%
0.78%

Color #EBFDF9 in popluar number systems.

HEX EB FD F9
Decimal 235 253 249
Binary 11101011 11111101 11111001
Octal 353 375 371

Shades and tints

Shades of #EBFDF9

#EBFDF9
(235,253,249)
#D6E6E3
(214,230,227)
#C1CFCD
(193,207,205)
#ACB8B7
(172,184,183)
#97A1A1
(151,161,161)
#828A8B
(130,138,139)
#6D7375
(109,115,117)
#585C5F
(88,92,95)
#434549
(67,69,73)
#2E2E33
(46,46,51)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #EBFDF9

#EBFDF9
(235,253,249)
#ECFDF9
(236,253,249)
#EDFDF9
(237,253,249)
#EEFDF9
(238,253,249)
#EFFDF9
(239,253,249)
#F0FDF9
(240,253,249)
#F1FDF9
(241,253,249)
#F2FDF9
(242,253,249)
#F3FDF9
(243,253,249)
#F4FDF9
(244,253,249)
#F5FDF9
(245,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFDF9; }

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

This text font color is #EBFDF9.

Background Color

.myBgColor { background-color: #EBFDF9; }

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

This div background color is #EBFDF9.

Border color

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

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

This div border color is #EBFDF9.

Opacity

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

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

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

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

This text has shadow with #EBFDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFDF9.

Preview

Color preview on black background

This text has color #EBFDF9 on black background.


Color preview on white background

This text has color #EBFDF9 on white background.


Black color preview on #EBFDF9 background

This text has black color on #EBFDF9 background.


White color preview on #EBFDF9 background

This text has white color on #EBFDF9 background.


Related colors

Complementary color

Complementary color for #hex is #140206.


I love getcolorcode.com

Triadic colors

1 #F9EBFD and #FDF9EB with #EBFDF9 are triadic colors.

2 #F9FDEB and #FDEBF9 with #EBFDF9 are triadic colors.