COLOR #EDD9E5

HEX: #EDD9E5
RGB: (237,217,229)

Renk bilgisi

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

RGB renk modeli

#EDD9E5 color RGB value is (237,217,229).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 217 of 255 = 85%
B 229 of 255 = 90%

237
217
229

R + G + B ~ 89%. #EDD9E5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 217 + 229 = 683 (100%)
R 237 of 683 ~ 34.7%
G 217 of 683 ~ 31.77%
B 229 of 683 ~ 33.53%

%34.7
%31.77
%33.53

CMYK RENK MODELİ

#EDD9E5 rengi CMYK tonu (0,8,3,7).

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

CMYK yüzdeleri

%0
%8.44
%3.38
%7.06

Codes

Color #EDD9E5 in popluar color models

EDD9E5
RGB237217229
HSL324°35.71%89.02%
HSB/HSV324°8.44%92.94%
CMYK0.00%8.44%3.38%
7.06%

Color #EDD9E5 in popluar number systems.

HEXEDD9E5
Decimal237217229
Binary111011011101100111100101
Octal355331345

Shades and tints

Shades of #EDD9E5

#EDD9E5
(237,217,229)
#D8C6D1
(216,198,209)
#C3B3BD
(195,179,189)
#AEA0A9
(174,160,169)
#998D95
(153,141,149)
#847A81
(132,122,129)
#6F676D
(111,103,109)
#5A5459
(90,84,89)
#454145
(69,65,69)
#302E31
(48,46,49)
#1B1B1D
(27,27,29)
#000000
(0,0,0)

Tints of #EDD9E5

#EDD9E5
(237,217,229)
#EEDCE7
(238,220,231)
#EFDFE9
(239,223,233)
#F0E2EB
(240,226,235)
#F1E5ED
(241,229,237)
#F2E8EF
(242,232,239)
#F3EBF1
(243,235,241)
#F4EEF3
(244,238,243)
#F5F1F5
(245,241,245)
#F6F4F7
(246,244,247)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD9E5; }

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

This text font color is #EDD9E5.


Background Color

.myBgColor { background-color: #EDD9E5; }

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

This div background color is #EDD9E5.


Border color

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

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

This div border color is #EDD9E5.


Opacity

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

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

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

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

This text has shadow with #EDD9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD9E5 on black background.


Color preview on white background

This text has color #EDD9E5 on white background.



Black color preview on #EDD9E5 background

This text has black color on #EDD9E5 background.


White color preview on #EDD9E5 background

This text has white color on #EDD9E5 background.