COLOR #EBFCF9

HEX: #EBFCF9 RGB: (235,252,249)

Color info

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

RGB color model

#EBFCF9 color RGB value is (235,252,249).

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

RGB channels and saturation

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

235
252
249

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

Portions of RGB colors in percentages

R + G + B = 235 + 252 + 249 = 736 (100%)
R 235 of 736 ~ 31.93%
G 252 of 736 ~ 34.24%
B 249 of 736 ~ 33.83'%

%31.93
%34.24
%33.83

CMYK color model

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

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 1.19%
  • key color value is 1.18%

CMYK: (7,0,1,1)
C7M0Y1K1 (7%, 0%, 1%, 1%)
(0.07 / 0.00 / 0.01 / 0.01)

CMYK percentages

%6.75
%0
%1.19
%1.18

Codes

Color #EBFCF9 in popluar color models

EB FC F9
RGB 235 252 249
HSL 169° 73.91% 95.49%
HSB/HSV 169° 6.75% 98.82%
CMYK 6.75% 0.00% 1.19%
1.18%

Color #EBFCF9 in popluar number systems.

HEX EB FC F9
Decimal 235 252 249
Binary 11101011 11111100 11111001
Octal 353 374 371

Shades and tints

Shades of #EBFCF9

#EBFCF9
(235,252,249)
#D6E6E3
(214,230,227)
#C1D0CD
(193,208,205)
#ACBAB7
(172,186,183)
#97A4A1
(151,164,161)
#828E8B
(130,142,139)
#6D7875
(109,120,117)
#58625F
(88,98,95)
#434C49
(67,76,73)
#2E3633
(46,54,51)
#19201D
(25,32,29)
#000000
(0,0,0)

Tints of #EBFCF9

#EBFCF9
(235,252,249)
#ECFCF9
(236,252,249)
#EDFCF9
(237,252,249)
#EEFCF9
(238,252,249)
#EFFCF9
(239,252,249)
#F0FCF9
(240,252,249)
#F1FCF9
(241,252,249)
#F2FCF9
(242,252,249)
#F3FCF9
(243,252,249)
#F4FCF9
(244,252,249)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFCF9; }

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

This text font color is #EBFCF9.

Background Color

.myBgColor { background-color: #EBFCF9; }

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

This div background color is #EBFCF9.

Border color

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

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

This div border color is #EBFCF9.

Opacity

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

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

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

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

This text has shadow with #EBFCF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFCF9.

Preview

Color preview on black background

This text has color #EBFCF9 on black background.


Color preview on white background

This text has color #EBFCF9 on white background.


Black color preview on #EBFCF9 background

This text has black color on #EBFCF9 background.


White color preview on #EBFCF9 background

This text has white color on #EBFCF9 background.


Related colors

Complementary color

Complementary color for #hex is #140306.


I love getcolorcode.com

Triadic colors

1 #F9EBFC and #FCF9EB with #EBFCF9 are triadic colors.

2 #F9FCEB and #FCEBF9 with #EBFCF9 are triadic colors.