COLOR #EDDCB5

HEX: #EDDCB5
RGB: (237,220,181)

Renk bilgisi

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

RGB renk modeli

#EDDCB5 color RGB value is (237,220,181).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 220 of 255 = 86%
B 181 of 255 = 71%

237
220
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 220 + 181 = 638 (100%)
R 237 of 638 ~ 37.15%
G 220 of 638 ~ 34.48%
B 181 of 638 ~ 28.37%

%37.15
%34.48
%28.37

CMYK RENK MODELİ

#EDDCB5 rengi CMYK tonu (0,7,24,7).

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

CMYK yüzdeleri

%0
%7.17
%23.63
%7.06

Codes

Color #EDDCB5 in popluar color models

EDDCB5
RGB237220181
HSL42°60.87%81.96%
HSB/HSV42°23.63%92.94%
CMYK0.00%7.17%23.63%
7.06%

Color #EDDCB5 in popluar number systems.

HEXEDDCB5
Decimal237220181
Binary111011011101110010110101
Octal355334265

Shades and tints

Shades of #EDDCB5

#EDDCB5
(237,220,181)
#D8C8A5
(216,200,165)
#C3B495
(195,180,149)
#AEA085
(174,160,133)
#998C75
(153,140,117)
#847865
(132,120,101)
#6F6455
(111,100,85)
#5A5045
(90,80,69)
#453C35
(69,60,53)
#302825
(48,40,37)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #EDDCB5

#EDDCB5
(237,220,181)
#EEDFBB
(238,223,187)
#EFE2C1
(239,226,193)
#F0E5C7
(240,229,199)
#F1E8CD
(241,232,205)
#F2EBD3
(242,235,211)
#F3EED9
(243,238,217)
#F4F1DF
(244,241,223)
#F5F4E5
(245,244,229)
#F6F7EB
(246,247,235)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDCB5; }

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

This text font color is #EDDCB5.


Background Color

.myBgColor { background-color: #EDDCB5; }

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

This div background color is #EDDCB5.


Border color

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

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

This div border color is #EDDCB5.


Opacity

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

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

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

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

This text has shadow with #EDDCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDCB5 on black background.


Color preview on white background

This text has color #EDDCB5 on white background.



Black color preview on #EDDCB5 background

This text has black color on #EDDCB5 background.


White color preview on #EDDCB5 background

This text has white color on #EDDCB5 background.