COLOR #E6DCF8

HEX: #E6DCF8
RGB: (230,220,248)

Renk bilgisi

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

RGB renk modeli

#E6DCF8 color RGB value is (230,220,248).

  • kırmız ton 230;
  • yeşil ton 220;
  • mavi ton 248.
RGB:
(230,220,248)
(90%,86%,97%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 220 of 255 = 86%
B 248 of 255 = 97%

230
220
248

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 220 + 248 = 698 (100%)
R 230 of 698 ~ 32.95%
G 220 of 698 ~ 31.52%
B 248 of 698 ~ 35.53%

%32.95
%31.52
%35.53

CMYK RENK MODELİ

#E6DCF8 rengi CMYK tonu (7,11,0,3).

  • camgöbeği tonu 7.26%
  • eflatun tonu 11.29%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(7,11,0,3)
C7M11Y0K3 
(7%,11%,0%,3%)
(0.07/0.11/0.00/0.03)	

CMYK yüzdeleri

%7.26
%11.29
%0
%2.75

Codes

Color #E6DCF8 in popluar color models

E6DCF8
RGB230220248
HSL261°66.67%91.76%
HSB/HSV261°11.29%97.25%
CMYK7.26%11.29%0.00%
2.75%

Color #E6DCF8 in popluar number systems.

HEXE6DCF8
Decimal230220248
Binary111001101101110011111000
Octal346334370

Shades and tints

Shades of #E6DCF8

#E6DCF8
(230,220,248)
#D2C8E2
(210,200,226)
#BEB4CC
(190,180,204)
#AAA0B6
(170,160,182)
#968CA0
(150,140,160)
#82788A
(130,120,138)
#6E6474
(110,100,116)
#5A505E
(90,80,94)
#463C48
(70,60,72)
#322832
(50,40,50)
#1E141C
(30,20,28)
#000000
(0,0,0)

Tints of #E6DCF8

#E6DCF8
(230,220,248)
#E8DFF8
(232,223,248)
#EAE2F8
(234,226,248)
#ECE5F8
(236,229,248)
#EEE8F8
(238,232,248)
#F0EBF8
(240,235,248)
#F2EEF8
(242,238,248)
#F4F1F8
(244,241,248)
#F6F4F8
(246,244,248)
#F8F7F8
(248,247,248)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DCF8 color. Also use rgb(230,220,248) instead hex code.

Text Font Color

.myTextColor { color: #E6DCF8; }

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

This text font color is #E6DCF8.


Background Color

.myBgColor { background-color: #E6DCF8; }

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

This div background color is #E6DCF8.


Border color

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

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

This div border color is #E6DCF8.


Opacity

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

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

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

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

This text has shadow with #E6DCF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DCF8 on black background.


Color preview on white background

This text has color #E6DCF8 on white background.



Black color preview on #E6DCF8 background

This text has black color on #E6DCF8 background.


White color preview on #E6DCF8 background

This text has white color on #E6DCF8 background.