COLOR #E5CCE7

HEX: #E5CCE7
RGB: (229,204,231)

Renk bilgisi

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

RGB renk modeli

#E5CCE7 color RGB value is (229,204,231).

  • kırmız ton 229;
  • yeşil ton 204;
  • mavi ton 231.
RGB:
(229,204,231)
(90%,80%,91%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 204 of 255 = 80%
B 231 of 255 = 91%

229
204
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 204 + 231 = 664 (100%)
R 229 of 664 ~ 34.49%
G 204 of 664 ~ 30.72%
B 231 of 664 ~ 34.79%

%34.49
%30.72
%34.79

CMYK RENK MODELİ

#E5CCE7 rengi CMYK tonu (1,12,0,9).

  • camgöbeği tonu 0.87%
  • eflatun tonu 11.69%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(1,12,0,9)
C1M12Y0K9 
(1%,12%,0%,9%)
(0.01/0.12/0.00/0.09)	

CMYK yüzdeleri

%0.87
%11.69
%0
%9.41

Codes

Color #E5CCE7 in popluar color models

E5CCE7
RGB229204231
HSL296°36.00%85.29%
HSB/HSV296°11.69%90.59%
CMYK0.87%11.69%0.00%
9.41%

Color #E5CCE7 in popluar number systems.

HEXE5CCE7
Decimal229204231
Binary111001011100110011100111
Octal345314347

Shades and tints

Shades of #E5CCE7

#E5CCE7
(229,204,231)
#D1BAD2
(209,186,210)
#BDA8BD
(189,168,189)
#A996A8
(169,150,168)
#958493
(149,132,147)
#81727E
(129,114,126)
#6D6069
(109,96,105)
#594E54
(89,78,84)
#453C3F
(69,60,63)
#312A2A
(49,42,42)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #E5CCE7

#E5CCE7
(229,204,231)
#E7D0E9
(231,208,233)
#E9D4EB
(233,212,235)
#EBD8ED
(235,216,237)
#EDDCEF
(237,220,239)
#EFE0F1
(239,224,241)
#F1E4F3
(241,228,243)
#F3E8F5
(243,232,245)
#F5ECF7
(245,236,247)
#F7F0F9
(247,240,249)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CCE7 color. Also use rgb(229,204,231) instead hex code.

Text Font Color

.myTextColor { color: #E5CCE7; }

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

This text font color is #E5CCE7.


Background Color

.myBgColor { background-color: #E5CCE7; }

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

This div background color is #E5CCE7.


Border color

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

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

This div border color is #E5CCE7.


Opacity

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

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

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

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

This text has shadow with #E5CCE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CCE7 on black background.


Color preview on white background

This text has color #E5CCE7 on white background.



Black color preview on #E5CCE7 background

This text has black color on #E5CCE7 background.


White color preview on #E5CCE7 background

This text has white color on #E5CCE7 background.