COLOR #EBFDF3

HEX: #EBFDF3 RGB: (235,253,243)

Color info

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

RGB color model

#EBFDF3 color RGB value is (235,253,243).

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

RGB channels and saturation

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

235
253
243

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

Portions of RGB colors in percentages

R + G + B = 235 + 253 + 243 = 731 (100%)
R 235 of 731 ~ 32.15%
G 253 of 731 ~ 34.61%
B 243 of 731 ~ 33.24'%

%32.15
%34.61
%33.24

CMYK color model

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

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

CMYK: (7,0,4,1)
C7M0Y4K1 (7%, 0%, 4%, 1%)
(0.07 / 0.00 / 0.04 / 0.01)

CMYK percentages

%7.11
%0
%3.95
%0.78

Codes

Color #EBFDF3 in popluar color models

EB FD F3
RGB 235 253 243
HSL 147° 81.82% 95.69%
HSB/HSV 147° 7.11% 99.22%
CMYK 7.11% 0.00% 3.95%
0.78%

Color #EBFDF3 in popluar number systems.

HEX EB FD F3
Decimal 235 253 243
Binary 11101011 11111101 11110011
Octal 353 375 363

Shades and tints

Shades of #EBFDF3

#EBFDF3
(235,253,243)
#D6E6DD
(214,230,221)
#C1CFC7
(193,207,199)
#ACB8B1
(172,184,177)
#97A19B
(151,161,155)
#828A85
(130,138,133)
#6D736F
(109,115,111)
#585C59
(88,92,89)
#434543
(67,69,67)
#2E2E2D
(46,46,45)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #EBFDF3

#EBFDF3
(235,253,243)
#ECFDF4
(236,253,244)
#EDFDF5
(237,253,245)
#EEFDF6
(238,253,246)
#EFFDF7
(239,253,247)
#F0FDF8
(240,253,248)
#F1FDF9
(241,253,249)
#F2FDFA
(242,253,250)
#F3FDFB
(243,253,251)
#F4FDFC
(244,253,252)
#F5FDFD
(245,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFDF3; }

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

This text font color is #EBFDF3.

Background Color

.myBgColor { background-color: #EBFDF3; }

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

This div background color is #EBFDF3.

Border color

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

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

This div border color is #EBFDF3.

Opacity

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

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

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

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

This text has shadow with #EBFDF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFDF3.

Preview

Color preview on black background

This text has color #EBFDF3 on black background.


Color preview on white background

This text has color #EBFDF3 on white background.


Black color preview on #EBFDF3 background

This text has black color on #EBFDF3 background.


White color preview on #EBFDF3 background

This text has white color on #EBFDF3 background.


Related colors

Complementary color

Complementary color for #hex is #14020C.


I love getcolorcode.com

Triadic colors

1 #F3EBFD and #FDF3EB with #EBFDF3 are triadic colors.

2 #F3FDEB and #FDEBF3 with #EBFDF3 are triadic colors.