COLOR #EDC4C0

HEX: #EDC4C0
RGB: (237,196,192)

Renk bilgisi

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

RGB renk modeli

#EDC4C0 color RGB value is (237,196,192).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 196 of 255 = 77%
B 192 of 255 = 75%

237
196
192

R + G + B ~ 82%. #EDC4C0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 196 + 192 = 625 (100%)
R 237 of 625 ~ 37.92%
G 196 of 625 ~ 31.36%
B 192 of 625 ~ 30.72%

%37.92
%31.36
%30.72

CMYK RENK MODELİ

#EDC4C0 rengi CMYK tonu (0,17,19,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.30%
  • sarı tonu 18.99%
  • ana renk tonu 7.06%
CMYK:
(0,17,19,7)
C0M17Y19K7 
(0%,17%,19%,7%)
(0.00/0.17/0.19/0.07)	

CMYK yüzdeleri

%0
%17.3
%18.99
%7.06

Codes

Color #EDC4C0 in popluar color models

EDC4C0
RGB237196192
HSL55.56%84.12%
HSB/HSV18.99%92.94%
CMYK0.00%17.30%18.99%
7.06%

Color #EDC4C0 in popluar number systems.

HEXEDC4C0
Decimal237196192
Binary111011011100010011000000
Octal355304300

Shades and tints

Shades of #EDC4C0

#EDC4C0
(237,196,192)
#D8B3AF
(216,179,175)
#C3A29E
(195,162,158)
#AE918D
(174,145,141)
#99807C
(153,128,124)
#846F6B
(132,111,107)
#6F5E5A
(111,94,90)
#5A4D49
(90,77,73)
#453C38
(69,60,56)
#302B27
(48,43,39)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #EDC4C0

#EDC4C0
(237,196,192)
#EEC9C5
(238,201,197)
#EFCECA
(239,206,202)
#F0D3CF
(240,211,207)
#F1D8D4
(241,216,212)
#F2DDD9
(242,221,217)
#F3E2DE
(243,226,222)
#F4E7E3
(244,231,227)
#F5ECE8
(245,236,232)
#F6F1ED
(246,241,237)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC4C0; }

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

This text font color is #EDC4C0.


Background Color

.myBgColor { background-color: #EDC4C0; }

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

This div background color is #EDC4C0.


Border color

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

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

This div border color is #EDC4C0.


Opacity

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

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

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

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

This text has shadow with #EDC4C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC4C0 on black background.


Color preview on white background

This text has color #EDC4C0 on white background.



Black color preview on #EDC4C0 background

This text has black color on #EDC4C0 background.


White color preview on #EDC4C0 background

This text has white color on #EDC4C0 background.