COLOR #E6BEF8

HEX: #E6BEF8
RGB: (230,190,248)

Renk bilgisi

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

RGB renk modeli

#E6BEF8 color RGB value is (230,190,248).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 190 of 255 = 75%
B 248 of 255 = 97%

230
190
248

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 190 + 248 = 668 (100%)
R 230 of 668 ~ 34.43%
G 190 of 668 ~ 28.44%
B 248 of 668 ~ 37.13%

%34.43
%28.44
%37.13

CMYK RENK MODELİ

#E6BEF8 rengi CMYK tonu (7,23,0,3).

  • camgöbeği tonu 7.26%
  • eflatun tonu 23.39%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(7,23,0,3)
C7M23Y0K3 
(7%,23%,0%,3%)
(0.07/0.23/0.00/0.03)	

CMYK yüzdeleri

%7.26
%23.39
%0
%2.75

Codes

Color #E6BEF8 in popluar color models

E6BEF8
RGB230190248
HSL281°80.56%85.88%
HSB/HSV281°23.39%97.25%
CMYK7.26%23.39%0.00%
2.75%

Color #E6BEF8 in popluar number systems.

HEXE6BEF8
Decimal230190248
Binary111001101011111011111000
Octal346276370

Shades and tints

Shades of #E6BEF8

#E6BEF8
(230,190,248)
#D2ADE2
(210,173,226)
#BE9CCC
(190,156,204)
#AA8BB6
(170,139,182)
#967AA0
(150,122,160)
#82698A
(130,105,138)
#6E5874
(110,88,116)
#5A475E
(90,71,94)
#463648
(70,54,72)
#322532
(50,37,50)
#1E141C
(30,20,28)
#000000
(0,0,0)

Tints of #E6BEF8

#E6BEF8
(230,190,248)
#E8C3F8
(232,195,248)
#EAC8F8
(234,200,248)
#ECCDF8
(236,205,248)
#EED2F8
(238,210,248)
#F0D7F8
(240,215,248)
#F2DCF8
(242,220,248)
#F4E1F8
(244,225,248)
#F6E6F8
(246,230,248)
#F8EBF8
(248,235,248)
#FAF0F8
(250,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BEF8; }

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

This text font color is #E6BEF8.


Background Color

.myBgColor { background-color: #E6BEF8; }

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

This div background color is #E6BEF8.


Border color

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

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

This div border color is #E6BEF8.


Opacity

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

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

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

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

This text has shadow with #E6BEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BEF8 on black background.


Color preview on white background

This text has color #E6BEF8 on white background.



Black color preview on #E6BEF8 background

This text has black color on #E6BEF8 background.


White color preview on #E6BEF8 background

This text has white color on #E6BEF8 background.