COLOR #EDC5D2

HEX: #EDC5D2
RGB: (237,197,210)

Renk bilgisi

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

RGB renk modeli

#EDC5D2 color RGB value is (237,197,210).

  • kırmız ton 237;
  • yeşil ton 197;
  • mavi ton 210.
RGB:
(237,197,210)
(93%,77%,82%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 197 of 255 = 77%
B 210 of 255 = 82%

237
197
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 197 + 210 = 644 (100%)
R 237 of 644 ~ 36.8%
G 197 of 644 ~ 30.59%
B 210 of 644 ~ 32.61%

%36.8
%30.59
%32.61

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.88%
  • sarı tonu 11.39%
  • 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
%16.88
%11.39
%7.06

Codes

Color #EDC5D2 in popluar color models

EDC5D2
RGB237197210
HSL341°52.63%85.10%
HSB/HSV341°16.88%92.94%
CMYK0.00%16.88%11.39%
7.06%

Color #EDC5D2 in popluar number systems.

HEXEDC5D2
Decimal237197210
Binary111011011100010111010010
Octal355305322

Shades and tints

Shades of #EDC5D2

#EDC5D2
(237,197,210)
#D8B4BF
(216,180,191)
#C3A3AC
(195,163,172)
#AE9299
(174,146,153)
#998186
(153,129,134)
#847073
(132,112,115)
#6F5F60
(111,95,96)
#5A4E4D
(90,78,77)
#453D3A
(69,61,58)
#302C27
(48,44,39)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #EDC5D2

#EDC5D2
(237,197,210)
#EECAD6
(238,202,214)
#EFCFDA
(239,207,218)
#F0D4DE
(240,212,222)
#F1D9E2
(241,217,226)
#F2DEE6
(242,222,230)
#F3E3EA
(243,227,234)
#F4E8EE
(244,232,238)
#F5EDF2
(245,237,242)
#F6F2F6
(246,242,246)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC5D2 color. Also use rgb(237,197,210) instead hex code.

Text Font Color

.myTextColor { color: #EDC5D2; }

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

This text font color is #EDC5D2.


Background Color

.myBgColor { background-color: #EDC5D2; }

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

This div background color is #EDC5D2.


Border color

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

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

This div border color is #EDC5D2.


Opacity

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

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

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

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

This text has shadow with #EDC5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC5D2 on black background.


Color preview on white background

This text has color #EDC5D2 on white background.



Black color preview on #EDC5D2 background

This text has black color on #EDC5D2 background.


White color preview on #EDC5D2 background

This text has white color on #EDC5D2 background.