COLOR #E1C9DD

HEX: #E1C9DD
RGB: (225,201,221)

Renk bilgisi

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

RGB renk modeli

#E1C9DD color RGB value is (225,201,221).

  • kırmız ton 225;
  • yeşil ton 201;
  • mavi ton 221.
RGB:
(225,201,221)
(88%,79%,87%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 201 of 255 = 79%
B 221 of 255 = 87%

225
201
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 201 + 221 = 647 (100%)
R 225 of 647 ~ 34.78%
G 201 of 647 ~ 31.07%
B 221 of 647 ~ 34.16%

%34.78
%31.07
%34.16

CMYK RENK MODELİ

#E1C9DD rengi CMYK tonu (0,11,2,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.67%
  • sarı tonu 1.78%
  • ana renk tonu 11.76%
CMYK:
(0,11,2,12)
C0M11Y2K12 
(0%,11%,2%,12%)
(0.00/0.11/0.02/0.12)	

CMYK yüzdeleri

%0
%10.67
%1.78
%11.76

Codes

Color #E1C9DD in popluar color models

E1C9DD
RGB225201221
HSL310°28.57%83.53%
HSB/HSV310°10.67%88.24%
CMYK0.00%10.67%1.78%
11.76%

Color #E1C9DD in popluar number systems.

HEXE1C9DD
Decimal225201221
Binary111000011100100111011101
Octal341311335

Shades and tints

Shades of #E1C9DD

#E1C9DD
(225,201,221)
#CDB7C9
(205,183,201)
#B9A5B5
(185,165,181)
#A593A1
(165,147,161)
#91818D
(145,129,141)
#7D6F79
(125,111,121)
#695D65
(105,93,101)
#554B51
(85,75,81)
#41393D
(65,57,61)
#2D2729
(45,39,41)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #E1C9DD

#E1C9DD
(225,201,221)
#E3CDE0
(227,205,224)
#E5D1E3
(229,209,227)
#E7D5E6
(231,213,230)
#E9D9E9
(233,217,233)
#EBDDEC
(235,221,236)
#EDE1EF
(237,225,239)
#EFE5F2
(239,229,242)
#F1E9F5
(241,233,245)
#F3EDF8
(243,237,248)
#F5F1FB
(245,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C9DD color. Also use rgb(225,201,221) instead hex code.

Text Font Color

.myTextColor { color: #E1C9DD; }

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

This text font color is #E1C9DD.


Background Color

.myBgColor { background-color: #E1C9DD; }

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

This div background color is #E1C9DD.


Border color

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

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

This div border color is #E1C9DD.


Opacity

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

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

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

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

This text has shadow with #E1C9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C9DD on black background.


Color preview on white background

This text has color #E1C9DD on white background.



Black color preview on #E1C9DD background

This text has black color on #E1C9DD background.


White color preview on #E1C9DD background

This text has white color on #E1C9DD background.