COLOR #E6BCFA

HEX: #E6BCFA
RGB: (230,188,250)

Renk bilgisi

#E6BCFA contains mainly red and blue colors. #E6BCFA ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#E6BCFA color RGB value is (230,188,250).

  • kırmız ton 230;
  • yeşil ton 188;
  • mavi ton 250.
RGB:
(230,188,250)
(90%,74%,98%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 188 of 255 = 74%
B 250 of 255 = 98%

230
188
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 188 + 250 = 668 (100%)
R 230 of 668 ~ 34.43%
G 188 of 668 ~ 28.14%
B 250 of 668 ~ 37.43%

%34.43
%28.14
%37.43

CMYK RENK MODELİ

#E6BCFA rengi CMYK tonu (8,25,0,2).

  • camgöbeği tonu 8.00%
  • eflatun tonu 24.80%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(8,25,0,2)
C8M25Y0K2 
(8%,25%,0%,2%)
(0.08/0.25/0.00/0.02)	

CMYK yüzdeleri

%8
%24.8
%0
%1.96

Codes

Color #E6BCFA in popluar color models

E6BCFA
RGB230188250
HSL281°86.11%85.88%
HSB/HSV281°24.80%98.04%
CMYK8.00%24.80%0.00%
1.96%

Color #E6BCFA in popluar number systems.

HEXE6BCFA
Decimal230188250
Binary111001101011110011111010
Octal346274372

Shades and tints

Shades of #E6BCFA

#E6BCFA
(230,188,250)
#D2ABE4
(210,171,228)
#BE9ACE
(190,154,206)
#AA89B8
(170,137,184)
#9678A2
(150,120,162)
#82678C
(130,103,140)
#6E5676
(110,86,118)
#5A4560
(90,69,96)
#46344A
(70,52,74)
#322334
(50,35,52)
#1E121E
(30,18,30)
#000000
(0,0,0)

Tints of #E6BCFA

#E6BCFA
(230,188,250)
#E8C2FA
(232,194,250)
#EAC8FA
(234,200,250)
#ECCEFA
(236,206,250)
#EED4FA
(238,212,250)
#F0DAFA
(240,218,250)
#F2E0FA
(242,224,250)
#F4E6FA
(244,230,250)
#F6ECFA
(246,236,250)
#F8F2FA
(248,242,250)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BCFA color. Also use rgb(230,188,250) instead hex code.

Text Font Color

.myTextColor { color: #E6BCFA; }

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

This text font color is #E6BCFA.


Background Color

.myBgColor { background-color: #E6BCFA; }

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

This div background color is #E6BCFA.


Border color

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

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

This div border color is #E6BCFA.


Opacity

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

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

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

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

This text has shadow with #E6BCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BCFA on black background.


Color preview on white background

This text has color #E6BCFA on white background.



Black color preview on #E6BCFA background

This text has black color on #E6BCFA background.


White color preview on #E6BCFA background

This text has white color on #E6BCFA background.