COLOR #EDC4D8

HEX: #EDC4D8
RGB: (237,196,216)

Renk bilgisi

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

RGB renk modeli

#EDC4D8 color RGB value is (237,196,216).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 196 of 255 = 77%
B 216 of 255 = 85%

237
196
216

R + G + B ~ 85%. #EDC4D8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 196 + 216 = 649 (100%)
R 237 of 649 ~ 36.52%
G 196 of 649 ~ 30.2%
B 216 of 649 ~ 33.28%

%36.52
%30.2
%33.28

CMYK RENK MODELİ

#EDC4D8 rengi CMYK tonu (0,17,9,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.30%
  • sarı tonu 8.86%
  • ana renk tonu 7.06%
CMYK:
(0,17,9,7)
C0M17Y9K7 
(0%,17%,9%,7%)
(0.00/0.17/0.09/0.07)	

CMYK yüzdeleri

%0
%17.3
%8.86
%7.06

Codes

Color #EDC4D8 in popluar color models

EDC4D8
RGB237196216
HSL331°53.25%84.90%
HSB/HSV331°17.30%92.94%
CMYK0.00%17.30%8.86%
7.06%

Color #EDC4D8 in popluar number systems.

HEXEDC4D8
Decimal237196216
Binary111011011100010011011000
Octal355304330

Shades and tints

Shades of #EDC4D8

#EDC4D8
(237,196,216)
#D8B3C5
(216,179,197)
#C3A2B2
(195,162,178)
#AE919F
(174,145,159)
#99808C
(153,128,140)
#846F79
(132,111,121)
#6F5E66
(111,94,102)
#5A4D53
(90,77,83)
#453C40
(69,60,64)
#302B2D
(48,43,45)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #EDC4D8

#EDC4D8
(237,196,216)
#EEC9DB
(238,201,219)
#EFCEDE
(239,206,222)
#F0D3E1
(240,211,225)
#F1D8E4
(241,216,228)
#F2DDE7
(242,221,231)
#F3E2EA
(243,226,234)
#F4E7ED
(244,231,237)
#F5ECF0
(245,236,240)
#F6F1F3
(246,241,243)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC4D8; }

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

This text font color is #EDC4D8.


Background Color

.myBgColor { background-color: #EDC4D8; }

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

This div background color is #EDC4D8.


Border color

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

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

This div border color is #EDC4D8.


Opacity

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

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

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

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

This text has shadow with #EDC4D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC4D8 on black background.


Color preview on white background

This text has color #EDC4D8 on white background.



Black color preview on #EDC4D8 background

This text has black color on #EDC4D8 background.


White color preview on #EDC4D8 background

This text has white color on #EDC4D8 background.