COLOR #E7C3EF

HEX: #E7C3EF
RGB: (231,195,239)

Renk bilgisi

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

RGB renk modeli

#E7C3EF color RGB value is (231,195,239).

  • kırmız ton 231;
  • yeşil ton 195;
  • mavi ton 239.
RGB:
(231,195,239)
(91%,76%,94%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 195 of 255 = 76%
B 239 of 255 = 94%

231
195
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 195 + 239 = 665 (100%)
R 231 of 665 ~ 34.74%
G 195 of 665 ~ 29.32%
B 239 of 665 ~ 35.94%

%34.74
%29.32
%35.94

CMYK RENK MODELİ

#E7C3EF rengi CMYK tonu (3,18,0,6).

  • camgöbeği tonu 3.35%
  • eflatun tonu 18.41%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(3,18,0,6)
C3M18Y0K6 
(3%,18%,0%,6%)
(0.03/0.18/0.00/0.06)	

CMYK yüzdeleri

%3.35
%18.41
%0
%6.27

Codes

Color #E7C3EF in popluar color models

E7C3EF
RGB231195239
HSL289°57.89%85.10%
HSB/HSV289°18.41%93.73%
CMYK3.35%18.41%0.00%
6.27%

Color #E7C3EF in popluar number systems.

HEXE7C3EF
Decimal231195239
Binary111001111100001111101111
Octal347303357

Shades and tints

Shades of #E7C3EF

#E7C3EF
(231,195,239)
#D2B2DA
(210,178,218)
#BDA1C5
(189,161,197)
#A890B0
(168,144,176)
#937F9B
(147,127,155)
#7E6E86
(126,110,134)
#695D71
(105,93,113)
#544C5C
(84,76,92)
#3F3B47
(63,59,71)
#2A2A32
(42,42,50)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #E7C3EF

#E7C3EF
(231,195,239)
#E9C8F0
(233,200,240)
#EBCDF1
(235,205,241)
#EDD2F2
(237,210,242)
#EFD7F3
(239,215,243)
#F1DCF4
(241,220,244)
#F3E1F5
(243,225,245)
#F5E6F6
(245,230,246)
#F7EBF7
(247,235,247)
#F9F0F8
(249,240,248)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C3EF color. Also use rgb(231,195,239) instead hex code.

Text Font Color

.myTextColor { color: #E7C3EF; }

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

This text font color is #E7C3EF.


Background Color

.myBgColor { background-color: #E7C3EF; }

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

This div background color is #E7C3EF.


Border color

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

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

This div border color is #E7C3EF.


Opacity

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

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

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

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

This text has shadow with #E7C3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C3EF on black background.


Color preview on white background

This text has color #E7C3EF on white background.



Black color preview on #E7C3EF background

This text has black color on #E7C3EF background.


White color preview on #E7C3EF background

This text has white color on #E7C3EF background.