COLOR #E5C9E8

HEX: #E5C9E8
RGB: (229,201,232)

Renk bilgisi

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

RGB renk modeli

#E5C9E8 color RGB value is (229,201,232).

  • kırmız ton 229;
  • yeşil ton 201;
  • mavi ton 232.
RGB:
(229,201,232)
(90%,79%,91%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 201 of 255 = 79%
B 232 of 255 = 91%

229
201
232

R + G + B ~ 87%. #E5C9E8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 201 + 232 = 662 (100%)
R 229 of 662 ~ 34.59%
G 201 of 662 ~ 30.36%
B 232 of 662 ~ 35.05%

%34.59
%30.36
%35.05

CMYK RENK MODELİ

#E5C9E8 rengi CMYK tonu (1,13,0,9).

  • camgöbeği tonu 1.29%
  • eflatun tonu 13.36%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(1,13,0,9)
C1M13Y0K9 
(1%,13%,0%,9%)
(0.01/0.13/0.00/0.09)	

CMYK yüzdeleri

%1.29
%13.36
%0
%9.02

Codes

Color #E5C9E8 in popluar color models

E5C9E8
RGB229201232
HSL294°40.26%84.90%
HSB/HSV294°13.36%90.98%
CMYK1.29%13.36%0.00%
9.02%

Color #E5C9E8 in popluar number systems.

HEXE5C9E8
Decimal229201232
Binary111001011100100111101000
Octal345311350

Shades and tints

Shades of #E5C9E8

#E5C9E8
(229,201,232)
#D1B7D3
(209,183,211)
#BDA5BE
(189,165,190)
#A993A9
(169,147,169)
#958194
(149,129,148)
#816F7F
(129,111,127)
#6D5D6A
(109,93,106)
#594B55
(89,75,85)
#453940
(69,57,64)
#31272B
(49,39,43)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #E5C9E8

#E5C9E8
(229,201,232)
#E7CDEA
(231,205,234)
#E9D1EC
(233,209,236)
#EBD5EE
(235,213,238)
#EDD9F0
(237,217,240)
#EFDDF2
(239,221,242)
#F1E1F4
(241,225,244)
#F3E5F6
(243,229,246)
#F5E9F8
(245,233,248)
#F7EDFA
(247,237,250)
#F9F1FC
(249,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C9E8 color. Also use rgb(229,201,232) instead hex code.

Text Font Color

.myTextColor { color: #E5C9E8; }

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

This text font color is #E5C9E8.


Background Color

.myBgColor { background-color: #E5C9E8; }

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

This div background color is #E5C9E8.


Border color

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

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

This div border color is #E5C9E8.


Opacity

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

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

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

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

This text has shadow with #E5C9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C9E8 on black background.


Color preview on white background

This text has color #E5C9E8 on white background.



Black color preview on #E5C9E8 background

This text has black color on #E5C9E8 background.


White color preview on #E5C9E8 background

This text has white color on #E5C9E8 background.