COLOR #EBFBF9

HEX: #EBFBF9 RGB: (235,251,249)

Color info

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

RGB color model

#EBFBF9 color RGB value is (235,251,249).

RGB: (235,251,249) (92%, 98%, 98%)

RGB channels and saturation

R 235 of 255 = 92%
G 251 of 255 = 98%
B 249 of 255 = 98%

235
251
249

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

Portions of RGB colors in percentages

R + G + B = 235 + 251 + 249 = 735 (100%)
R 235 of 735 ~ 31.97%
G 251 of 735 ~ 34.15%
B 249 of 735 ~ 33.88'%

%31.97
%34.15
%33.88

CMYK color model

#EBFBF9 color CMYK value is (6,0,1,2).

  • cyan value is 6.37%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 1.57%

CMYK: (6,0,1,2)
C6M0Y1K2 (6%, 0%, 1%, 2%)
(0.06 / 0.00 / 0.01 / 0.02)

CMYK percentages

%6.37
%0
%0.8
%1.57

Codes

Color #EBFBF9 in popluar color models

EB FB F9
RGB 235 251 249
HSL 173° 66.67% 95.29%
HSB/HSV 173° 6.37% 98.43%
CMYK 6.37% 0.00% 0.80%
1.57%

Color #EBFBF9 in popluar number systems.

HEX EB FB F9
Decimal 235 251 249
Binary 11101011 11111011 11111001
Octal 353 373 371

Shades and tints

Shades of #EBFBF9

#EBFBF9
(235,251,249)
#D6E5E3
(214,229,227)
#C1CFCD
(193,207,205)
#ACB9B7
(172,185,183)
#97A3A1
(151,163,161)
#828D8B
(130,141,139)
#6D7775
(109,119,117)
#58615F
(88,97,95)
#434B49
(67,75,73)
#2E3533
(46,53,51)
#191F1D
(25,31,29)
#000000
(0,0,0)

Tints of #EBFBF9

#EBFBF9
(235,251,249)
#ECFBF9
(236,251,249)
#EDFBF9
(237,251,249)
#EEFBF9
(238,251,249)
#EFFBF9
(239,251,249)
#F0FBF9
(240,251,249)
#F1FBF9
(241,251,249)
#F2FBF9
(242,251,249)
#F3FBF9
(243,251,249)
#F4FBF9
(244,251,249)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFBF9; }

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

This text font color is #EBFBF9.

Background Color

.myBgColor { background-color: #EBFBF9; }

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

This div background color is #EBFBF9.

Border color

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

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

This div border color is #EBFBF9.

Opacity

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

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

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

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

This text has shadow with #EBFBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFBF9.

Preview

Color preview on black background

This text has color #EBFBF9 on black background.


Color preview on white background

This text has color #EBFBF9 on white background.


Black color preview on #EBFBF9 background

This text has black color on #EBFBF9 background.


White color preview on #EBFBF9 background

This text has white color on #EBFBF9 background.


Related colors

Complementary color

Complementary color for #hex is #140406.


I love getcolorcode.com

Triadic colors

1 #F9EBFB and #FBF9EB with #EBFBF9 are triadic colors.

2 #F9FBEB and #FBEBF9 with #EBFBF9 are triadic colors.