COLOR #E2C5FA

HEX: #E2C5FA
RGB: (226,197,250)

Renk bilgisi

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

RGB renk modeli

#E2C5FA color RGB value is (226,197,250).

  • kırmız ton 226;
  • yeşil ton 197;
  • mavi ton 250.
RGB:
(226,197,250)
(89%,77%,98%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 197 of 255 = 77%
B 250 of 255 = 98%

226
197
250

R + G + B ~ 88%. #E2C5FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 197 + 250 = 673 (100%)
R 226 of 673 ~ 33.58%
G 197 of 673 ~ 29.27%
B 250 of 673 ~ 37.15%

%33.58
%29.27
%37.15

CMYK RENK MODELİ

#E2C5FA rengi CMYK tonu (10,21,0,2).

  • camgöbeği tonu 9.60%
  • eflatun tonu 21.20%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(10,21,0,2)
C10M21Y0K2 
(10%,21%,0%,2%)
(0.10/0.21/0.00/0.02)	

CMYK yüzdeleri

%9.6
%21.2
%0
%1.96

Codes

Color #E2C5FA in popluar color models

E2C5FA
RGB226197250
HSL273°84.13%87.65%
HSB/HSV273°21.20%98.04%
CMYK9.60%21.20%0.00%
1.96%

Color #E2C5FA in popluar number systems.

HEXE2C5FA
Decimal226197250
Binary111000101100010111111010
Octal342305372

Shades and tints

Shades of #E2C5FA

#E2C5FA
(226,197,250)
#CEB4E4
(206,180,228)
#BAA3CE
(186,163,206)
#A692B8
(166,146,184)
#9281A2
(146,129,162)
#7E708C
(126,112,140)
#6A5F76
(106,95,118)
#564E60
(86,78,96)
#423D4A
(66,61,74)
#2E2C34
(46,44,52)
#1A1B1E
(26,27,30)
#000000
(0,0,0)

Tints of #E2C5FA

#E2C5FA
(226,197,250)
#E4CAFA
(228,202,250)
#E6CFFA
(230,207,250)
#E8D4FA
(232,212,250)
#EAD9FA
(234,217,250)
#ECDEFA
(236,222,250)
#EEE3FA
(238,227,250)
#F0E8FA
(240,232,250)
#F2EDFA
(242,237,250)
#F4F2FA
(244,242,250)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C5FA color. Also use rgb(226,197,250) instead hex code.

Text Font Color

.myTextColor { color: #E2C5FA; }

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

This text font color is #E2C5FA.


Background Color

.myBgColor { background-color: #E2C5FA; }

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

This div background color is #E2C5FA.


Border color

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

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

This div border color is #E2C5FA.


Opacity

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

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

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

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

This text has shadow with #E2C5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C5FA on black background.


Color preview on white background

This text has color #E2C5FA on white background.



Black color preview on #E2C5FA background

This text has black color on #E2C5FA background.


White color preview on #E2C5FA background

This text has white color on #E2C5FA background.