COLOR #E7C5D9

HEX: #E7C5D9
RGB: (231,197,217)

Renk bilgisi

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

RGB renk modeli

#E7C5D9 color RGB value is (231,197,217).

  • kırmız ton 231;
  • yeşil ton 197;
  • mavi ton 217.
RGB:
(231,197,217)
(91%,77%,85%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 197 of 255 = 77%
B 217 of 255 = 85%

231
197
217

R + G + B ~ 84%. #E7C5D9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 197 + 217 = 645 (100%)
R 231 of 645 ~ 35.81%
G 197 of 645 ~ 30.54%
B 217 of 645 ~ 33.64%

%35.81
%30.54
%33.64

CMYK RENK MODELİ

#E7C5D9 rengi CMYK tonu (0,15,6,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.72%
  • sarı tonu 6.06%
  • ana renk tonu 9.41%
CMYK:
(0,15,6,9)
C0M15Y6K9 
(0%,15%,6%,9%)
(0.00/0.15/0.06/0.09)	

CMYK yüzdeleri

%0
%14.72
%6.06
%9.41

Codes

Color #E7C5D9 in popluar color models

E7C5D9
RGB231197217
HSL325°41.46%83.92%
HSB/HSV325°14.72%90.59%
CMYK0.00%14.72%6.06%
9.41%

Color #E7C5D9 in popluar number systems.

HEXE7C5D9
Decimal231197217
Binary111001111100010111011001
Octal347305331

Shades and tints

Shades of #E7C5D9

#E7C5D9
(231,197,217)
#D2B4C6
(210,180,198)
#BDA3B3
(189,163,179)
#A892A0
(168,146,160)
#93818D
(147,129,141)
#7E707A
(126,112,122)
#695F67
(105,95,103)
#544E54
(84,78,84)
#3F3D41
(63,61,65)
#2A2C2E
(42,44,46)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #E7C5D9

#E7C5D9
(231,197,217)
#E9CADC
(233,202,220)
#EBCFDF
(235,207,223)
#EDD4E2
(237,212,226)
#EFD9E5
(239,217,229)
#F1DEE8
(241,222,232)
#F3E3EB
(243,227,235)
#F5E8EE
(245,232,238)
#F7EDF1
(247,237,241)
#F9F2F4
(249,242,244)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C5D9 color. Also use rgb(231,197,217) instead hex code.

Text Font Color

.myTextColor { color: #E7C5D9; }

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

This text font color is #E7C5D9.


Background Color

.myBgColor { background-color: #E7C5D9; }

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

This div background color is #E7C5D9.


Border color

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

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

This div border color is #E7C5D9.


Opacity

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

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

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

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

This text has shadow with #E7C5D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C5D9 on black background.


Color preview on white background

This text has color #E7C5D9 on white background.



Black color preview on #E7C5D9 background

This text has black color on #E7C5D9 background.


White color preview on #E7C5D9 background

This text has white color on #E7C5D9 background.