COLOR #EDEDED

HEX: #EDEDED
RGB: (237,237,237)

Renk bilgisi

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

RGB renk modeli

#EDEDED color RGB value is (237,237,237).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 237 of 255 = 93%
B 237 of 255 = 93%

237
237
237

R + G + B ~ 93%. #EDEDED is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 237 + 237 = 711 (100%)
R 237 of 711 ~ 33.33%
G 237 of 711 ~ 33.33%
B 237 of 711 ~ 33.33%

%33.33
%33.33
%33.33

CMYK RENK MODELİ

#EDEDED rengi CMYK tonu (0,0,0,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(0,0,0,7)
C0M0Y0K7 
(0%,0%,0%,7%)
(0.00/0.00/0.00/0.07)	

CMYK yüzdeleri

%0
%0
%0
%7.06

Codes

Color #EDEDED in popluar color models

EDEDED
RGB237237237
HSL0.00%0.93%
HSB/HSV0.00%0.93%
CMYK0.00%0.00%0.00%
7.06%

Color #EDEDED in popluar number systems.

HEXEDEDED
Decimal237237237
Binary111011011110110111101101
Octal355355355

Shades and tints

Shades of #EDEDED

#EDEDED
(237,237,237)
#D8D8D8
(216,216,216)
#C3C3C3
(195,195,195)
#AEAEAE
(174,174,174)
#999999
(153,153,153)
#848484
(132,132,132)
#6F6F6F
(111,111,111)
#5A5A5A
(90,90,90)
#454545
(69,69,69)
#303030
(48,48,48)
#1B1B1B
(27,27,27)
#000000
(0,0,0)

Tints of #EDEDED

#EDEDED
(237,237,237)
#EEEEEE
(238,238,238)
#EFEFEF
(239,239,239)
#F0F0F0
(240,240,240)
#F1F1F1
(241,241,241)
#F2F2F2
(242,242,242)
#F3F3F3
(243,243,243)
#F4F4F4
(244,244,244)
#F5F5F5
(245,245,245)
#F6F6F6
(246,246,246)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDED; }

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

This text font color is #EDEDED.


Background Color

.myBgColor { background-color: #EDEDED; }

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

This div background color is #EDEDED.


Border color

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

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

This div border color is #EDEDED.


Opacity

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

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

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

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

This text has shadow with #EDEDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDED on black background.


Color preview on white background

This text has color #EDEDED on white background.



Black color preview on #EDEDED background

This text has black color on #EDEDED background.


White color preview on #EDEDED background

This text has white color on #EDEDED background.