COLOR #E3D2F6

HEX: #E3D2F6
RGB: (227,210,246)

Renk bilgisi

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

RGB renk modeli

#E3D2F6 color RGB value is (227,210,246).

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

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 210 of 255 = 82%
B 246 of 255 = 96%

227
210
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 210 + 246 = 683 (100%)
R 227 of 683 ~ 33.24%
G 210 of 683 ~ 30.75%
B 246 of 683 ~ 36.02%

%33.24
%30.75
%36.02

CMYK RENK MODELİ

#E3D2F6 rengi CMYK tonu (8,15,0,4).

  • camgöbeği tonu 7.72%
  • eflatun tonu 14.63%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(8,15,0,4)
C8M15Y0K4 
(8%,15%,0%,4%)
(0.08/0.15/0.00/0.04)	

CMYK yüzdeleri

%7.72
%14.63
%0
%3.53

Codes

Color #E3D2F6 in popluar color models

E3D2F6
RGB227210246
HSL268°66.67%89.41%
HSB/HSV268°14.63%96.47%
CMYK7.72%14.63%0.00%
3.53%

Color #E3D2F6 in popluar number systems.

HEXE3D2F6
Decimal227210246
Binary111000111101001011110110
Octal343322366

Shades and tints

Shades of #E3D2F6

#E3D2F6
(227,210,246)
#CFBFE0
(207,191,224)
#BBACCA
(187,172,202)
#A799B4
(167,153,180)
#93869E
(147,134,158)
#7F7388
(127,115,136)
#6B6072
(107,96,114)
#574D5C
(87,77,92)
#433A46
(67,58,70)
#2F2730
(47,39,48)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #E3D2F6

#E3D2F6
(227,210,246)
#E5D6F6
(229,214,246)
#E7DAF6
(231,218,246)
#E9DEF6
(233,222,246)
#EBE2F6
(235,226,246)
#EDE6F6
(237,230,246)
#EFEAF6
(239,234,246)
#F1EEF6
(241,238,246)
#F3F2F6
(243,242,246)
#F5F6F6
(245,246,246)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D2F6; }

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

This text font color is #E3D2F6.


Background Color

.myBgColor { background-color: #E3D2F6; }

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

This div background color is #E3D2F6.


Border color

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

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

This div border color is #E3D2F6.


Opacity

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

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

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

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

This text has shadow with #E3D2F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D2F6 on black background.


Color preview on white background

This text has color #E3D2F6 on white background.



Black color preview on #E3D2F6 background

This text has black color on #E3D2F6 background.


White color preview on #E3D2F6 background

This text has white color on #E3D2F6 background.