COLOR #EDC3E6

HEX: #EDC3E6
RGB: (237,195,230)

Renk bilgisi

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

RGB renk modeli

#EDC3E6 color RGB value is (237,195,230).

  • kırmız ton 237;
  • yeşil ton 195;
  • mavi ton 230.
RGB:
(237,195,230)
(93%,76%,90%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 195 of 255 = 76%
B 230 of 255 = 90%

237
195
230

R + G + B ~ 86%. #EDC3E6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 195 + 230 = 662 (100%)
R 237 of 662 ~ 35.8%
G 195 of 662 ~ 29.46%
B 230 of 662 ~ 34.74%

%35.8
%29.46
%34.74

CMYK RENK MODELİ

#EDC3E6 rengi CMYK tonu (0,18,3,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.72%
  • sarı tonu 2.95%
  • ana renk tonu 7.06%
CMYK:
(0,18,3,7)
C0M18Y3K7 
(0%,18%,3%,7%)
(0.00/0.18/0.03/0.07)	

CMYK yüzdeleri

%0
%17.72
%2.95
%7.06

Codes

Color #EDC3E6 in popluar color models

EDC3E6
RGB237195230
HSL310°53.85%84.71%
HSB/HSV310°17.72%92.94%
CMYK0.00%17.72%2.95%
7.06%

Color #EDC3E6 in popluar number systems.

HEXEDC3E6
Decimal237195230
Binary111011011100001111100110
Octal355303346

Shades and tints

Shades of #EDC3E6

#EDC3E6
(237,195,230)
#D8B2D2
(216,178,210)
#C3A1BE
(195,161,190)
#AE90AA
(174,144,170)
#997F96
(153,127,150)
#846E82
(132,110,130)
#6F5D6E
(111,93,110)
#5A4C5A
(90,76,90)
#453B46
(69,59,70)
#302A32
(48,42,50)
#1B191E
(27,25,30)
#000000
(0,0,0)

Tints of #EDC3E6

#EDC3E6
(237,195,230)
#EEC8E8
(238,200,232)
#EFCDEA
(239,205,234)
#F0D2EC
(240,210,236)
#F1D7EE
(241,215,238)
#F2DCF0
(242,220,240)
#F3E1F2
(243,225,242)
#F4E6F4
(244,230,244)
#F5EBF6
(245,235,246)
#F6F0F8
(246,240,248)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC3E6 color. Also use rgb(237,195,230) instead hex code.

Text Font Color

.myTextColor { color: #EDC3E6; }

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

This text font color is #EDC3E6.


Background Color

.myBgColor { background-color: #EDC3E6; }

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

This div background color is #EDC3E6.


Border color

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

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

This div border color is #EDC3E6.


Opacity

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

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

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

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

This text has shadow with #EDC3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC3E6 on black background.


Color preview on white background

This text has color #EDC3E6 on white background.



Black color preview on #EDC3E6 background

This text has black color on #EDC3E6 background.


White color preview on #EDC3E6 background

This text has white color on #EDC3E6 background.