COLOR #EDC4EE

HEX: #EDC4EE
RGB: (237,196,238)

Renk bilgisi

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

RGB renk modeli

#EDC4EE color RGB value is (237,196,238).

  • kırmız ton 237;
  • yeşil ton 196;
  • mavi ton 238.
RGB:
(237,196,238)
(93%,77%,93%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 196 of 255 = 77%
B 238 of 255 = 93%

237
196
238

R + G + B ~ 88%. #EDC4EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 196 + 238 = 671 (100%)
R 237 of 671 ~ 35.32%
G 196 of 671 ~ 29.21%
B 238 of 671 ~ 35.47%

%35.32
%29.21
%35.47

CMYK RENK MODELİ

#EDC4EE rengi CMYK tonu (0,18,0,7).

  • camgöbeği tonu 0.42%
  • eflatun tonu 17.65%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(0,18,0,7)
C0M18Y0K7 
(0%,18%,0%,7%)
(0.00/0.18/0.00/0.07)	

CMYK yüzdeleri

%0.42
%17.65
%0
%6.67

Codes

Color #EDC4EE in popluar color models

EDC4EE
RGB237196238
HSL299°55.26%85.10%
HSB/HSV299°17.65%93.33%
CMYK0.42%17.65%0.00%
6.67%

Color #EDC4EE in popluar number systems.

HEXEDC4EE
Decimal237196238
Binary111011011100010011101110
Octal355304356

Shades and tints

Shades of #EDC4EE

#EDC4EE
(237,196,238)
#D8B3D9
(216,179,217)
#C3A2C4
(195,162,196)
#AE91AF
(174,145,175)
#99809A
(153,128,154)
#846F85
(132,111,133)
#6F5E70
(111,94,112)
#5A4D5B
(90,77,91)
#453C46
(69,60,70)
#302B31
(48,43,49)
#1B1A1C
(27,26,28)
#000000
(0,0,0)

Tints of #EDC4EE

#EDC4EE
(237,196,238)
#EEC9EF
(238,201,239)
#EFCEF0
(239,206,240)
#F0D3F1
(240,211,241)
#F1D8F2
(241,216,242)
#F2DDF3
(242,221,243)
#F3E2F4
(243,226,244)
#F4E7F5
(244,231,245)
#F5ECF6
(245,236,246)
#F6F1F7
(246,241,247)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC4EE color. Also use rgb(237,196,238) instead hex code.

Text Font Color

.myTextColor { color: #EDC4EE; }

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

This text font color is #EDC4EE.


Background Color

.myBgColor { background-color: #EDC4EE; }

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

This div background color is #EDC4EE.


Border color

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

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

This div border color is #EDC4EE.


Opacity

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

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

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

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

This text has shadow with #EDC4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC4EE on black background.


Color preview on white background

This text has color #EDC4EE on white background.



Black color preview on #EDC4EE background

This text has black color on #EDC4EE background.


White color preview on #EDC4EE background

This text has white color on #EDC4EE background.