COLOR #EDC2EA

HEX: #EDC2EA
RGB: (237,194,234)

Renk bilgisi

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

RGB renk modeli

#EDC2EA color RGB value is (237,194,234).

  • kırmız ton 237;
  • yeşil ton 194;
  • mavi ton 234.
RGB:
(237,194,234)
(93%,76%,92%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 194 of 255 = 76%
B 234 of 255 = 92%

237
194
234

R + G + B ~ 87%. #EDC2EA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 194 + 234 = 665 (100%)
R 237 of 665 ~ 35.64%
G 194 of 665 ~ 29.17%
B 234 of 665 ~ 35.19%

%35.64
%29.17
%35.19

CMYK RENK MODELİ

#EDC2EA rengi CMYK tonu (0,18,1,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.14%
  • sarı tonu 1.27%
  • ana renk tonu 7.06%
CMYK:
(0,18,1,7)
C0M18Y1K7 
(0%,18%,1%,7%)
(0.00/0.18/0.01/0.07)	

CMYK yüzdeleri

%0
%18.14
%1.27
%7.06

Codes

Color #EDC2EA in popluar color models

EDC2EA
RGB237194234
HSL304°54.43%84.51%
HSB/HSV304°18.14%92.94%
CMYK0.00%18.14%1.27%
7.06%

Color #EDC2EA in popluar number systems.

HEXEDC2EA
Decimal237194234
Binary111011011100001011101010
Octal355302352

Shades and tints

Shades of #EDC2EA

#EDC2EA
(237,194,234)
#D8B1D5
(216,177,213)
#C3A0C0
(195,160,192)
#AE8FAB
(174,143,171)
#997E96
(153,126,150)
#846D81
(132,109,129)
#6F5C6C
(111,92,108)
#5A4B57
(90,75,87)
#453A42
(69,58,66)
#30292D
(48,41,45)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #EDC2EA

#EDC2EA
(237,194,234)
#EEC7EB
(238,199,235)
#EFCCEC
(239,204,236)
#F0D1ED
(240,209,237)
#F1D6EE
(241,214,238)
#F2DBEF
(242,219,239)
#F3E0F0
(243,224,240)
#F4E5F1
(244,229,241)
#F5EAF2
(245,234,242)
#F6EFF3
(246,239,243)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC2EA color. Also use rgb(237,194,234) instead hex code.

Text Font Color

.myTextColor { color: #EDC2EA; }

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

This text font color is #EDC2EA.


Background Color

.myBgColor { background-color: #EDC2EA; }

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

This div background color is #EDC2EA.


Border color

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

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

This div border color is #EDC2EA.


Opacity

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

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

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

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

This text has shadow with #EDC2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC2EA on black background.


Color preview on white background

This text has color #EDC2EA on white background.



Black color preview on #EDC2EA background

This text has black color on #EDC2EA background.


White color preview on #EDC2EA background

This text has white color on #EDC2EA background.