COLOR #EDEAC6

HEX: #EDEAC6 RGB: (237,234,198)

Color info

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

RGB color model

#EDEAC6 color RGB value is (237,234,198).

RGB: (237,234,198) (93%, 92%, 78%)

RGB channels and saturation

R 237 of 255 = 93%
G 234 of 255 = 92%
B 198 of 255 = 78%

237
234
198

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

Portions of RGB colors in percentages

R + G + B = 237 + 234 + 198 = 669 (100%)
R 237 of 669 ~ 35.43%
G 234 of 669 ~ 34.98%
B 198 of 669 ~ 29.6'%

%35.43
%34.98
%29.6

CMYK color model

#EDEAC6 color CMYK value is (0,1,16,7).

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 16.46%
  • key color value is 7.06%

CMYK: (0,1,16,7)
C0M1Y16K7 (0%, 1%, 16%, 7%)
(0.00 / 0.01 / 0.16 / 0.07)

CMYK percentages

%0
%1.27
%16.46
%7.06

Codes

Color #EDEAC6 in popluar color models

ED EA C6
RGB 237 234 198
HSL 55° 52.00% 85.29%
HSB/HSV 55° 16.46% 92.94%
CMYK 0.00% 1.27% 16.46%
7.06%

Color #EDEAC6 in popluar number systems.

HEX ED EA C6
Decimal 237 234 198
Binary 11101101 11101010 11000110
Octal 355 352 306

Shades and tints

Shades of #EDEAC6

#EDEAC6
(237,234,198)
#D8D5B4
(216,213,180)
#C3C0A2
(195,192,162)
#AEAB90
(174,171,144)
#99967E
(153,150,126)
#84816C
(132,129,108)
#6F6C5A
(111,108,90)
#5A5748
(90,87,72)
#454236
(69,66,54)
#302D24
(48,45,36)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #EDEAC6

#EDEAC6
(237,234,198)
#EEEBCB
(238,235,203)
#EFECD0
(239,236,208)
#F0EDD5
(240,237,213)
#F1EEDA
(241,238,218)
#F2EFDF
(242,239,223)
#F3F0E4
(243,240,228)
#F4F1E9
(244,241,233)
#F5F2EE
(245,242,238)
#F6F3F3
(246,243,243)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEAC6 color. Also use rgb(237,234,198) instead hex code.

Text Font Color

.myTextColor { color: #EDEAC6; }

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

This text font color is #EDEAC6.

Background Color

.myBgColor { background-color: #EDEAC6; }

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

This div background color is #EDEAC6.

Border color

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

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

This div border color is #EDEAC6.

Opacity

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

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

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

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

This text has shadow with #EDEAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEAC6.

Preview

Color preview on black background

This text has color #EDEAC6 on black background.


Color preview on white background

This text has color #EDEAC6 on white background.


Black color preview on #EDEAC6 background

This text has black color on #EDEAC6 background.


White color preview on #EDEAC6 background

This text has white color on #EDEAC6 background.


Related colors

Complementary color

Complementary color for #hex is #121539.


I love getcolorcode.com

Triadic colors

1 #C6EDEA and #EAC6ED with #EDEAC6 are triadic colors.

2 #C6EAED and #EAEDC6 with #EDEAC6 are triadic colors.