COLOR #EDC4D3

HEX: #EDC4D3
RGB: (237,196,211)

Renk bilgisi

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

RGB renk modeli

#EDC4D3 color RGB value is (237,196,211).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 196 of 255 = 77%
B 211 of 255 = 83%

237
196
211

R + G + B ~ 84%. #EDC4D3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 196 + 211 = 644 (100%)
R 237 of 644 ~ 36.8%
G 196 of 644 ~ 30.43%
B 211 of 644 ~ 32.76%

%36.8
%30.43
%32.76

CMYK RENK MODELİ

#EDC4D3 rengi CMYK tonu (0,17,11,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.30%
  • sarı tonu 10.97%
  • ana renk tonu 7.06%
CMYK:
(0,17,11,7)
C0M17Y11K7 
(0%,17%,11%,7%)
(0.00/0.17/0.11/0.07)	

CMYK yüzdeleri

%0
%17.3
%10.97
%7.06

Codes

Color #EDC4D3 in popluar color models

EDC4D3
RGB237196211
HSL338°53.25%84.90%
HSB/HSV338°17.30%92.94%
CMYK0.00%17.30%10.97%
7.06%

Color #EDC4D3 in popluar number systems.

HEXEDC4D3
Decimal237196211
Binary111011011100010011010011
Octal355304323

Shades and tints

Shades of #EDC4D3

#EDC4D3
(237,196,211)
#D8B3C0
(216,179,192)
#C3A2AD
(195,162,173)
#AE919A
(174,145,154)
#998087
(153,128,135)
#846F74
(132,111,116)
#6F5E61
(111,94,97)
#5A4D4E
(90,77,78)
#453C3B
(69,60,59)
#302B28
(48,43,40)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #EDC4D3

#EDC4D3
(237,196,211)
#EEC9D7
(238,201,215)
#EFCEDB
(239,206,219)
#F0D3DF
(240,211,223)
#F1D8E3
(241,216,227)
#F2DDE7
(242,221,231)
#F3E2EB
(243,226,235)
#F4E7EF
(244,231,239)
#F5ECF3
(245,236,243)
#F6F1F7
(246,241,247)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC4D3; }

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

This text font color is #EDC4D3.


Background Color

.myBgColor { background-color: #EDC4D3; }

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

This div background color is #EDC4D3.


Border color

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

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

This div border color is #EDC4D3.


Opacity

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

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

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

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

This text has shadow with #EDC4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC4D3 on black background.


Color preview on white background

This text has color #EDC4D3 on white background.



Black color preview on #EDC4D3 background

This text has black color on #EDC4D3 background.


White color preview on #EDC4D3 background

This text has white color on #EDC4D3 background.