COLOR #EDCADD

HEX: #EDCADD
RGB: (237,202,221)

Renk bilgisi

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

RGB renk modeli

#EDCADD color RGB value is (237,202,221).

  • kırmız ton 237;
  • yeşil ton 202;
  • mavi ton 221.
RGB:
(237,202,221)
(93%,79%,87%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 202 of 255 = 79%
B 221 of 255 = 87%

237
202
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 202 + 221 = 660 (100%)
R 237 of 660 ~ 35.91%
G 202 of 660 ~ 30.61%
B 221 of 660 ~ 33.48%

%35.91
%30.61
%33.48

CMYK RENK MODELİ

#EDCADD rengi CMYK tonu (0,15,7,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.77%
  • sarı tonu 6.75%
  • ana renk tonu 7.06%
CMYK:
(0,15,7,7)
C0M15Y7K7 
(0%,15%,7%,7%)
(0.00/0.15/0.07/0.07)	

CMYK yüzdeleri

%0
%14.77
%6.75
%7.06

Codes

Color #EDCADD in popluar color models

EDCADD
RGB237202221
HSL327°49.30%86.08%
HSB/HSV327°14.77%92.94%
CMYK0.00%14.77%6.75%
7.06%

Color #EDCADD in popluar number systems.

HEXEDCADD
Decimal237202221
Binary111011011100101011011101
Octal355312335

Shades and tints

Shades of #EDCADD

#EDCADD
(237,202,221)
#D8B8C9
(216,184,201)
#C3A6B5
(195,166,181)
#AE94A1
(174,148,161)
#99828D
(153,130,141)
#847079
(132,112,121)
#6F5E65
(111,94,101)
#5A4C51
(90,76,81)
#453A3D
(69,58,61)
#302829
(48,40,41)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #EDCADD

#EDCADD
(237,202,221)
#EECEE0
(238,206,224)
#EFD2E3
(239,210,227)
#F0D6E6
(240,214,230)
#F1DAE9
(241,218,233)
#F2DEEC
(242,222,236)
#F3E2EF
(243,226,239)
#F4E6F2
(244,230,242)
#F5EAF5
(245,234,245)
#F6EEF8
(246,238,248)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCADD color. Also use rgb(237,202,221) instead hex code.

Text Font Color

.myTextColor { color: #EDCADD; }

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

This text font color is #EDCADD.


Background Color

.myBgColor { background-color: #EDCADD; }

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

This div background color is #EDCADD.


Border color

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

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

This div border color is #EDCADD.


Opacity

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

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

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

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

This text has shadow with #EDCADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCADD on black background.


Color preview on white background

This text has color #EDCADD on white background.



Black color preview on #EDCADD background

This text has black color on #EDCADD background.


White color preview on #EDCADD background

This text has white color on #EDCADD background.