COLOR #E6D4F2

HEX: #E6D4F2
RGB: (230,212,242)

Renk bilgisi

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

RGB renk modeli

#E6D4F2 color RGB value is (230,212,242).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 212 of 255 = 83%
B 242 of 255 = 95%

230
212
242

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 212 + 242 = 684 (100%)
R 230 of 684 ~ 33.63%
G 212 of 684 ~ 30.99%
B 242 of 684 ~ 35.38%

%33.63
%30.99
%35.38

CMYK RENK MODELİ

#E6D4F2 rengi CMYK tonu (5,12,0,5).

  • camgöbeği tonu 4.96%
  • eflatun tonu 12.40%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(5,12,0,5)
C5M12Y0K5 
(5%,12%,0%,5%)
(0.05/0.12/0.00/0.05)	

CMYK yüzdeleri

%4.96
%12.4
%0
%5.1

Codes

Color #E6D4F2 in popluar color models

E6D4F2
RGB230212242
HSL276°53.57%89.02%
HSB/HSV276°12.40%94.90%
CMYK4.96%12.40%0.00%
5.10%

Color #E6D4F2 in popluar number systems.

HEXE6D4F2
Decimal230212242
Binary111001101101010011110010
Octal346324362

Shades and tints

Shades of #E6D4F2

#E6D4F2
(230,212,242)
#D2C1DC
(210,193,220)
#BEAEC6
(190,174,198)
#AA9BB0
(170,155,176)
#96889A
(150,136,154)
#827584
(130,117,132)
#6E626E
(110,98,110)
#5A4F58
(90,79,88)
#463C42
(70,60,66)
#32292C
(50,41,44)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #E6D4F2

#E6D4F2
(230,212,242)
#E8D7F3
(232,215,243)
#EADAF4
(234,218,244)
#ECDDF5
(236,221,245)
#EEE0F6
(238,224,246)
#F0E3F7
(240,227,247)
#F2E6F8
(242,230,248)
#F4E9F9
(244,233,249)
#F6ECFA
(246,236,250)
#F8EFFB
(248,239,251)
#FAF2FC
(250,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D4F2; }

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

This text font color is #E6D4F2.


Background Color

.myBgColor { background-color: #E6D4F2; }

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

This div background color is #E6D4F2.


Border color

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

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

This div border color is #E6D4F2.


Opacity

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

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

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

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

This text has shadow with #E6D4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D4F2 on black background.


Color preview on white background

This text has color #E6D4F2 on white background.



Black color preview on #E6D4F2 background

This text has black color on #E6D4F2 background.


White color preview on #E6D4F2 background

This text has white color on #E6D4F2 background.