COLOR #E7C4FF

HEX: #E7C4FF
RGB: (231,196,255)

Renk bilgisi

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

RGB renk modeli

#E7C4FF color RGB value is (231,196,255).

  • kırmız ton 231;
  • yeşil ton 196;
  • mavi ton 255.
RGB:
(231,196,255)
(91%,77%,100%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 196 of 255 = 77%
B 255 of 255 = 100%

231
196
255

R + G + B ~ 89%. #E7C4FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 196 + 255 = 682 (100%)
R 231 of 682 ~ 33.87%
G 196 of 682 ~ 28.74%
B 255 of 682 ~ 37.39%

%33.87
%28.74
%37.39

CMYK RENK MODELİ

#E7C4FF rengi CMYK tonu (9,23,0,0).

  • camgöbeği tonu 9.41%
  • eflatun tonu 23.14%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(9,23,0,0)
C9M23Y0K0 
(9%,23%,0%,0%)
(0.09/0.23/0.00/0.00)	

CMYK yüzdeleri

%9.41
%23.14
%0
%0

Codes

Color #E7C4FF in popluar color models

E7C4FF
RGB231196255
HSL276°100.00%88.43%
HSB/HSV276°23.14%100.00%
CMYK9.41%23.14%0.00%
0.00%

Color #E7C4FF in popluar number systems.

HEXE7C4FF
Decimal231196255
Binary111001111100010011111111
Octal347304377

Shades and tints

Shades of #E7C4FF

#E7C4FF
(231,196,255)
#D2B3E8
(210,179,232)
#BDA2D1
(189,162,209)
#A891BA
(168,145,186)
#9380A3
(147,128,163)
#7E6F8C
(126,111,140)
#695E75
(105,94,117)
#544D5E
(84,77,94)
#3F3C47
(63,60,71)
#2A2B30
(42,43,48)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #E7C4FF

#E7C4FF
(231,196,255)
#E9C9FF
(233,201,255)
#EBCEFF
(235,206,255)
#EDD3FF
(237,211,255)
#EFD8FF
(239,216,255)
#F1DDFF
(241,221,255)
#F3E2FF
(243,226,255)
#F5E7FF
(245,231,255)
#F7ECFF
(247,236,255)
#F9F1FF
(249,241,255)
#FBF6FF
(251,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C4FF color. Also use rgb(231,196,255) instead hex code.

Text Font Color

.myTextColor { color: #E7C4FF; }

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

This text font color is #E7C4FF.


Background Color

.myBgColor { background-color: #E7C4FF; }

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

This div background color is #E7C4FF.


Border color

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

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

This div border color is #E7C4FF.


Opacity

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

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

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

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

This text has shadow with #E7C4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C4FF on black background.


Color preview on white background

This text has color #E7C4FF on white background.



Black color preview on #E7C4FF background

This text has black color on #E7C4FF background.


White color preview on #E7C4FF background

This text has white color on #E7C4FF background.