COLOR #EDC8F4

HEX: #EDC8F4
RGB: (237,200,244)

Renk bilgisi

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

RGB renk modeli

#EDC8F4 color RGB value is (237,200,244).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 200 of 255 = 78%
B 244 of 255 = 96%

237
200
244

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 200 + 244 = 681 (100%)
R 237 of 681 ~ 34.8%
G 200 of 681 ~ 29.37%
B 244 of 681 ~ 35.83%

%34.8
%29.37
%35.83

CMYK RENK MODELİ

#EDC8F4 rengi CMYK tonu (3,18,0,4).

  • camgöbeği tonu 2.87%
  • eflatun tonu 18.03%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(3,18,0,4)
C3M18Y0K4 
(3%,18%,0%,4%)
(0.03/0.18/0.00/0.04)	

CMYK yüzdeleri

%2.87
%18.03
%0
%4.31

Codes

Color #EDC8F4 in popluar color models

EDC8F4
RGB237200244
HSL290°66.67%87.06%
HSB/HSV290°18.03%95.69%
CMYK2.87%18.03%0.00%
4.31%

Color #EDC8F4 in popluar number systems.

HEXEDC8F4
Decimal237200244
Binary111011011100100011110100
Octal355310364

Shades and tints

Shades of #EDC8F4

#EDC8F4
(237,200,244)
#D8B6DE
(216,182,222)
#C3A4C8
(195,164,200)
#AE92B2
(174,146,178)
#99809C
(153,128,156)
#846E86
(132,110,134)
#6F5C70
(111,92,112)
#5A4A5A
(90,74,90)
#453844
(69,56,68)
#30262E
(48,38,46)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #EDC8F4

#EDC8F4
(237,200,244)
#EECDF5
(238,205,245)
#EFD2F6
(239,210,246)
#F0D7F7
(240,215,247)
#F1DCF8
(241,220,248)
#F2E1F9
(242,225,249)
#F3E6FA
(243,230,250)
#F4EBFB
(244,235,251)
#F5F0FC
(245,240,252)
#F6F5FD
(246,245,253)
#F7FAFE
(247,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC8F4; }

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

This text font color is #EDC8F4.


Background Color

.myBgColor { background-color: #EDC8F4; }

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

This div background color is #EDC8F4.


Border color

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

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

This div border color is #EDC8F4.


Opacity

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

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

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

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

This text has shadow with #EDC8F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC8F4 on black background.


Color preview on white background

This text has color #EDC8F4 on white background.



Black color preview on #EDC8F4 background

This text has black color on #EDC8F4 background.


White color preview on #EDC8F4 background

This text has white color on #EDC8F4 background.