COLOR #E6D7FB

HEX: #E6D7FB
RGB: (230,215,251)

Renk bilgisi

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

RGB renk modeli

#E6D7FB color RGB value is (230,215,251).

  • kırmız ton 230;
  • yeşil ton 215;
  • mavi ton 251.
RGB:
(230,215,251)
(90%,84%,98%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 215 of 255 = 84%
B 251 of 255 = 98%

230
215
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 215 + 251 = 696 (100%)
R 230 of 696 ~ 33.05%
G 215 of 696 ~ 30.89%
B 251 of 696 ~ 36.06%

%33.05
%30.89
%36.06

CMYK RENK MODELİ

#E6D7FB rengi CMYK tonu (8,14,0,2).

  • camgöbeği tonu 8.37%
  • eflatun tonu 14.34%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(8,14,0,2)
C8M14Y0K2 
(8%,14%,0%,2%)
(0.08/0.14/0.00/0.02)	

CMYK yüzdeleri

%8.37
%14.34
%0
%1.57

Codes

Color #E6D7FB in popluar color models

E6D7FB
RGB230215251
HSL265°81.82%91.37%
HSB/HSV265°14.34%98.43%
CMYK8.37%14.34%0.00%
1.57%

Color #E6D7FB in popluar number systems.

HEXE6D7FB
Decimal230215251
Binary111001101101011111111011
Octal346327373

Shades and tints

Shades of #E6D7FB

#E6D7FB
(230,215,251)
#D2C4E5
(210,196,229)
#BEB1CF
(190,177,207)
#AA9EB9
(170,158,185)
#968BA3
(150,139,163)
#82788D
(130,120,141)
#6E6577
(110,101,119)
#5A5261
(90,82,97)
#463F4B
(70,63,75)
#322C35
(50,44,53)
#1E191F
(30,25,31)
#000000
(0,0,0)

Tints of #E6D7FB

#E6D7FB
(230,215,251)
#E8DAFB
(232,218,251)
#EADDFB
(234,221,251)
#ECE0FB
(236,224,251)
#EEE3FB
(238,227,251)
#F0E6FB
(240,230,251)
#F2E9FB
(242,233,251)
#F4ECFB
(244,236,251)
#F6EFFB
(246,239,251)
#F8F2FB
(248,242,251)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D7FB color. Also use rgb(230,215,251) instead hex code.

Text Font Color

.myTextColor { color: #E6D7FB; }

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

This text font color is #E6D7FB.


Background Color

.myBgColor { background-color: #E6D7FB; }

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

This div background color is #E6D7FB.


Border color

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

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

This div border color is #E6D7FB.


Opacity

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

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

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

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

This text has shadow with #E6D7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D7FB on black background.


Color preview on white background

This text has color #E6D7FB on white background.



Black color preview on #E6D7FB background

This text has black color on #E6D7FB background.


White color preview on #E6D7FB background

This text has white color on #E6D7FB background.