COLOR #E6D6F2

HEX: #E6D6F2
RGB: (230,214,242)

Renk bilgisi

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

RGB renk modeli

#E6D6F2 color RGB value is (230,214,242).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 214 of 255 = 84%
B 242 of 255 = 95%

230
214
242

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 214 + 242 = 686 (100%)
R 230 of 686 ~ 33.53%
G 214 of 686 ~ 31.2%
B 242 of 686 ~ 35.28%

%33.53
%31.2
%35.28

CMYK RENK MODELİ

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

  • camgöbeği tonu 4.96%
  • eflatun tonu 11.57%
  • 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
%11.57
%0
%5.1

Codes

Color #E6D6F2 in popluar color models

E6D6F2
RGB230214242
HSL274°51.85%89.41%
HSB/HSV274°11.57%94.90%
CMYK4.96%11.57%0.00%
5.10%

Color #E6D6F2 in popluar number systems.

HEXE6D6F2
Decimal230214242
Binary111001101101011011110010
Octal346326362

Shades and tints

Shades of #E6D6F2

#E6D6F2
(230,214,242)
#D2C3DC
(210,195,220)
#BEB0C6
(190,176,198)
#AA9DB0
(170,157,176)
#968A9A
(150,138,154)
#827784
(130,119,132)
#6E646E
(110,100,110)
#5A5158
(90,81,88)
#463E42
(70,62,66)
#322B2C
(50,43,44)
#1E1816
(30,24,22)
#000000
(0,0,0)

Tints of #E6D6F2

#E6D6F2
(230,214,242)
#E8D9F3
(232,217,243)
#EADCF4
(234,220,244)
#ECDFF5
(236,223,245)
#EEE2F6
(238,226,246)
#F0E5F7
(240,229,247)
#F2E8F8
(242,232,248)
#F4EBF9
(244,235,249)
#F6EEFA
(246,238,250)
#F8F1FB
(248,241,251)
#FAF4FC
(250,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D6F2; }

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

This text font color is #E6D6F2.


Background Color

.myBgColor { background-color: #E6D6F2; }

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

This div background color is #E6D6F2.


Border color

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

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

This div border color is #E6D6F2.


Opacity

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

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

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

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

This text has shadow with #E6D6F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D6F2 on black background.


Color preview on white background

This text has color #E6D6F2 on white background.



Black color preview on #E6D6F2 background

This text has black color on #E6D6F2 background.


White color preview on #E6D6F2 background

This text has white color on #E6D6F2 background.