COLOR #EDDCB0

HEX: #EDDCB0
RGB: (237,220,176)

Renk bilgisi

#EDDCB0 contains mainly red and green colors. #EDDCB0 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EDDCB0 color RGB value is (237,220,176).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 220 of 255 = 86%
B 176 of 255 = 69%

237
220
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 220 + 176 = 633 (100%)
R 237 of 633 ~ 37.44%
G 220 of 633 ~ 34.76%
B 176 of 633 ~ 27.8%

%37.44
%34.76
%27.8

CMYK RENK MODELİ

#EDDCB0 rengi CMYK tonu (0,7,26,7).

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

CMYK yüzdeleri

%0
%7.17
%25.74
%7.06

Codes

Color #EDDCB0 in popluar color models

EDDCB0
RGB237220176
HSL43°62.89%80.98%
HSB/HSV43°25.74%92.94%
CMYK0.00%7.17%25.74%
7.06%

Color #EDDCB0 in popluar number systems.

HEXEDDCB0
Decimal237220176
Binary111011011101110010110000
Octal355334260

Shades and tints

Shades of #EDDCB0

#EDDCB0
(237,220,176)
#D8C8A0
(216,200,160)
#C3B490
(195,180,144)
#AEA080
(174,160,128)
#998C70
(153,140,112)
#847860
(132,120,96)
#6F6450
(111,100,80)
#5A5040
(90,80,64)
#453C30
(69,60,48)
#302820
(48,40,32)
#1B1410
(27,20,16)
#000000
(0,0,0)

Tints of #EDDCB0

#EDDCB0
(237,220,176)
#EEDFB7
(238,223,183)
#EFE2BE
(239,226,190)
#F0E5C5
(240,229,197)
#F1E8CC
(241,232,204)
#F2EBD3
(242,235,211)
#F3EEDA
(243,238,218)
#F4F1E1
(244,241,225)
#F5F4E8
(245,244,232)
#F6F7EF
(246,247,239)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDCB0; }

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

This text font color is #EDDCB0.


Background Color

.myBgColor { background-color: #EDDCB0; }

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

This div background color is #EDDCB0.


Border color

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

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

This div border color is #EDDCB0.


Opacity

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

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

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

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

This text has shadow with #EDDCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDCB0 on black background.


Color preview on white background

This text has color #EDDCB0 on white background.



Black color preview on #EDDCB0 background

This text has black color on #EDDCB0 background.


White color preview on #EDDCB0 background

This text has white color on #EDDCB0 background.