COLOR #EDD9EC

HEX: #EDD9EC
RGB: (237,217,236)

Renk bilgisi

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

RGB renk modeli

#EDD9EC color RGB value is (237,217,236).

  • kırmız ton 237;
  • yeşil ton 217;
  • mavi ton 236.
RGB:
(237,217,236)
(93%,85%,93%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 217 of 255 = 85%
B 236 of 255 = 93%

237
217
236

R + G + B ~ 90%. #EDD9EC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 217 + 236 = 690 (100%)
R 237 of 690 ~ 34.35%
G 217 of 690 ~ 31.45%
B 236 of 690 ~ 34.2%

%34.35
%31.45
%34.2

CMYK RENK MODELİ

#EDD9EC rengi CMYK tonu (0,8,0,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.44%
  • sarı tonu 0.42%
  • ana renk tonu 7.06%
CMYK:
(0,8,0,7)
C0M8Y0K7 
(0%,8%,0%,7%)
(0.00/0.08/0.00/0.07)	

CMYK yüzdeleri

%0
%8.44
%0.42
%7.06

Codes

Color #EDD9EC in popluar color models

EDD9EC
RGB237217236
HSL303°35.71%89.02%
HSB/HSV303°8.44%92.94%
CMYK0.00%8.44%0.42%
7.06%

Color #EDD9EC in popluar number systems.

HEXEDD9EC
Decimal237217236
Binary111011011101100111101100
Octal355331354

Shades and tints

Shades of #EDD9EC

#EDD9EC
(237,217,236)
#D8C6D7
(216,198,215)
#C3B3C2
(195,179,194)
#AEA0AD
(174,160,173)
#998D98
(153,141,152)
#847A83
(132,122,131)
#6F676E
(111,103,110)
#5A5459
(90,84,89)
#454144
(69,65,68)
#302E2F
(48,46,47)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #EDD9EC

#EDD9EC
(237,217,236)
#EEDCED
(238,220,237)
#EFDFEE
(239,223,238)
#F0E2EF
(240,226,239)
#F1E5F0
(241,229,240)
#F2E8F1
(242,232,241)
#F3EBF2
(243,235,242)
#F4EEF3
(244,238,243)
#F5F1F4
(245,241,244)
#F6F4F5
(246,244,245)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD9EC color. Also use rgb(237,217,236) instead hex code.

Text Font Color

.myTextColor { color: #EDD9EC; }

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

This text font color is #EDD9EC.


Background Color

.myBgColor { background-color: #EDD9EC; }

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

This div background color is #EDD9EC.


Border color

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

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

This div border color is #EDD9EC.


Opacity

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

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

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

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

This text has shadow with #EDD9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD9EC on black background.


Color preview on white background

This text has color #EDD9EC on white background.



Black color preview on #EDD9EC background

This text has black color on #EDD9EC background.


White color preview on #EDD9EC background

This text has white color on #EDD9EC background.