COLOR #EDDCBE

HEX: #EDDCBE
RGB: (237,220,190)

Renk bilgisi

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

RGB renk modeli

#EDDCBE color RGB value is (237,220,190).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 220 of 255 = 86%
B 190 of 255 = 75%

237
220
190

R + G + B ~ 85%. #EDDCBE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 220 + 190 = 647 (100%)
R 237 of 647 ~ 36.63%
G 220 of 647 ~ 34%
B 190 of 647 ~ 29.37%

%36.63
%34
%29.37

CMYK RENK MODELİ

#EDDCBE rengi CMYK tonu (0,7,20,7).

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

CMYK yüzdeleri

%0
%7.17
%19.83
%7.06

Codes

Color #EDDCBE in popluar color models

EDDCBE
RGB237220190
HSL38°56.63%83.73%
HSB/HSV38°19.83%92.94%
CMYK0.00%7.17%19.83%
7.06%

Color #EDDCBE in popluar number systems.

HEXEDDCBE
Decimal237220190
Binary111011011101110010111110
Octal355334276

Shades and tints

Shades of #EDDCBE

#EDDCBE
(237,220,190)
#D8C8AD
(216,200,173)
#C3B49C
(195,180,156)
#AEA08B
(174,160,139)
#998C7A
(153,140,122)
#847869
(132,120,105)
#6F6458
(111,100,88)
#5A5047
(90,80,71)
#453C36
(69,60,54)
#302825
(48,40,37)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #EDDCBE

#EDDCBE
(237,220,190)
#EEDFC3
(238,223,195)
#EFE2C8
(239,226,200)
#F0E5CD
(240,229,205)
#F1E8D2
(241,232,210)
#F2EBD7
(242,235,215)
#F3EEDC
(243,238,220)
#F4F1E1
(244,241,225)
#F5F4E6
(245,244,230)
#F6F7EB
(246,247,235)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDCBE; }

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

This text font color is #EDDCBE.


Background Color

.myBgColor { background-color: #EDDCBE; }

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

This div background color is #EDDCBE.


Border color

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

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

This div border color is #EDDCBE.


Opacity

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

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

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

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

This text has shadow with #EDDCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDCBE on black background.


Color preview on white background

This text has color #EDDCBE on white background.



Black color preview on #EDDCBE background

This text has black color on #EDDCBE background.


White color preview on #EDDCBE background

This text has white color on #EDDCBE background.