COLOR #EDDEDD

HEX: #EDDEDD
RGB: (237,222,221)

Renk bilgisi

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

RGB renk modeli

#EDDEDD color RGB value is (237,222,221).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 222 of 255 = 87%
B 221 of 255 = 87%

237
222
221

R + G + B ~ 89%. #EDDEDD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 222 + 221 = 680 (100%)
R 237 of 680 ~ 34.85%
G 222 of 680 ~ 32.65%
B 221 of 680 ~ 32.5%

%34.85
%32.65
%32.5

CMYK RENK MODELİ

#EDDEDD rengi CMYK tonu (0,6,7,7).

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

CMYK yüzdeleri

%0
%6.33
%6.75
%7.06

Codes

Color #EDDEDD in popluar color models

EDDEDD
RGB237222221
HSL30.77%89.80%
HSB/HSV6.75%92.94%
CMYK0.00%6.33%6.75%
7.06%

Color #EDDEDD in popluar number systems.

HEXEDDEDD
Decimal237222221
Binary111011011101111011011101
Octal355336335

Shades and tints

Shades of #EDDEDD

#EDDEDD
(237,222,221)
#D8CAC9
(216,202,201)
#C3B6B5
(195,182,181)
#AEA2A1
(174,162,161)
#998E8D
(153,142,141)
#847A79
(132,122,121)
#6F6665
(111,102,101)
#5A5251
(90,82,81)
#453E3D
(69,62,61)
#302A29
(48,42,41)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #EDDEDD

#EDDEDD
(237,222,221)
#EEE1E0
(238,225,224)
#EFE4E3
(239,228,227)
#F0E7E6
(240,231,230)
#F1EAE9
(241,234,233)
#F2EDEC
(242,237,236)
#F3F0EF
(243,240,239)
#F4F3F2
(244,243,242)
#F5F6F5
(245,246,245)
#F6F9F8
(246,249,248)
#F7FCFB
(247,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDEDD; }

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

This text font color is #EDDEDD.


Background Color

.myBgColor { background-color: #EDDEDD; }

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

This div background color is #EDDEDD.


Border color

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

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

This div border color is #EDDEDD.


Opacity

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

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

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

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

This text has shadow with #EDDEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDEDD on black background.


Color preview on white background

This text has color #EDDEDD on white background.



Black color preview on #EDDEDD background

This text has black color on #EDDEDD background.


White color preview on #EDDEDD background

This text has white color on #EDDEDD background.