COLOR #EBFDF1

HEX: #EBFDF1 RGB: (235,253,241)

Color info

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

RGB color model

#EBFDF1 color RGB value is (235,253,241).

RGB: (235,253,241) (92%, 99%, 95%)

RGB channels and saturation

R 235 of 255 = 92%
G 253 of 255 = 99%
B 241 of 255 = 95%

235
253
241

R + G + B ~ 95%. #EBFDF1 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 253 + 241 = 729 (100%)
R 235 of 729 ~ 32.24%
G 253 of 729 ~ 34.71%
B 241 of 729 ~ 33.06'%

%32.24
%34.71
%33.06

CMYK color model

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

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • key color value is 0.78%
CMYK: (7,0,5,1) C7M0Y5K1 (7%,0%,5%,1%) (0.07/0.00/0.05/0.01) 

CMYK percentages

%7.11
%0
%4.74
%0.78

Codes

Color #EBFDF1 in popluar color models

EB FD F1
RGB 235 253 241
HSL 140° 81.82% 95.69%
HSB/HSV 140° 7.11% 99.22%
CMYK 7.11% 0.00% 4.74%
0.78%

Color #EBFDF1 in popluar number systems.

HEX EB FD F1
Decimal 235 253 241
Binary 11101011 11111101 11110001
Octal 353 375 361

Shades and tints

Shades of #EBFDF1

#EBFDF1
(235,253,241)
#D6E6DC
(214,230,220)
#C1CFC7
(193,207,199)
#ACB8B2
(172,184,178)
#97A19D
(151,161,157)
#828A88
(130,138,136)
#6D7373
(109,115,115)
#585C5E
(88,92,94)
#434549
(67,69,73)
#2E2E34
(46,46,52)
#19171F
(25,23,31)
#000000
(0,0,0)

Tints of #EBFDF1

#EBFDF1
(235,253,241)
#ECFDF2
(236,253,242)
#EDFDF3
(237,253,243)
#EEFDF4
(238,253,244)
#EFFDF5
(239,253,245)
#F0FDF6
(240,253,246)
#F1FDF7
(241,253,247)
#F2FDF8
(242,253,248)
#F3FDF9
(243,253,249)
#F4FDFA
(244,253,250)
#F5FDFB
(245,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFDF1; }

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

This text font color is #EBFDF1.

Background Color

.myBgColor { background-color: #EBFDF1; }

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

This div background color is #EBFDF1.

Border color

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

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

This div border color is #EBFDF1.

Opacity

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

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

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

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

This text has shadow with #EBFDF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFDF1.

Preview

Color preview on black background

This text has color #EBFDF1 on black background.


Color preview on white background

This text has color #EBFDF1 on white background.


Black color preview on #EBFDF1 background

This text has black color on #EBFDF1 background.


White color preview on #EBFDF1 background

This text has white color on #EBFDF1 background.


Related colors

Complementary color

Complementary color for #hex is #14020E.


I love getcolorcode.com

Triadic colors

1 #F1EBFD and #FDF1EB with #EBFDF1 are triadic colors.

2 #F1FDEB and #FDEBF1 with #EBFDF1 are triadic colors.