COLOR #EDDFB1

HEX: #EDDFB1 RGB: (237,223,177)

Color info

#EDDFB1 contains mainly red and green colors. Web safe color of #EDDFB1 is #FFCC99 (or #FC9).

RGB color model

#EDDFB1 color RGB value is (237,223,177).

RGB: (237,223,177) (93%, 87%, 69%)

RGB channels and saturation

R 237 of 255 = 93%
G 223 of 255 = 87%
B 177 of 255 = 69%

237
223
177

R + G + B ~ 83%. #EDDFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 223 + 177 = 637 (100%)
R 237 of 637 ~ 37.21%
G 223 of 637 ~ 35.01%
B 177 of 637 ~ 27.79'%

%37.21
%35.01
%27.79

CMYK color model

#EDDFB1 color CMYK value is (0,6,25,7).

  • cyan value is 0.00%
  • magenta value is 5.91%
  • yellow value is 25.32%
  • key color value is 7.06%

CMYK: (0,6,25,7)
C0M6Y25K7 (0%, 6%, 25%, 7%)
(0.00 / 0.06 / 0.25 / 0.07)

CMYK percentages

%0
%5.91
%25.32
%7.06

Codes

Color #EDDFB1 in popluar color models

ED DF B1
RGB 237 223 177
HSL 46° 62.50% 81.18%
HSB/HSV 46° 25.32% 92.94%
CMYK 0.00% 5.91% 25.32%
7.06%

Color #EDDFB1 in popluar number systems.

HEX ED DF B1
Decimal 237 223 177
Binary 11101101 11011111 10110001
Octal 355 337 261

Shades and tints

Shades of #EDDFB1

#EDDFB1
(237,223,177)
#D8CBA1
(216,203,161)
#C3B791
(195,183,145)
#AEA381
(174,163,129)
#998F71
(153,143,113)
#847B61
(132,123,97)
#6F6751
(111,103,81)
#5A5341
(90,83,65)
#453F31
(69,63,49)
#302B21
(48,43,33)
#1B1711
(27,23,17)
#000000
(0,0,0)

Tints of #EDDFB1

#EDDFB1
(237,223,177)
#EEE1B8
(238,225,184)
#EFE3BF
(239,227,191)
#F0E5C6
(240,229,198)
#F1E7CD
(241,231,205)
#F2E9D4
(242,233,212)
#F3EBDB
(243,235,219)
#F4EDE2
(244,237,226)
#F5EFE9
(245,239,233)
#F6F1F0
(246,241,240)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDFB1 color. Also use rgb(237,223,177) instead hex code.

Text Font Color

.myTextColor { color: #EDDFB1; }

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

This text font color is #EDDFB1.

Background Color

.myBgColor { background-color: #EDDFB1; }

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

This div background color is #EDDFB1.

Border color

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

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

This div border color is #EDDFB1.

Opacity

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

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

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

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

This text has shadow with #EDDFB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDFB1.

Preview

Color preview on black background

This text has color #EDDFB1 on black background.


Color preview on white background

This text has color #EDDFB1 on white background.


Black color preview on #EDDFB1 background

This text has black color on #EDDFB1 background.


White color preview on #EDDFB1 background

This text has white color on #EDDFB1 background.


Related colors

Complementary color

Complementary color for #hex is #12204E.


I love getcolorcode.com

Triadic colors

1 #B1EDDF and #DFB1ED with #EDDFB1 are triadic colors.

2 #B1DFED and #DFEDB1 with #EDDFB1 are triadic colors.