COLOR #EDC9E3

HEX: #EDC9E3
RGB: (237,201,227)

Renk bilgisi

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

RGB renk modeli

#EDC9E3 color RGB value is (237,201,227).

  • kırmız ton 237;
  • yeşil ton 201;
  • mavi ton 227.
RGB:
(237,201,227)
(93%,79%,89%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 201 of 255 = 79%
B 227 of 255 = 89%

237
201
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 201 + 227 = 665 (100%)
R 237 of 665 ~ 35.64%
G 201 of 665 ~ 30.23%
B 227 of 665 ~ 34.14%

%35.64
%30.23
%34.14

CMYK RENK MODELİ

#EDC9E3 rengi CMYK tonu (0,15,4,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.19%
  • sarı tonu 4.22%
  • ana renk tonu 7.06%
CMYK:
(0,15,4,7)
C0M15Y4K7 
(0%,15%,4%,7%)
(0.00/0.15/0.04/0.07)	

CMYK yüzdeleri

%0
%15.19
%4.22
%7.06

Codes

Color #EDC9E3 in popluar color models

EDC9E3
RGB237201227
HSL317°50.00%85.88%
HSB/HSV317°15.19%92.94%
CMYK0.00%15.19%4.22%
7.06%

Color #EDC9E3 in popluar number systems.

HEXEDC9E3
Decimal237201227
Binary111011011100100111100011
Octal355311343

Shades and tints

Shades of #EDC9E3

#EDC9E3
(237,201,227)
#D8B7CF
(216,183,207)
#C3A5BB
(195,165,187)
#AE93A7
(174,147,167)
#998193
(153,129,147)
#846F7F
(132,111,127)
#6F5D6B
(111,93,107)
#5A4B57
(90,75,87)
#453943
(69,57,67)
#30272F
(48,39,47)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #EDC9E3

#EDC9E3
(237,201,227)
#EECDE5
(238,205,229)
#EFD1E7
(239,209,231)
#F0D5E9
(240,213,233)
#F1D9EB
(241,217,235)
#F2DDED
(242,221,237)
#F3E1EF
(243,225,239)
#F4E5F1
(244,229,241)
#F5E9F3
(245,233,243)
#F6EDF5
(246,237,245)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC9E3 color. Also use rgb(237,201,227) instead hex code.

Text Font Color

.myTextColor { color: #EDC9E3; }

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

This text font color is #EDC9E3.


Background Color

.myBgColor { background-color: #EDC9E3; }

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

This div background color is #EDC9E3.


Border color

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

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

This div border color is #EDC9E3.


Opacity

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

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

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

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

This text has shadow with #EDC9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC9E3 on black background.


Color preview on white background

This text has color #EDC9E3 on white background.



Black color preview on #EDC9E3 background

This text has black color on #EDC9E3 background.


White color preview on #EDC9E3 background

This text has white color on #EDC9E3 background.