COLOR #EDCCD6

HEX: #EDCCD6
RGB: (237,204,214)

Renk bilgisi

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

RGB renk modeli

#EDCCD6 color RGB value is (237,204,214).

  • kırmız ton 237;
  • yeşil ton 204;
  • mavi ton 214.
RGB:
(237,204,214)
(93%,80%,84%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 204 of 255 = 80%
B 214 of 255 = 84%

237
204
214

R + G + B ~ 86%. #EDCCD6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 204 + 214 = 655 (100%)
R 237 of 655 ~ 36.18%
G 204 of 655 ~ 31.15%
B 214 of 655 ~ 32.67%

%36.18
%31.15
%32.67

CMYK RENK MODELİ

#EDCCD6 rengi CMYK tonu (0,14,10,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.92%
  • sarı tonu 9.70%
  • ana renk tonu 7.06%
CMYK:
(0,14,10,7)
C0M14Y10K7 
(0%,14%,10%,7%)
(0.00/0.14/0.10/0.07)	

CMYK yüzdeleri

%0
%13.92
%9.7
%7.06

Codes

Color #EDCCD6 in popluar color models

EDCCD6
RGB237204214
HSL342°47.83%86.47%
HSB/HSV342°13.92%92.94%
CMYK0.00%13.92%9.70%
7.06%

Color #EDCCD6 in popluar number systems.

HEXEDCCD6
Decimal237204214
Binary111011011100110011010110
Octal355314326

Shades and tints

Shades of #EDCCD6

#EDCCD6
(237,204,214)
#D8BAC3
(216,186,195)
#C3A8B0
(195,168,176)
#AE969D
(174,150,157)
#99848A
(153,132,138)
#847277
(132,114,119)
#6F6064
(111,96,100)
#5A4E51
(90,78,81)
#453C3E
(69,60,62)
#302A2B
(48,42,43)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #EDCCD6

#EDCCD6
(237,204,214)
#EED0D9
(238,208,217)
#EFD4DC
(239,212,220)
#F0D8DF
(240,216,223)
#F1DCE2
(241,220,226)
#F2E0E5
(242,224,229)
#F3E4E8
(243,228,232)
#F4E8EB
(244,232,235)
#F5ECEE
(245,236,238)
#F6F0F1
(246,240,241)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCCD6 color. Also use rgb(237,204,214) instead hex code.

Text Font Color

.myTextColor { color: #EDCCD6; }

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

This text font color is #EDCCD6.


Background Color

.myBgColor { background-color: #EDCCD6; }

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

This div background color is #EDCCD6.


Border color

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

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

This div border color is #EDCCD6.


Opacity

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

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

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

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

This text has shadow with #EDCCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCCD6 on black background.


Color preview on white background

This text has color #EDCCD6 on white background.



Black color preview on #EDCCD6 background

This text has black color on #EDCCD6 background.


White color preview on #EDCCD6 background

This text has white color on #EDCCD6 background.