COLOR #EDCEAE

HEX: #EDCEAE
RGB: (237,206,174)

Renk bilgisi

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

RGB renk modeli

#EDCEAE color RGB value is (237,206,174).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 206 of 255 = 81%
B 174 of 255 = 68%

237
206
174

R + G + B ~ 81%. #EDCEAE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 206 + 174 = 617 (100%)
R 237 of 617 ~ 38.41%
G 206 of 617 ~ 33.39%
B 174 of 617 ~ 28.2%

%38.41
%33.39
%28.2

CMYK RENK MODELİ

#EDCEAE rengi CMYK tonu (0,13,27,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.08%
  • sarı tonu 26.58%
  • ana renk tonu 7.06%
CMYK:
(0,13,27,7)
C0M13Y27K7 
(0%,13%,27%,7%)
(0.00/0.13/0.27/0.07)	

CMYK yüzdeleri

%0
%13.08
%26.58
%7.06

Codes

Color #EDCEAE in popluar color models

EDCEAE
RGB237206174
HSL30°63.64%80.59%
HSB/HSV30°26.58%92.94%
CMYK0.00%13.08%26.58%
7.06%

Color #EDCEAE in popluar number systems.

HEXEDCEAE
Decimal237206174
Binary111011011100111010101110
Octal355316256

Shades and tints

Shades of #EDCEAE

#EDCEAE
(237,206,174)
#D8BC9F
(216,188,159)
#C3AA90
(195,170,144)
#AE9881
(174,152,129)
#998672
(153,134,114)
#847463
(132,116,99)
#6F6254
(111,98,84)
#5A5045
(90,80,69)
#453E36
(69,62,54)
#302C27
(48,44,39)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #EDCEAE

#EDCEAE
(237,206,174)
#EED2B5
(238,210,181)
#EFD6BC
(239,214,188)
#F0DAC3
(240,218,195)
#F1DECA
(241,222,202)
#F2E2D1
(242,226,209)
#F3E6D8
(243,230,216)
#F4EADF
(244,234,223)
#F5EEE6
(245,238,230)
#F6F2ED
(246,242,237)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCEAE; }

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

This text font color is #EDCEAE.


Background Color

.myBgColor { background-color: #EDCEAE; }

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

This div background color is #EDCEAE.


Border color

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

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

This div border color is #EDCEAE.


Opacity

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

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

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

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

This text has shadow with #EDCEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCEAE on black background.


Color preview on white background

This text has color #EDCEAE on white background.



Black color preview on #EDCEAE background

This text has black color on #EDCEAE background.


White color preview on #EDCEAE background

This text has white color on #EDCEAE background.