COLOR #E7BEE0

HEX: #E7BEE0
RGB: (231,190,224)

Renk bilgisi

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

RGB renk modeli

#E7BEE0 color RGB value is (231,190,224).

  • kırmız ton 231;
  • yeşil ton 190;
  • mavi ton 224.
RGB:
(231,190,224)
(91%,75%,88%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 190 of 255 = 75%
B 224 of 255 = 88%

231
190
224

R + G + B ~ 85%. #E7BEE0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 190 + 224 = 645 (100%)
R 231 of 645 ~ 35.81%
G 190 of 645 ~ 29.46%
B 224 of 645 ~ 34.73%

%35.81
%29.46
%34.73

CMYK RENK MODELİ

#E7BEE0 rengi CMYK tonu (0,18,3,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.75%
  • sarı tonu 3.03%
  • ana renk tonu 9.41%
CMYK:
(0,18,3,9)
C0M18Y3K9 
(0%,18%,3%,9%)
(0.00/0.18/0.03/0.09)	

CMYK yüzdeleri

%0
%17.75
%3.03
%9.41

Codes

Color #E7BEE0 in popluar color models

E7BEE0
RGB231190224
HSL310°46.07%82.55%
HSB/HSV310°17.75%90.59%
CMYK0.00%17.75%3.03%
9.41%

Color #E7BEE0 in popluar number systems.

HEXE7BEE0
Decimal231190224
Binary111001111011111011100000
Octal347276340

Shades and tints

Shades of #E7BEE0

#E7BEE0
(231,190,224)
#D2ADCC
(210,173,204)
#BD9CB8
(189,156,184)
#A88BA4
(168,139,164)
#937A90
(147,122,144)
#7E697C
(126,105,124)
#695868
(105,88,104)
#544754
(84,71,84)
#3F3640
(63,54,64)
#2A252C
(42,37,44)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #E7BEE0

#E7BEE0
(231,190,224)
#E9C3E2
(233,195,226)
#EBC8E4
(235,200,228)
#EDCDE6
(237,205,230)
#EFD2E8
(239,210,232)
#F1D7EA
(241,215,234)
#F3DCEC
(243,220,236)
#F5E1EE
(245,225,238)
#F7E6F0
(247,230,240)
#F9EBF2
(249,235,242)
#FBF0F4
(251,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BEE0 color. Also use rgb(231,190,224) instead hex code.

Text Font Color

.myTextColor { color: #E7BEE0; }

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

This text font color is #E7BEE0.


Background Color

.myBgColor { background-color: #E7BEE0; }

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

This div background color is #E7BEE0.


Border color

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

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

This div border color is #E7BEE0.


Opacity

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

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

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

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

This text has shadow with #E7BEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BEE0 on black background.


Color preview on white background

This text has color #E7BEE0 on white background.



Black color preview on #E7BEE0 background

This text has black color on #E7BEE0 background.


White color preview on #E7BEE0 background

This text has white color on #E7BEE0 background.