COLOR #EDC8F2

HEX: #EDC8F2
RGB: (237,200,242)

Renk bilgisi

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

RGB renk modeli

#EDC8F2 color RGB value is (237,200,242).

  • kırmız ton 237;
  • yeşil ton 200;
  • mavi ton 242.
RGB:
(237,200,242)
(93%,78%,95%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 200 of 255 = 78%
B 242 of 255 = 95%

237
200
242

R + G + B ~ 89%. #EDC8F2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 200 + 242 = 679 (100%)
R 237 of 679 ~ 34.9%
G 200 of 679 ~ 29.46%
B 242 of 679 ~ 35.64%

%34.9
%29.46
%35.64

CMYK RENK MODELİ

#EDC8F2 rengi CMYK tonu (2,17,0,5).

  • camgöbeği tonu 2.07%
  • eflatun tonu 17.36%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(2,17,0,5)
C2M17Y0K5 
(2%,17%,0%,5%)
(0.02/0.17/0.00/0.05)	

CMYK yüzdeleri

%2.07
%17.36
%0
%5.1

Codes

Color #EDC8F2 in popluar color models

EDC8F2
RGB237200242
HSL293°61.76%86.67%
HSB/HSV293°17.36%94.90%
CMYK2.07%17.36%0.00%
5.10%

Color #EDC8F2 in popluar number systems.

HEXEDC8F2
Decimal237200242
Binary111011011100100011110010
Octal355310362

Shades and tints

Shades of #EDC8F2

#EDC8F2
(237,200,242)
#D8B6DC
(216,182,220)
#C3A4C6
(195,164,198)
#AE92B0
(174,146,176)
#99809A
(153,128,154)
#846E84
(132,110,132)
#6F5C6E
(111,92,110)
#5A4A58
(90,74,88)
#453842
(69,56,66)
#30262C
(48,38,44)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #EDC8F2

#EDC8F2
(237,200,242)
#EECDF3
(238,205,243)
#EFD2F4
(239,210,244)
#F0D7F5
(240,215,245)
#F1DCF6
(241,220,246)
#F2E1F7
(242,225,247)
#F3E6F8
(243,230,248)
#F4EBF9
(244,235,249)
#F5F0FA
(245,240,250)
#F6F5FB
(246,245,251)
#F7FAFC
(247,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC8F2 color. Also use rgb(237,200,242) instead hex code.

Text Font Color

.myTextColor { color: #EDC8F2; }

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

This text font color is #EDC8F2.


Background Color

.myBgColor { background-color: #EDC8F2; }

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

This div background color is #EDC8F2.


Border color

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

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

This div border color is #EDC8F2.


Opacity

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

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

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

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

This text has shadow with #EDC8F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC8F2 on black background.


Color preview on white background

This text has color #EDC8F2 on white background.



Black color preview on #EDC8F2 background

This text has black color on #EDC8F2 background.


White color preview on #EDC8F2 background

This text has white color on #EDC8F2 background.