COLOR #E6D9F2

HEX: #E6D9F2
RGB: (230,217,242)

Renk bilgisi

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

RGB renk modeli

#E6D9F2 color RGB value is (230,217,242).

  • kırmız ton 230;
  • yeşil ton 217;
  • mavi ton 242.
RGB:
(230,217,242)
(90%,85%,95%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 217 of 255 = 85%
B 242 of 255 = 95%

230
217
242

R + G + B ~ 90%. #E6D9F2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 217 + 242 = 689 (100%)
R 230 of 689 ~ 33.38%
G 217 of 689 ~ 31.49%
B 242 of 689 ~ 35.12%

%33.38
%31.49
%35.12

CMYK RENK MODELİ

#E6D9F2 rengi CMYK tonu (5,10,0,5).

  • camgöbeği tonu 4.96%
  • eflatun tonu 10.33%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(5,10,0,5)
C5M10Y0K5 
(5%,10%,0%,5%)
(0.05/0.10/0.00/0.05)	

CMYK yüzdeleri

%4.96
%10.33
%0
%5.1

Codes

Color #E6D9F2 in popluar color models

E6D9F2
RGB230217242
HSL271°49.02%90.00%
HSB/HSV271°10.33%94.90%
CMYK4.96%10.33%0.00%
5.10%

Color #E6D9F2 in popluar number systems.

HEXE6D9F2
Decimal230217242
Binary111001101101100111110010
Octal346331362

Shades and tints

Shades of #E6D9F2

#E6D9F2
(230,217,242)
#D2C6DC
(210,198,220)
#BEB3C6
(190,179,198)
#AAA0B0
(170,160,176)
#968D9A
(150,141,154)
#827A84
(130,122,132)
#6E676E
(110,103,110)
#5A5458
(90,84,88)
#464142
(70,65,66)
#322E2C
(50,46,44)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #E6D9F2

#E6D9F2
(230,217,242)
#E8DCF3
(232,220,243)
#EADFF4
(234,223,244)
#ECE2F5
(236,226,245)
#EEE5F6
(238,229,246)
#F0E8F7
(240,232,247)
#F2EBF8
(242,235,248)
#F4EEF9
(244,238,249)
#F6F1FA
(246,241,250)
#F8F4FB
(248,244,251)
#FAF7FC
(250,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D9F2 color. Also use rgb(230,217,242) instead hex code.

Text Font Color

.myTextColor { color: #E6D9F2; }

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

This text font color is #E6D9F2.


Background Color

.myBgColor { background-color: #E6D9F2; }

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

This div background color is #E6D9F2.


Border color

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

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

This div border color is #E6D9F2.


Opacity

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

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

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

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

This text has shadow with #E6D9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D9F2 on black background.


Color preview on white background

This text has color #E6D9F2 on white background.



Black color preview on #E6D9F2 background

This text has black color on #E6D9F2 background.


White color preview on #E6D9F2 background

This text has white color on #E6D9F2 background.