COLOR #EDC1A3

HEX: #EDC1A3
RGB: (237,193,163)

Renk bilgisi

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

RGB renk modeli

#EDC1A3 color RGB value is (237,193,163).

  • kırmız ton 237;
  • yeşil ton 193;
  • mavi ton 163.
RGB:
(237,193,163)
(93%,76%,64%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 193 of 255 = 76%
B 163 of 255 = 64%

237
193
163

R + G + B ~ 78%. #EDC1A3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 193 + 163 = 593 (100%)
R 237 of 593 ~ 39.97%
G 193 of 593 ~ 32.55%
B 163 of 593 ~ 27.49%

%39.97
%32.55
%27.49

CMYK RENK MODELİ

#EDC1A3 rengi CMYK tonu (0,19,31,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.57%
  • sarı tonu 31.22%
  • ana renk tonu 7.06%
CMYK:
(0,19,31,7)
C0M19Y31K7 
(0%,19%,31%,7%)
(0.00/0.19/0.31/0.07)	

CMYK yüzdeleri

%0
%18.57
%31.22
%7.06

Codes

Color #EDC1A3 in popluar color models

EDC1A3
RGB237193163
HSL24°67.27%78.43%
HSB/HSV24°31.22%92.94%
CMYK0.00%18.57%31.22%
7.06%

Color #EDC1A3 in popluar number systems.

HEXEDC1A3
Decimal237193163
Binary111011011100000110100011
Octal355301243

Shades and tints

Shades of #EDC1A3

#EDC1A3
(237,193,163)
#D8B095
(216,176,149)
#C39F87
(195,159,135)
#AE8E79
(174,142,121)
#997D6B
(153,125,107)
#846C5D
(132,108,93)
#6F5B4F
(111,91,79)
#5A4A41
(90,74,65)
#453933
(69,57,51)
#302825
(48,40,37)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #EDC1A3

#EDC1A3
(237,193,163)
#EEC6AB
(238,198,171)
#EFCBB3
(239,203,179)
#F0D0BB
(240,208,187)
#F1D5C3
(241,213,195)
#F2DACB
(242,218,203)
#F3DFD3
(243,223,211)
#F4E4DB
(244,228,219)
#F5E9E3
(245,233,227)
#F6EEEB
(246,238,235)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC1A3 color. Also use rgb(237,193,163) instead hex code.

Text Font Color

.myTextColor { color: #EDC1A3; }

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

This text font color is #EDC1A3.


Background Color

.myBgColor { background-color: #EDC1A3; }

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

This div background color is #EDC1A3.


Border color

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

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

This div border color is #EDC1A3.


Opacity

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

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

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

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

This text has shadow with #EDC1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC1A3 on black background.


Color preview on white background

This text has color #EDC1A3 on white background.



Black color preview on #EDC1A3 background

This text has black color on #EDC1A3 background.


White color preview on #EDC1A3 background

This text has white color on #EDC1A3 background.