COLOR #E5C6DD

HEX: #E5C6DD
RGB: (229,198,221)

Renk bilgisi

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

RGB renk modeli

#E5C6DD color RGB value is (229,198,221).

  • kırmız ton 229;
  • yeşil ton 198;
  • mavi ton 221.
RGB:
(229,198,221)
(90%,78%,87%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 198 of 255 = 78%
B 221 of 255 = 87%

229
198
221

R + G + B ~ 85%. #E5C6DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 198 + 221 = 648 (100%)
R 229 of 648 ~ 35.34%
G 198 of 648 ~ 30.56%
B 221 of 648 ~ 34.1%

%35.34
%30.56
%34.1

CMYK RENK MODELİ

#E5C6DD rengi CMYK tonu (0,14,3,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.54%
  • sarı tonu 3.49%
  • ana renk tonu 10.20%
CMYK:
(0,14,3,10)
C0M14Y3K10 
(0%,14%,3%,10%)
(0.00/0.14/0.03/0.10)	

CMYK yüzdeleri

%0
%13.54
%3.49
%10.2

Codes

Color #E5C6DD in popluar color models

E5C6DD
RGB229198221
HSL315°37.35%83.73%
HSB/HSV315°13.54%89.80%
CMYK0.00%13.54%3.49%
10.20%

Color #E5C6DD in popluar number systems.

HEXE5C6DD
Decimal229198221
Binary111001011100011011011101
Octal345306335

Shades and tints

Shades of #E5C6DD

#E5C6DD
(229,198,221)
#D1B4C9
(209,180,201)
#BDA2B5
(189,162,181)
#A990A1
(169,144,161)
#957E8D
(149,126,141)
#816C79
(129,108,121)
#6D5A65
(109,90,101)
#594851
(89,72,81)
#45363D
(69,54,61)
#312429
(49,36,41)
#1D1215
(29,18,21)
#000000
(0,0,0)

Tints of #E5C6DD

#E5C6DD
(229,198,221)
#E7CBE0
(231,203,224)
#E9D0E3
(233,208,227)
#EBD5E6
(235,213,230)
#EDDAE9
(237,218,233)
#EFDFEC
(239,223,236)
#F1E4EF
(241,228,239)
#F3E9F2
(243,233,242)
#F5EEF5
(245,238,245)
#F7F3F8
(247,243,248)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C6DD color. Also use rgb(229,198,221) instead hex code.

Text Font Color

.myTextColor { color: #E5C6DD; }

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

This text font color is #E5C6DD.


Background Color

.myBgColor { background-color: #E5C6DD; }

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

This div background color is #E5C6DD.


Border color

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

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

This div border color is #E5C6DD.


Opacity

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

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

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

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

This text has shadow with #E5C6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C6DD on black background.


Color preview on white background

This text has color #E5C6DD on white background.



Black color preview on #E5C6DD background

This text has black color on #E5C6DD background.


White color preview on #E5C6DD background

This text has white color on #E5C6DD background.