COLOR #EDFBC3

HEX: #EDFBC3 RGB: (237,251,195)

Color info

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

RGB color model

#EDFBC3 color RGB value is (237,251,195).

RGB: (237,251,195) (93%, 98%, 76%)

RGB channels and saturation

R 237 of 255 = 93%
G 251 of 255 = 98%
B 195 of 255 = 76%

237
251
195

R + G + B ~ 89%. #EDFBC3 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 251 + 195 = 683 (100%)
R 237 of 683 ~ 34.7%
G 251 of 683 ~ 36.75%
B 195 of 683 ~ 28.55'%

%34.7
%36.75
%28.55

CMYK color model

#EDFBC3 color CMYK value is (6,0,22,2).

  • cyan value is 5.58%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 1.57%

CMYK: (6,0,22,2)
C6M0Y22K2 (6%, 0%, 22%, 2%)
(0.06 / 0.00 / 0.22 / 0.02)

CMYK percentages

%5.58
%0
%22.31
%1.57

Codes

Color #EDFBC3 in popluar color models

ED FB C3
RGB 237 251 195
HSL 75° 87.50% 87.45%
HSB/HSV 75° 22.31% 98.43%
CMYK 5.58% 0.00% 22.31%
1.57%

Color #EDFBC3 in popluar number systems.

HEX ED FB C3
Decimal 237 251 195
Binary 11101101 11111011 11000011
Octal 355 373 303

Shades and tints

Shades of #EDFBC3

#EDFBC3
(237,251,195)
#D8E5B2
(216,229,178)
#C3CFA1
(195,207,161)
#AEB990
(174,185,144)
#99A37F
(153,163,127)
#848D6E
(132,141,110)
#6F775D
(111,119,93)
#5A614C
(90,97,76)
#454B3B
(69,75,59)
#30352A
(48,53,42)
#1B1F19
(27,31,25)
#000000
(0,0,0)

Tints of #EDFBC3

#EDFBC3
(237,251,195)
#EEFBC8
(238,251,200)
#EFFBCD
(239,251,205)
#F0FBD2
(240,251,210)
#F1FBD7
(241,251,215)
#F2FBDC
(242,251,220)
#F3FBE1
(243,251,225)
#F4FBE6
(244,251,230)
#F5FBEB
(245,251,235)
#F6FBF0
(246,251,240)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFBC3 color. Also use rgb(237,251,195) instead hex code.

Text Font Color

.myTextColor { color: #EDFBC3; }

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

This text font color is #EDFBC3.

Background Color

.myBgColor { background-color: #EDFBC3; }

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

This div background color is #EDFBC3.

Border color

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

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

This div border color is #EDFBC3.

Opacity

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

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

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

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

This text has shadow with #EDFBC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFBC3.

Preview

Color preview on black background

This text has color #EDFBC3 on black background.


Color preview on white background

This text has color #EDFBC3 on white background.


Black color preview on #EDFBC3 background

This text has black color on #EDFBC3 background.


White color preview on #EDFBC3 background

This text has white color on #EDFBC3 background.


Related colors

Complementary color

Complementary color for #hex is #12043C.


I love getcolorcode.com

Triadic colors

1 #C3EDFB and #FBC3ED with #EDFBC3 are triadic colors.

2 #C3FBED and #FBEDC3 with #EDFBC3 are triadic colors.