COLOR #EDD3D3

HEX: #EDD3D3
RGB: (237,211,211)

Renk bilgisi

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

RGB renk modeli

#EDD3D3 color RGB value is (237,211,211).

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

RGB bağlantıları ve doygunluk

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

237
211
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 211 + 211 = 659 (100%)
R 237 of 659 ~ 35.96%
G 211 of 659 ~ 32.02%
B 211 of 659 ~ 32.02%

%35.96
%32.02
%32.02

CMYK RENK MODELİ

#EDD3D3 rengi CMYK tonu (0,11,11,7).

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

CMYK yüzdeleri

%0
%10.97
%10.97
%7.06

Codes

Color #EDD3D3 in popluar color models

EDD3D3
RGB237211211
HSL41.94%87.84%
HSB/HSV10.97%92.94%
CMYK0.00%10.97%10.97%
7.06%

Color #EDD3D3 in popluar number systems.

HEXEDD3D3
Decimal237211211
Binary111011011101001111010011
Octal355323323

Shades and tints

Shades of #EDD3D3

#EDD3D3
(237,211,211)
#D8C0C0
(216,192,192)
#C3ADAD
(195,173,173)
#AE9A9A
(174,154,154)
#998787
(153,135,135)
#847474
(132,116,116)
#6F6161
(111,97,97)
#5A4E4E
(90,78,78)
#453B3B
(69,59,59)
#302828
(48,40,40)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #EDD3D3

#EDD3D3
(237,211,211)
#EED7D7
(238,215,215)
#EFDBDB
(239,219,219)
#F0DFDF
(240,223,223)
#F1E3E3
(241,227,227)
#F2E7E7
(242,231,231)
#F3EBEB
(243,235,235)
#F4EFEF
(244,239,239)
#F5F3F3
(245,243,243)
#F6F7F7
(246,247,247)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD3D3; }

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

This text font color is #EDD3D3.


Background Color

.myBgColor { background-color: #EDD3D3; }

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

This div background color is #EDD3D3.


Border color

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

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

This div border color is #EDD3D3.


Opacity

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

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

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

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

This text has shadow with #EDD3D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD3D3 on black background.


Color preview on white background

This text has color #EDD3D3 on white background.



Black color preview on #EDD3D3 background

This text has black color on #EDD3D3 background.


White color preview on #EDD3D3 background

This text has white color on #EDD3D3 background.