COLOR #EDD7E7

HEX: #EDD7E7
RGB: (237,215,231)

Renk bilgisi

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

RGB renk modeli

#EDD7E7 color RGB value is (237,215,231).

  • kırmız ton 237;
  • yeşil ton 215;
  • mavi ton 231.
RGB:
(237,215,231)
(93%,84%,91%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 215 of 255 = 84%
B 231 of 255 = 91%

237
215
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 215 + 231 = 683 (100%)
R 237 of 683 ~ 34.7%
G 215 of 683 ~ 31.48%
B 231 of 683 ~ 33.82%

%34.7
%31.48
%33.82

CMYK RENK MODELİ

#EDD7E7 rengi CMYK tonu (0,9,3,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.28%
  • sarı tonu 2.53%
  • ana renk tonu 7.06%
CMYK:
(0,9,3,7)
C0M9Y3K7 
(0%,9%,3%,7%)
(0.00/0.09/0.03/0.07)	

CMYK yüzdeleri

%0
%9.28
%2.53
%7.06

Codes

Color #EDD7E7 in popluar color models

EDD7E7
RGB237215231
HSL316°37.93%88.63%
HSB/HSV316°9.28%92.94%
CMYK0.00%9.28%2.53%
7.06%

Color #EDD7E7 in popluar number systems.

HEXEDD7E7
Decimal237215231
Binary111011011101011111100111
Octal355327347

Shades and tints

Shades of #EDD7E7

#EDD7E7
(237,215,231)
#D8C4D2
(216,196,210)
#C3B1BD
(195,177,189)
#AE9EA8
(174,158,168)
#998B93
(153,139,147)
#84787E
(132,120,126)
#6F6569
(111,101,105)
#5A5254
(90,82,84)
#453F3F
(69,63,63)
#302C2A
(48,44,42)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #EDD7E7

#EDD7E7
(237,215,231)
#EEDAE9
(238,218,233)
#EFDDEB
(239,221,235)
#F0E0ED
(240,224,237)
#F1E3EF
(241,227,239)
#F2E6F1
(242,230,241)
#F3E9F3
(243,233,243)
#F4ECF5
(244,236,245)
#F5EFF7
(245,239,247)
#F6F2F9
(246,242,249)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD7E7; }

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

This text font color is #EDD7E7.


Background Color

.myBgColor { background-color: #EDD7E7; }

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

This div background color is #EDD7E7.


Border color

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

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

This div border color is #EDD7E7.


Opacity

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

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

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

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

This text has shadow with #EDD7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD7E7 on black background.


Color preview on white background

This text has color #EDD7E7 on white background.



Black color preview on #EDD7E7 background

This text has black color on #EDD7E7 background.


White color preview on #EDD7E7 background

This text has white color on #EDD7E7 background.