COLOR #EDC4B0

HEX: #EDC4B0
RGB: (237,196,176)

Renk bilgisi

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

RGB renk modeli

#EDC4B0 color RGB value is (237,196,176).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 196 of 255 = 77%
B 176 of 255 = 69%

237
196
176

R + G + B ~ 80%. #EDC4B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 196 + 176 = 609 (100%)
R 237 of 609 ~ 38.92%
G 196 of 609 ~ 32.18%
B 176 of 609 ~ 28.9%

%38.92
%32.18
%28.9

CMYK RENK MODELİ

#EDC4B0 rengi CMYK tonu (0,17,26,7).

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

CMYK yüzdeleri

%0
%17.3
%25.74
%7.06

Codes

Color #EDC4B0 in popluar color models

EDC4B0
RGB237196176
HSL20°62.89%80.98%
HSB/HSV20°25.74%92.94%
CMYK0.00%17.30%25.74%
7.06%

Color #EDC4B0 in popluar number systems.

HEXEDC4B0
Decimal237196176
Binary111011011100010010110000
Octal355304260

Shades and tints

Shades of #EDC4B0

#EDC4B0
(237,196,176)
#D8B3A0
(216,179,160)
#C3A290
(195,162,144)
#AE9180
(174,145,128)
#998070
(153,128,112)
#846F60
(132,111,96)
#6F5E50
(111,94,80)
#5A4D40
(90,77,64)
#453C30
(69,60,48)
#302B20
(48,43,32)
#1B1A10
(27,26,16)
#000000
(0,0,0)

Tints of #EDC4B0

#EDC4B0
(237,196,176)
#EEC9B7
(238,201,183)
#EFCEBE
(239,206,190)
#F0D3C5
(240,211,197)
#F1D8CC
(241,216,204)
#F2DDD3
(242,221,211)
#F3E2DA
(243,226,218)
#F4E7E1
(244,231,225)
#F5ECE8
(245,236,232)
#F6F1EF
(246,241,239)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC4B0; }

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

This text font color is #EDC4B0.


Background Color

.myBgColor { background-color: #EDC4B0; }

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

This div background color is #EDC4B0.


Border color

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

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

This div border color is #EDC4B0.


Opacity

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

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

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

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

This text has shadow with #EDC4B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC4B0 on black background.


Color preview on white background

This text has color #EDC4B0 on white background.



Black color preview on #EDC4B0 background

This text has black color on #EDC4B0 background.


White color preview on #EDC4B0 background

This text has white color on #EDC4B0 background.