COLOR #EDC4E9

HEX: #EDC4E9
RGB: (237,196,233)

Renk bilgisi

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

RGB renk modeli

#EDC4E9 color RGB value is (237,196,233).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 196 of 255 = 77%
B 233 of 255 = 91%

237
196
233

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 196 + 233 = 666 (100%)
R 237 of 666 ~ 35.59%
G 196 of 666 ~ 29.43%
B 233 of 666 ~ 34.98%

%35.59
%29.43
%34.98

CMYK RENK MODELİ

#EDC4E9 rengi CMYK tonu (0,17,2,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.30%
  • sarı tonu 1.69%
  • ana renk tonu 7.06%
CMYK:
(0,17,2,7)
C0M17Y2K7 
(0%,17%,2%,7%)
(0.00/0.17/0.02/0.07)	

CMYK yüzdeleri

%0
%17.3
%1.69
%7.06

Codes

Color #EDC4E9 in popluar color models

EDC4E9
RGB237196233
HSL306°53.25%84.90%
HSB/HSV306°17.30%92.94%
CMYK0.00%17.30%1.69%
7.06%

Color #EDC4E9 in popluar number systems.

HEXEDC4E9
Decimal237196233
Binary111011011100010011101001
Octal355304351

Shades and tints

Shades of #EDC4E9

#EDC4E9
(237,196,233)
#D8B3D4
(216,179,212)
#C3A2BF
(195,162,191)
#AE91AA
(174,145,170)
#998095
(153,128,149)
#846F80
(132,111,128)
#6F5E6B
(111,94,107)
#5A4D56
(90,77,86)
#453C41
(69,60,65)
#302B2C
(48,43,44)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #EDC4E9

#EDC4E9
(237,196,233)
#EEC9EB
(238,201,235)
#EFCEED
(239,206,237)
#F0D3EF
(240,211,239)
#F1D8F1
(241,216,241)
#F2DDF3
(242,221,243)
#F3E2F5
(243,226,245)
#F4E7F7
(244,231,247)
#F5ECF9
(245,236,249)
#F6F1FB
(246,241,251)
#F7F6FD
(247,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC4E9; }

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

This text font color is #EDC4E9.


Background Color

.myBgColor { background-color: #EDC4E9; }

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

This div background color is #EDC4E9.


Border color

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

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

This div border color is #EDC4E9.


Opacity

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

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

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

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

This text has shadow with #EDC4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC4E9 on black background.


Color preview on white background

This text has color #EDC4E9 on white background.



Black color preview on #EDC4E9 background

This text has black color on #EDC4E9 background.


White color preview on #EDC4E9 background

This text has white color on #EDC4E9 background.