COLOR #E6D2F6

HEX: #E6D2F6
RGB: (230,210,246)

Renk bilgisi

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

RGB renk modeli

#E6D2F6 color RGB value is (230,210,246).

  • kırmız ton 230;
  • yeşil ton 210;
  • mavi ton 246.
RGB:
(230,210,246)
(90%,82%,96%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 210 of 255 = 82%
B 246 of 255 = 96%

230
210
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 210 + 246 = 686 (100%)
R 230 of 686 ~ 33.53%
G 210 of 686 ~ 30.61%
B 246 of 686 ~ 35.86%

%33.53
%30.61
%35.86

CMYK RENK MODELİ

#E6D2F6 rengi CMYK tonu (7,15,0,4).

  • camgöbeği tonu 6.50%
  • eflatun tonu 14.63%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(7,15,0,4)
C7M15Y0K4 
(7%,15%,0%,4%)
(0.07/0.15/0.00/0.04)	

CMYK yüzdeleri

%6.5
%14.63
%0
%3.53

Codes

Color #E6D2F6 in popluar color models

E6D2F6
RGB230210246
HSL273°66.67%89.41%
HSB/HSV273°14.63%96.47%
CMYK6.50%14.63%0.00%
3.53%

Color #E6D2F6 in popluar number systems.

HEXE6D2F6
Decimal230210246
Binary111001101101001011110110
Octal346322366

Shades and tints

Shades of #E6D2F6

#E6D2F6
(230,210,246)
#D2BFE0
(210,191,224)
#BEACCA
(190,172,202)
#AA99B4
(170,153,180)
#96869E
(150,134,158)
#827388
(130,115,136)
#6E6072
(110,96,114)
#5A4D5C
(90,77,92)
#463A46
(70,58,70)
#322730
(50,39,48)
#1E141A
(30,20,26)
#000000
(0,0,0)

Tints of #E6D2F6

#E6D2F6
(230,210,246)
#E8D6F6
(232,214,246)
#EADAF6
(234,218,246)
#ECDEF6
(236,222,246)
#EEE2F6
(238,226,246)
#F0E6F6
(240,230,246)
#F2EAF6
(242,234,246)
#F4EEF6
(244,238,246)
#F6F2F6
(246,242,246)
#F8F6F6
(248,246,246)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D2F6 color. Also use rgb(230,210,246) instead hex code.

Text Font Color

.myTextColor { color: #E6D2F6; }

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

This text font color is #E6D2F6.


Background Color

.myBgColor { background-color: #E6D2F6; }

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

This div background color is #E6D2F6.


Border color

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

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

This div border color is #E6D2F6.


Opacity

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

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

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

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

This text has shadow with #E6D2F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D2F6 on black background.


Color preview on white background

This text has color #E6D2F6 on white background.



Black color preview on #E6D2F6 background

This text has black color on #E6D2F6 background.


White color preview on #E6D2F6 background

This text has white color on #E6D2F6 background.