COLOR #EDFCF5

HEX: #EDFCF5 RGB: (237,252,245)

Color info

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

RGB color model

#EDFCF5 color RGB value is (237,252,245).

RGB: (237,252,245) (93%, 99%, 96%)

RGB channels and saturation

R 237 of 255 = 93%
G 252 of 255 = 99%
B 245 of 255 = 96%

237
252
245

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

Portions of RGB colors in percentages

R + G + B = 237 + 252 + 245 = 734 (100%)
R 237 of 734 ~ 32.29%
G 252 of 734 ~ 34.33%
B 245 of 734 ~ 33.38'%

%32.29
%34.33
%33.38

CMYK color model

#EDFCF5 color CMYK value is (6,0,3,1).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 1.18%

CMYK: (6,0,3,1)
C6M0Y3K1 (6%, 0%, 3%, 1%)
(0.06 / 0.00 / 0.03 / 0.01)

CMYK percentages

%5.95
%0
%2.78
%1.18

Codes

Color #EDFCF5 in popluar color models

ED FC F5
RGB 237 252 245
HSL 152° 71.43% 95.88%
HSB/HSV 152° 5.95% 98.82%
CMYK 5.95% 0.00% 2.78%
1.18%

Color #EDFCF5 in popluar number systems.

HEX ED FC F5
Decimal 237 252 245
Binary 11101101 11111100 11110101
Octal 355 374 365

Shades and tints

Shades of #EDFCF5

#EDFCF5
(237,252,245)
#D8E6DF
(216,230,223)
#C3D0C9
(195,208,201)
#AEBAB3
(174,186,179)
#99A49D
(153,164,157)
#848E87
(132,142,135)
#6F7871
(111,120,113)
#5A625B
(90,98,91)
#454C45
(69,76,69)
#30362F
(48,54,47)
#1B2019
(27,32,25)
#000000
(0,0,0)

Tints of #EDFCF5

#EDFCF5
(237,252,245)
#EEFCF5
(238,252,245)
#EFFCF5
(239,252,245)
#F0FCF5
(240,252,245)
#F1FCF5
(241,252,245)
#F2FCF5
(242,252,245)
#F3FCF5
(243,252,245)
#F4FCF5
(244,252,245)
#F5FCF5
(245,252,245)
#F6FCF5
(246,252,245)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFCF5 color. Also use rgb(237,252,245) instead hex code.

Text Font Color

.myTextColor { color: #EDFCF5; }

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

This text font color is #EDFCF5.

Background Color

.myBgColor { background-color: #EDFCF5; }

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

This div background color is #EDFCF5.

Border color

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

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

This div border color is #EDFCF5.

Opacity

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

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

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

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

This text has shadow with #EDFCF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFCF5.

Preview

Color preview on black background

This text has color #EDFCF5 on black background.


Color preview on white background

This text has color #EDFCF5 on white background.


Black color preview on #EDFCF5 background

This text has black color on #EDFCF5 background.


White color preview on #EDFCF5 background

This text has white color on #EDFCF5 background.


Related colors

Complementary color

Complementary color for #hex is #12030A.


I love getcolorcode.com

Triadic colors

1 #F5EDFC and #FCF5ED with #EDFCF5 are triadic colors.

2 #F5FCED and #FCEDF5 with #EDFCF5 are triadic colors.