COLOR #E2C5D6

HEX: #E2C5D6
RGB: (226,197,214)

Renk bilgisi

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

RGB renk modeli

#E2C5D6 color RGB value is (226,197,214).

  • kırmız ton 226;
  • yeşil ton 197;
  • mavi ton 214.
RGB:
(226,197,214)
(89%,77%,84%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 197 of 255 = 77%
B 214 of 255 = 84%

226
197
214

R + G + B ~ 83%. #E2C5D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 197 + 214 = 637 (100%)
R 226 of 637 ~ 35.48%
G 197 of 637 ~ 30.93%
B 214 of 637 ~ 33.59%

%35.48
%30.93
%33.59

CMYK RENK MODELİ

#E2C5D6 rengi CMYK tonu (0,13,5,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.83%
  • sarı tonu 5.31%
  • ana renk tonu 11.37%
CMYK:
(0,13,5,11)
C0M13Y5K11 
(0%,13%,5%,11%)
(0.00/0.13/0.05/0.11)	

CMYK yüzdeleri

%0
%12.83
%5.31
%11.37

Codes

Color #E2C5D6 in popluar color models

E2C5D6
RGB226197214
HSL325°33.33%82.94%
HSB/HSV325°12.83%88.63%
CMYK0.00%12.83%5.31%
11.37%

Color #E2C5D6 in popluar number systems.

HEXE2C5D6
Decimal226197214
Binary111000101100010111010110
Octal342305326

Shades and tints

Shades of #E2C5D6

#E2C5D6
(226,197,214)
#CEB4C3
(206,180,195)
#BAA3B0
(186,163,176)
#A6929D
(166,146,157)
#92818A
(146,129,138)
#7E7077
(126,112,119)
#6A5F64
(106,95,100)
#564E51
(86,78,81)
#423D3E
(66,61,62)
#2E2C2B
(46,44,43)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #E2C5D6

#E2C5D6
(226,197,214)
#E4CAD9
(228,202,217)
#E6CFDC
(230,207,220)
#E8D4DF
(232,212,223)
#EAD9E2
(234,217,226)
#ECDEE5
(236,222,229)
#EEE3E8
(238,227,232)
#F0E8EB
(240,232,235)
#F2EDEE
(242,237,238)
#F4F2F1
(244,242,241)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C5D6 color. Also use rgb(226,197,214) instead hex code.

Text Font Color

.myTextColor { color: #E2C5D6; }

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

This text font color is #E2C5D6.


Background Color

.myBgColor { background-color: #E2C5D6; }

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

This div background color is #E2C5D6.


Border color

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

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

This div border color is #E2C5D6.


Opacity

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

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

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

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

This text has shadow with #E2C5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C5D6 on black background.


Color preview on white background

This text has color #E2C5D6 on white background.



Black color preview on #E2C5D6 background

This text has black color on #E2C5D6 background.


White color preview on #E2C5D6 background

This text has white color on #E2C5D6 background.