COLOR #EDD3D5

HEX: #EDD3D5
RGB: (237,211,213)

Renk bilgisi

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

RGB renk modeli

#EDD3D5 color RGB value is (237,211,213).

  • kırmız ton 237;
  • yeşil ton 211;
  • mavi ton 213.
RGB:
(237,211,213)
(93%,83%,84%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 211 of 255 = 83%
B 213 of 255 = 84%

237
211
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 211 + 213 = 661 (100%)
R 237 of 661 ~ 35.85%
G 211 of 661 ~ 31.92%
B 213 of 661 ~ 32.22%

%35.85
%31.92
%32.22

CMYK RENK MODELİ

#EDD3D5 rengi CMYK tonu (0,11,10,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.97%
  • sarı tonu 10.13%
  • ana renk tonu 7.06%
CMYK:
(0,11,10,7)
C0M11Y10K7 
(0%,11%,10%,7%)
(0.00/0.11/0.10/0.07)	

CMYK yüzdeleri

%0
%10.97
%10.13
%7.06

Codes

Color #EDD3D5 in popluar color models

EDD3D5
RGB237211213
HSL355°41.94%87.84%
HSB/HSV355°10.97%92.94%
CMYK0.00%10.97%10.13%
7.06%

Color #EDD3D5 in popluar number systems.

HEXEDD3D5
Decimal237211213
Binary111011011101001111010101
Octal355323325

Shades and tints

Shades of #EDD3D5

#EDD3D5
(237,211,213)
#D8C0C2
(216,192,194)
#C3ADAF
(195,173,175)
#AE9A9C
(174,154,156)
#998789
(153,135,137)
#847476
(132,116,118)
#6F6163
(111,97,99)
#5A4E50
(90,78,80)
#453B3D
(69,59,61)
#30282A
(48,40,42)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #EDD3D5

#EDD3D5
(237,211,213)
#EED7D8
(238,215,216)
#EFDBDB
(239,219,219)
#F0DFDE
(240,223,222)
#F1E3E1
(241,227,225)
#F2E7E4
(242,231,228)
#F3EBE7
(243,235,231)
#F4EFEA
(244,239,234)
#F5F3ED
(245,243,237)
#F6F7F0
(246,247,240)
#F7FBF3
(247,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD3D5 color. Also use rgb(237,211,213) instead hex code.

Text Font Color

.myTextColor { color: #EDD3D5; }

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

This text font color is #EDD3D5.


Background Color

.myBgColor { background-color: #EDD3D5; }

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

This div background color is #EDD3D5.


Border color

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

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

This div border color is #EDD3D5.


Opacity

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

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

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

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

This text has shadow with #EDD3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD3D5 on black background.


Color preview on white background

This text has color #EDD3D5 on white background.



Black color preview on #EDD3D5 background

This text has black color on #EDD3D5 background.


White color preview on #EDD3D5 background

This text has white color on #EDD3D5 background.