COLOR #EED9FC

HEX: #EED9FC
RGB: (238,217,252)

Renk bilgisi

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

RGB renk modeli

#EED9FC color RGB value is (238,217,252).

  • kırmız ton 238;
  • yeşil ton 217;
  • mavi ton 252.
RGB:
(238,217,252)
(93%,85%,99%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 217 of 255 = 85%
B 252 of 255 = 99%

238
217
252

R + G + B ~ 92%. #EED9FC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 217 + 252 = 707 (100%)
R 238 of 707 ~ 33.66%
G 217 of 707 ~ 30.69%
B 252 of 707 ~ 35.64%

%33.66
%30.69
%35.64

CMYK RENK MODELİ

#EED9FC rengi CMYK tonu (6,14,0,1).

  • camgöbeği tonu 5.56%
  • eflatun tonu 13.89%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(6,14,0,1)
C6M14Y0K1 
(6%,14%,0%,1%)
(0.06/0.14/0.00/0.01)	

CMYK yüzdeleri

%5.56
%13.89
%0
%1.18

Codes

Color #EED9FC in popluar color models

EED9FC
RGB238217252
HSL276°85.37%91.96%
HSB/HSV276°13.89%98.82%
CMYK5.56%13.89%0.00%
1.18%

Color #EED9FC in popluar number systems.

HEXEED9FC
Decimal238217252
Binary111011101101100111111100
Octal356331374

Shades and tints

Shades of #EED9FC

#EED9FC
(238,217,252)
#D9C6E6
(217,198,230)
#C4B3D0
(196,179,208)
#AFA0BA
(175,160,186)
#9A8DA4
(154,141,164)
#857A8E
(133,122,142)
#706778
(112,103,120)
#5B5462
(91,84,98)
#46414C
(70,65,76)
#312E36
(49,46,54)
#1C1B20
(28,27,32)
#000000
(0,0,0)

Tints of #EED9FC

#EED9FC
(238,217,252)
#EFDCFC
(239,220,252)
#F0DFFC
(240,223,252)
#F1E2FC
(241,226,252)
#F2E5FC
(242,229,252)
#F3E8FC
(243,232,252)
#F4EBFC
(244,235,252)
#F5EEFC
(245,238,252)
#F6F1FC
(246,241,252)
#F7F4FC
(247,244,252)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED9FC color. Also use rgb(238,217,252) instead hex code.

Text Font Color

.myTextColor { color: #EED9FC; }

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

This text font color is #EED9FC.


Background Color

.myBgColor { background-color: #EED9FC; }

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

This div background color is #EED9FC.


Border color

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

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

This div border color is #EED9FC.


Opacity

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

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

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

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

This text has shadow with #EED9FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED9FC on black background.


Color preview on white background

This text has color #EED9FC on white background.



Black color preview on #EED9FC background

This text has black color on #EED9FC background.


White color preview on #EED9FC background

This text has white color on #EED9FC background.