COLOR #EDFCBB

HEX: #EDFCBB RGB: (237,252,187)

Color info

#EDFCBB contains mainly red and green colors. Web safe color of #EDFCBB is #FFFFCC (or #FFC).

RGB color model

#EDFCBB color RGB value is (237,252,187).

RGB: (237,252,187) (93%, 99%, 73%)

RGB channels and saturation

R 237 of 255 = 93%
G 252 of 255 = 99%
B 187 of 255 = 73%

237
252
187

R + G + B ~ 88%. #EDFCBB is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 252 + 187 = 676 (100%)
R 237 of 676 ~ 35.06%
G 252 of 676 ~ 37.28%
B 187 of 676 ~ 27.66'%

%35.06
%37.28
%27.66

CMYK color model

#EDFCBB color CMYK value is (6,0,26,1).

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

CMYK: (6,0,26,1)
C6M0Y26K1 (6%, 0%, 26%, 1%)
(0.06 / 0.00 / 0.26 / 0.01)

CMYK percentages

%5.95
%0
%25.79
%1.18

Codes

Color #EDFCBB in popluar color models

ED FC BB
RGB 237 252 187
HSL 74° 91.55% 86.08%
HSB/HSV 74° 25.79% 98.82%
CMYK 5.95% 0.00% 25.79%
1.18%

Color #EDFCBB in popluar number systems.

HEX ED FC BB
Decimal 237 252 187
Binary 11101101 11111100 10111011
Octal 355 374 273

Shades and tints

Shades of #EDFCBB

#EDFCBB
(237,252,187)
#D8E6AA
(216,230,170)
#C3D099
(195,208,153)
#AEBA88
(174,186,136)
#99A477
(153,164,119)
#848E66
(132,142,102)
#6F7855
(111,120,85)
#5A6244
(90,98,68)
#454C33
(69,76,51)
#303622
(48,54,34)
#1B2011
(27,32,17)
#000000
(0,0,0)

Tints of #EDFCBB

#EDFCBB
(237,252,187)
#EEFCC1
(238,252,193)
#EFFCC7
(239,252,199)
#F0FCCD
(240,252,205)
#F1FCD3
(241,252,211)
#F2FCD9
(242,252,217)
#F3FCDF
(243,252,223)
#F4FCE5
(244,252,229)
#F5FCEB
(245,252,235)
#F6FCF1
(246,252,241)
#F7FCF7
(247,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFCBB; }

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

This text font color is #EDFCBB.

Background Color

.myBgColor { background-color: #EDFCBB; }

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

This div background color is #EDFCBB.

Border color

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

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

This div border color is #EDFCBB.

Opacity

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

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

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

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

This text has shadow with #EDFCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFCBB.

Preview

Color preview on black background

This text has color #EDFCBB on black background.


Color preview on white background

This text has color #EDFCBB on white background.


Black color preview on #EDFCBB background

This text has black color on #EDFCBB background.


White color preview on #EDFCBB background

This text has white color on #EDFCBB background.


Related colors

Complementary color

Complementary color for #hex is #120344.


I love getcolorcode.com

Triadic colors

1 #BBEDFC and #FCBBED with #EDFCBB are triadic colors.

2 #BBFCED and #FCEDBB with #EDFCBB are triadic colors.