COLOR #E7BEE6

HEX: #E7BEE6
RGB: (231,190,230)

Renk bilgisi

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

RGB renk modeli

#E7BEE6 color RGB value is (231,190,230).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 190 of 255 = 75%
B 230 of 255 = 90%

231
190
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 190 + 230 = 651 (100%)
R 231 of 651 ~ 35.48%
G 190 of 651 ~ 29.19%
B 230 of 651 ~ 35.33%

%35.48
%29.19
%35.33

CMYK RENK MODELİ

#E7BEE6 rengi CMYK tonu (0,18,0,9).

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

CMYK yüzdeleri

%0
%17.75
%0.43
%9.41

Codes

Color #E7BEE6 in popluar color models

E7BEE6
RGB231190230
HSL301°46.07%82.55%
HSB/HSV301°17.75%90.59%
CMYK0.00%17.75%0.43%
9.41%

Color #E7BEE6 in popluar number systems.

HEXE7BEE6
Decimal231190230
Binary111001111011111011100110
Octal347276346

Shades and tints

Shades of #E7BEE6

#E7BEE6
(231,190,230)
#D2ADD2
(210,173,210)
#BD9CBE
(189,156,190)
#A88BAA
(168,139,170)
#937A96
(147,122,150)
#7E6982
(126,105,130)
#69586E
(105,88,110)
#54475A
(84,71,90)
#3F3646
(63,54,70)
#2A2532
(42,37,50)
#15141E
(21,20,30)
#000000
(0,0,0)

Tints of #E7BEE6

#E7BEE6
(231,190,230)
#E9C3E8
(233,195,232)
#EBC8EA
(235,200,234)
#EDCDEC
(237,205,236)
#EFD2EE
(239,210,238)
#F1D7F0
(241,215,240)
#F3DCF2
(243,220,242)
#F5E1F4
(245,225,244)
#F7E6F6
(247,230,246)
#F9EBF8
(249,235,248)
#FBF0FA
(251,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BEE6; }

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

This text font color is #E7BEE6.


Background Color

.myBgColor { background-color: #E7BEE6; }

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

This div background color is #E7BEE6.


Border color

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

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

This div border color is #E7BEE6.


Opacity

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

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

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

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

This text has shadow with #E7BEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BEE6 on black background.


Color preview on white background

This text has color #E7BEE6 on white background.



Black color preview on #E7BEE6 background

This text has black color on #E7BEE6 background.


White color preview on #E7BEE6 background

This text has white color on #E7BEE6 background.