COLOR #EDEEDC

HEX: #EDEEDC
RGB: (237,238,220)

Renk bilgisi

#EDEEDC contains red, green and blue colors in about the same proportion. #EDEEDC ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#EDEEDC color RGB value is (237,238,220).

  • kırmız ton 237;
  • yeşil ton 238;
  • mavi ton 220.
RGB:
(237,238,220)
(93%,93%,86%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 238 of 255 = 93%
B 220 of 255 = 86%

237
238
220

R + G + B ~ 91%. #EDEEDC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 238 + 220 = 695 (100%)
R 237 of 695 ~ 34.1%
G 238 of 695 ~ 34.24%
B 220 of 695 ~ 31.65%

%34.1
%34.24
%31.65

CMYK RENK MODELİ

#EDEEDC rengi CMYK tonu (0,0,8,7).

  • camgöbeği tonu 0.42%
  • eflatun tonu 0.00%
  • sarı tonu 7.56%
  • ana renk tonu 6.67%
CMYK:
(0,0,8,7)
C0M0Y8K7 
(0%,0%,8%,7%)
(0.00/0.00/0.08/0.07)	

CMYK yüzdeleri

%0.42
%0
%7.56
%6.67

Codes

Color #EDEEDC in popluar color models

EDEEDC
RGB237238220
HSL63°34.62%89.80%
HSB/HSV63°7.56%93.33%
CMYK0.42%0.00%7.56%
6.67%

Color #EDEEDC in popluar number systems.

HEXEDEEDC
Decimal237238220
Binary111011011110111011011100
Octal355356334

Shades and tints

Shades of #EDEEDC

#EDEEDC
(237,238,220)
#D8D9C8
(216,217,200)
#C3C4B4
(195,196,180)
#AEAFA0
(174,175,160)
#999A8C
(153,154,140)
#848578
(132,133,120)
#6F7064
(111,112,100)
#5A5B50
(90,91,80)
#45463C
(69,70,60)
#303128
(48,49,40)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #EDEEDC

#EDEEDC
(237,238,220)
#EEEFDF
(238,239,223)
#EFF0E2
(239,240,226)
#F0F1E5
(240,241,229)
#F1F2E8
(241,242,232)
#F2F3EB
(242,243,235)
#F3F4EE
(243,244,238)
#F4F5F1
(244,245,241)
#F5F6F4
(245,246,244)
#F6F7F7
(246,247,247)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEEDC color. Also use rgb(237,238,220) instead hex code.

Text Font Color

.myTextColor { color: #EDEEDC; }

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

This text font color is #EDEEDC.


Background Color

.myBgColor { background-color: #EDEEDC; }

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

This div background color is #EDEEDC.


Border color

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

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

This div border color is #EDEEDC.


Opacity

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

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

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

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

This text has shadow with #EDEEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEEDC on black background.


Color preview on white background

This text has color #EDEEDC on white background.



Black color preview on #EDEEDC background

This text has black color on #EDEEDC background.


White color preview on #EDEEDC background

This text has white color on #EDEEDC background.