COLOR #E6D8F3

HEX: #E6D8F3
RGB: (230,216,243)

Renk bilgisi

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

RGB renk modeli

#E6D8F3 color RGB value is (230,216,243).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 216 of 255 = 85%
B 243 of 255 = 95%

230
216
243

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 216 + 243 = 689 (100%)
R 230 of 689 ~ 33.38%
G 216 of 689 ~ 31.35%
B 243 of 689 ~ 35.27%

%33.38
%31.35
%35.27

CMYK RENK MODELİ

#E6D8F3 rengi CMYK tonu (5,11,0,5).

  • camgöbeği tonu 5.35%
  • eflatun tonu 11.11%
  • sarı tonu 0.00%
  • ana renk tonu 4.71%
CMYK:
(5,11,0,5)
C5M11Y0K5 
(5%,11%,0%,5%)
(0.05/0.11/0.00/0.05)	

CMYK yüzdeleri

%5.35
%11.11
%0
%4.71

Codes

Color #E6D8F3 in popluar color models

E6D8F3
RGB230216243
HSL271°52.94%90.00%
HSB/HSV271°11.11%95.29%
CMYK5.35%11.11%0.00%
4.71%

Color #E6D8F3 in popluar number systems.

HEXE6D8F3
Decimal230216243
Binary111001101101100011110011
Octal346330363

Shades and tints

Shades of #E6D8F3

#E6D8F3
(230,216,243)
#D2C5DD
(210,197,221)
#BEB2C7
(190,178,199)
#AA9FB1
(170,159,177)
#968C9B
(150,140,155)
#827985
(130,121,133)
#6E666F
(110,102,111)
#5A5359
(90,83,89)
#464043
(70,64,67)
#322D2D
(50,45,45)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #E6D8F3

#E6D8F3
(230,216,243)
#E8DBF4
(232,219,244)
#EADEF5
(234,222,245)
#ECE1F6
(236,225,246)
#EEE4F7
(238,228,247)
#F0E7F8
(240,231,248)
#F2EAF9
(242,234,249)
#F4EDFA
(244,237,250)
#F6F0FB
(246,240,251)
#F8F3FC
(248,243,252)
#FAF6FD
(250,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D8F3 color. Also use rgb(230,216,243) instead hex code.

Text Font Color

.myTextColor { color: #E6D8F3; }

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

This text font color is #E6D8F3.


Background Color

.myBgColor { background-color: #E6D8F3; }

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

This div background color is #E6D8F3.


Border color

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

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

This div border color is #E6D8F3.


Opacity

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

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

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

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

This text has shadow with #E6D8F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D8F3 on black background.


Color preview on white background

This text has color #E6D8F3 on white background.



Black color preview on #E6D8F3 background

This text has black color on #E6D8F3 background.


White color preview on #E6D8F3 background

This text has white color on #E6D8F3 background.