COLOR #EDF1C3

HEX: #EDF1C3
RGB: (237,241,195)

Color info

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

RGB color model

#EDF1C3 color RGB value is (237,241,195).

  • red value is 237;
  • green value is 241;
  • blue value is 195.
RGB:
(237,241,195)
(93%,95%,76%)

RGB channels and saturation

R 237 of 255 = 93%
G 241 of 255 = 95%
B 195 of 255 = 76%

237
241
195

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

Portions of RGB colors in percentages

R + G + B =
237 + 241 + 195 = 673 (100%)
R 237 of 673 ~ 35.22%
G 241 of 673 ~ 35.81%
B 195 of 673 ~ 28.97%

%35.22
%35.81
%28.97

CMYK color model

#EDF1C3 color CMYK value is (2,0,19,5).

  • cyan value is 1.66%
  • magenta value is 0.00%
  • yellow value is 19.09%
  • key color value is 5.49%
CMYK:
(2,0,19,5)
C2M0Y19K5 
(2%,0%,19%,5%)
(0.02/0.00/0.19/0.05)	

CMYK percentages

%1.66
%0
%19.09
%5.49

Codes

Color #EDF1C3 in popluar color models

EDF1C3
RGB237241195
HSL65°62.16%85.49%
HSB/HSV65°19.09%94.51%
CMYK1.66%0.00%19.09%
5.49%

Color #EDF1C3 in popluar number systems.

HEXEDF1C3
Decimal237241195
Binary111011011111000111000011
Octal355361303

Shades and tints

Shades of #EDF1C3

#EDF1C3
(237,241,195)
#D8DCB2
(216,220,178)
#C3C7A1
(195,199,161)
#AEB290
(174,178,144)
#999D7F
(153,157,127)
#84886E
(132,136,110)
#6F735D
(111,115,93)
#5A5E4C
(90,94,76)
#45493B
(69,73,59)
#30342A
(48,52,42)
#1B1F19
(27,31,25)
#000000
(0,0,0)

Tints of #EDF1C3

#EDF1C3
(237,241,195)
#EEF2C8
(238,242,200)
#EFF3CD
(239,243,205)
#F0F4D2
(240,244,210)
#F1F5D7
(241,245,215)
#F2F6DC
(242,246,220)
#F3F7E1
(243,247,225)
#F4F8E6
(244,248,230)
#F5F9EB
(245,249,235)
#F6FAF0
(246,250,240)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF1C3; }

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

This text font color is #EDF1C3.


Background Color

.myBgColor { background-color: #EDF1C3; }

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

This div background color is #EDF1C3.


Border color

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

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

This div border color is #EDF1C3.


Opacity

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

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

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

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

This text has shadow with #EDF1C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF1C3 on black background.


Color preview on white background

This text has color #EDF1C3 on white background.



Black color preview on #EDF1C3 background

This text has black color on #EDF1C3 background.


White color preview on #EDF1C3 background

This text has white color on #EDF1C3 background.