COLOR #E7C5EA

HEX: #E7C5EA
RGB: (231,197,234)

Renk bilgisi

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

RGB renk modeli

#E7C5EA color RGB value is (231,197,234).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 197 of 255 = 77%
B 234 of 255 = 92%

231
197
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 197 + 234 = 662 (100%)
R 231 of 662 ~ 34.89%
G 197 of 662 ~ 29.76%
B 234 of 662 ~ 35.35%

%34.89
%29.76
%35.35

CMYK RENK MODELİ

#E7C5EA rengi CMYK tonu (1,16,0,8).

  • camgöbeği tonu 1.28%
  • eflatun tonu 15.81%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(1,16,0,8)
C1M16Y0K8 
(1%,16%,0%,8%)
(0.01/0.16/0.00/0.08)	

CMYK yüzdeleri

%1.28
%15.81
%0
%8.24

Codes

Color #E7C5EA in popluar color models

E7C5EA
RGB231197234
HSL295°46.84%84.51%
HSB/HSV295°15.81%91.76%
CMYK1.28%15.81%0.00%
8.24%

Color #E7C5EA in popluar number systems.

HEXE7C5EA
Decimal231197234
Binary111001111100010111101010
Octal347305352

Shades and tints

Shades of #E7C5EA

#E7C5EA
(231,197,234)
#D2B4D5
(210,180,213)
#BDA3C0
(189,163,192)
#A892AB
(168,146,171)
#938196
(147,129,150)
#7E7081
(126,112,129)
#695F6C
(105,95,108)
#544E57
(84,78,87)
#3F3D42
(63,61,66)
#2A2C2D
(42,44,45)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #E7C5EA

#E7C5EA
(231,197,234)
#E9CAEB
(233,202,235)
#EBCFEC
(235,207,236)
#EDD4ED
(237,212,237)
#EFD9EE
(239,217,238)
#F1DEEF
(241,222,239)
#F3E3F0
(243,227,240)
#F5E8F1
(245,232,241)
#F7EDF2
(247,237,242)
#F9F2F3
(249,242,243)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C5EA; }

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

This text font color is #E7C5EA.


Background Color

.myBgColor { background-color: #E7C5EA; }

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

This div background color is #E7C5EA.


Border color

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

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

This div border color is #E7C5EA.


Opacity

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

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

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

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

This text has shadow with #E7C5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C5EA on black background.


Color preview on white background

This text has color #E7C5EA on white background.



Black color preview on #E7C5EA background

This text has black color on #E7C5EA background.


White color preview on #E7C5EA background

This text has white color on #E7C5EA background.