COLOR #EDFFD8

HEX: #EDFFD8 RGB: (237,255,216)

Color info

#EDFFD8 contains red, green and blue colors in about the same proportion. Web safe color of #EDFFD8 is #FFFFCC (or #FFC).

RGB color model

#EDFFD8 color RGB value is (237,255,216).

RGB: (237,255,216) (93%, 100%, 85%)

RGB channels and saturation

R 237 of 255 = 93%
G 255 of 255 = 100%
B 216 of 255 = 85%

237
255
216

R + G + B ~ 93%. #EDFFD8 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 255 + 216 = 708 (100%)
R 237 of 708 ~ 33.47%
G 255 of 708 ~ 36.02%
B 216 of 708 ~ 30.51'%

%33.47
%36.02
%30.51

CMYK color model

#EDFFD8 color CMYK value is (7,0,15,0).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 0.00%
CMYK: (7,0,15,0) C7M0Y15K0 (7%,0%,15%,0%) (0.07/0.00/0.15/0.00) 

CMYK percentages

%7.06
%0
%15.29
%0

Codes

Color #EDFFD8 in popluar color models

ED FF D8
RGB 237 255 216
HSL 88° 100.00% 92.35%
HSB/HSV 88° 15.29% 100.00%
CMYK 7.06% 0.00% 15.29%
0.00%

Color #EDFFD8 in popluar number systems.

HEX ED FF D8
Decimal 237 255 216
Binary 11101101 11111111 11011000
Octal 355 377 330

Shades and tints

Shades of #EDFFD8

#EDFFD8
(237,255,216)
#D8E8C5
(216,232,197)
#C3D1B2
(195,209,178)
#AEBA9F
(174,186,159)
#99A38C
(153,163,140)
#848C79
(132,140,121)
#6F7566
(111,117,102)
#5A5E53
(90,94,83)
#454740
(69,71,64)
#30302D
(48,48,45)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #EDFFD8

#EDFFD8
(237,255,216)
#EEFFDB
(238,255,219)
#EFFFDE
(239,255,222)
#F0FFE1
(240,255,225)
#F1FFE4
(241,255,228)
#F2FFE7
(242,255,231)
#F3FFEA
(243,255,234)
#F4FFED
(244,255,237)
#F5FFF0
(245,255,240)
#F6FFF3
(246,255,243)
#F7FFF6
(247,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFFD8 color. Also use rgb(237,255,216) instead hex code.

Text Font Color

.myTextColor { color: #EDFFD8; }

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

This text font color is #EDFFD8.

Background Color

.myBgColor { background-color: #EDFFD8; }

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

This div background color is #EDFFD8.

Border color

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

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

This div border color is #EDFFD8.

Opacity

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

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

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

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

This text has shadow with #EDFFD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFFD8.

Preview

Color preview on black background

This text has color #EDFFD8 on black background.


Color preview on white background

This text has color #EDFFD8 on white background.


Black color preview on #EDFFD8 background

This text has black color on #EDFFD8 background.


White color preview on #EDFFD8 background

This text has white color on #EDFFD8 background.


Related colors

Complementary color

Complementary color for #hex is #120027.


I love getcolorcode.com

Triadic colors

1 #D8EDFF and #FFD8ED with #EDFFD8 are triadic colors.

2 #D8FFED and #FFEDD8 with #EDFFD8 are triadic colors.