COLOR #EDD5F7

HEX: #EDD5F7
RGB: (237,213,247)

Renk bilgisi

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

RGB renk modeli

#EDD5F7 color RGB value is (237,213,247).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 213 of 255 = 84%
B 247 of 255 = 97%

237
213
247

R + G + B ~ 91%. #EDD5F7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 213 + 247 = 697 (100%)
R 237 of 697 ~ 34%
G 213 of 697 ~ 30.56%
B 247 of 697 ~ 35.44%

%34
%30.56
%35.44

CMYK RENK MODELİ

#EDD5F7 rengi CMYK tonu (4,14,0,3).

  • camgöbeği tonu 4.05%
  • eflatun tonu 13.77%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(4,14,0,3)
C4M14Y0K3 
(4%,14%,0%,3%)
(0.04/0.14/0.00/0.03)	

CMYK yüzdeleri

%4.05
%13.77
%0
%3.14

Codes

Color #EDD5F7 in popluar color models

EDD5F7
RGB237213247
HSL282°68.00%90.20%
HSB/HSV282°13.77%96.86%
CMYK4.05%13.77%0.00%
3.14%

Color #EDD5F7 in popluar number systems.

HEXEDD5F7
Decimal237213247
Binary111011011101010111110111
Octal355325367

Shades and tints

Shades of #EDD5F7

#EDD5F7
(237,213,247)
#D8C2E1
(216,194,225)
#C3AFCB
(195,175,203)
#AE9CB5
(174,156,181)
#99899F
(153,137,159)
#847689
(132,118,137)
#6F6373
(111,99,115)
#5A505D
(90,80,93)
#453D47
(69,61,71)
#302A31
(48,42,49)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #EDD5F7

#EDD5F7
(237,213,247)
#EED8F7
(238,216,247)
#EFDBF7
(239,219,247)
#F0DEF7
(240,222,247)
#F1E1F7
(241,225,247)
#F2E4F7
(242,228,247)
#F3E7F7
(243,231,247)
#F4EAF7
(244,234,247)
#F5EDF7
(245,237,247)
#F6F0F7
(246,240,247)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD5F7; }

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

This text font color is #EDD5F7.


Background Color

.myBgColor { background-color: #EDD5F7; }

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

This div background color is #EDD5F7.


Border color

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

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

This div border color is #EDD5F7.


Opacity

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

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

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

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

This text has shadow with #EDD5F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD5F7 on black background.


Color preview on white background

This text has color #EDD5F7 on white background.



Black color preview on #EDD5F7 background

This text has black color on #EDD5F7 background.


White color preview on #EDD5F7 background

This text has white color on #EDD5F7 background.