COLOR #E2C9F5

HEX: #E2C9F5
RGB: (226,201,245)

Renk bilgisi

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

RGB renk modeli

#E2C9F5 color RGB value is (226,201,245).

  • kırmız ton 226;
  • yeşil ton 201;
  • mavi ton 245.
RGB:
(226,201,245)
(89%,79%,96%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 201 of 255 = 79%
B 245 of 255 = 96%

226
201
245

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

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 201 + 245 = 672 (100%)
R 226 of 672 ~ 33.63%
G 201 of 672 ~ 29.91%
B 245 of 672 ~ 36.46%

%33.63
%29.91
%36.46

CMYK RENK MODELİ

#E2C9F5 rengi CMYK tonu (8,18,0,4).

  • camgöbeği tonu 7.76%
  • eflatun tonu 17.96%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(8,18,0,4)
C8M18Y0K4 
(8%,18%,0%,4%)
(0.08/0.18/0.00/0.04)	

CMYK yüzdeleri

%7.76
%17.96
%0
%3.92

Codes

Color #E2C9F5 in popluar color models

E2C9F5
RGB226201245
HSL274°68.75%87.45%
HSB/HSV274°17.96%96.08%
CMYK7.76%17.96%0.00%
3.92%

Color #E2C9F5 in popluar number systems.

HEXE2C9F5
Decimal226201245
Binary111000101100100111110101
Octal342311365

Shades and tints

Shades of #E2C9F5

#E2C9F5
(226,201,245)
#CEB7DF
(206,183,223)
#BAA5C9
(186,165,201)
#A693B3
(166,147,179)
#92819D
(146,129,157)
#7E6F87
(126,111,135)
#6A5D71
(106,93,113)
#564B5B
(86,75,91)
#423945
(66,57,69)
#2E272F
(46,39,47)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #E2C9F5

#E2C9F5
(226,201,245)
#E4CDF5
(228,205,245)
#E6D1F5
(230,209,245)
#E8D5F5
(232,213,245)
#EAD9F5
(234,217,245)
#ECDDF5
(236,221,245)
#EEE1F5
(238,225,245)
#F0E5F5
(240,229,245)
#F2E9F5
(242,233,245)
#F4EDF5
(244,237,245)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C9F5 color. Also use rgb(226,201,245) instead hex code.

Text Font Color

.myTextColor { color: #E2C9F5; }

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

This text font color is #E2C9F5.


Background Color

.myBgColor { background-color: #E2C9F5; }

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

This div background color is #E2C9F5.


Border color

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

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

This div border color is #E2C9F5.


Opacity

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

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

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

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

This text has shadow with #E2C9F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C9F5 on black background.


Color preview on white background

This text has color #E2C9F5 on white background.



Black color preview on #E2C9F5 background

This text has black color on #E2C9F5 background.


White color preview on #E2C9F5 background

This text has white color on #E2C9F5 background.