COLOR #EDD1D4

HEX: #EDD1D4
RGB: (237,209,212)

Renk bilgisi

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

RGB renk modeli

#EDD1D4 color RGB value is (237,209,212).

  • kırmız ton 237;
  • yeşil ton 209;
  • mavi ton 212.
RGB:
(237,209,212)
(93%,82%,83%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 209 of 255 = 82%
B 212 of 255 = 83%

237
209
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 209 + 212 = 658 (100%)
R 237 of 658 ~ 36.02%
G 209 of 658 ~ 31.76%
B 212 of 658 ~ 32.22%

%36.02
%31.76
%32.22

CMYK RENK MODELİ

#EDD1D4 rengi CMYK tonu (0,12,11,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.81%
  • sarı tonu 10.55%
  • ana renk tonu 7.06%
CMYK:
(0,12,11,7)
C0M12Y11K7 
(0%,12%,11%,7%)
(0.00/0.12/0.11/0.07)	

CMYK yüzdeleri

%0
%11.81
%10.55
%7.06

Codes

Color #EDD1D4 in popluar color models

EDD1D4
RGB237209212
HSL354°43.75%87.45%
HSB/HSV354°11.81%92.94%
CMYK0.00%11.81%10.55%
7.06%

Color #EDD1D4 in popluar number systems.

HEXEDD1D4
Decimal237209212
Binary111011011101000111010100
Octal355321324

Shades and tints

Shades of #EDD1D4

#EDD1D4
(237,209,212)
#D8BEC1
(216,190,193)
#C3ABAE
(195,171,174)
#AE989B
(174,152,155)
#998588
(153,133,136)
#847275
(132,114,117)
#6F5F62
(111,95,98)
#5A4C4F
(90,76,79)
#45393C
(69,57,60)
#302629
(48,38,41)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #EDD1D4

#EDD1D4
(237,209,212)
#EED5D7
(238,213,215)
#EFD9DA
(239,217,218)
#F0DDDD
(240,221,221)
#F1E1E0
(241,225,224)
#F2E5E3
(242,229,227)
#F3E9E6
(243,233,230)
#F4EDE9
(244,237,233)
#F5F1EC
(245,241,236)
#F6F5EF
(246,245,239)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD1D4 color. Also use rgb(237,209,212) instead hex code.

Text Font Color

.myTextColor { color: #EDD1D4; }

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

This text font color is #EDD1D4.


Background Color

.myBgColor { background-color: #EDD1D4; }

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

This div background color is #EDD1D4.


Border color

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

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

This div border color is #EDD1D4.


Opacity

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

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

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

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

This text has shadow with #EDD1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD1D4 on black background.


Color preview on white background

This text has color #EDD1D4 on white background.



Black color preview on #EDD1D4 background

This text has black color on #EDD1D4 background.


White color preview on #EDD1D4 background

This text has white color on #EDD1D4 background.