COLOR #B1A5EC

HEX: #B1A5EC
RGB: (177,165,236)

Renk bilgisi

#B1A5EC contains mainly red and blue colors. #B1A5EC ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#B1A5EC color RGB value is (177,165,236).

  • kırmız ton 177;
  • yeşil ton 165;
  • mavi ton 236.
RGB:
(177,165,236)
(69%,65%,93%)

RGB bağlantıları ve doygunluk

R 177 of 255 = 69%
G 165 of 255 = 65%
B 236 of 255 = 93%

177
165
236

R + G + B ~ 76%. #B1A5EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
177 + 165 + 236 = 578 (100%)
R 177 of 578 ~ 30.62%
G 165 of 578 ~ 28.55%
B 236 of 578 ~ 40.83%

%30.62
%28.55
%40.83

CMYK RENK MODELİ

#B1A5EC rengi CMYK tonu (25,30,0,7).

  • camgöbeği tonu 25.00%
  • eflatun tonu 30.08%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(25,30,0,7)
C25M30Y0K7 
(25%,30%,0%,7%)
(0.25/0.30/0.00/0.07)	

CMYK yüzdeleri

%25
%30.08
%0
%7.45

Codes

Color #B1A5EC in popluar color models

B1A5EC
RGB177165236
HSL250°65.14%78.63%
HSB/HSV250°30.08%92.55%
CMYK25.00%30.08%0.00%
7.45%

Color #B1A5EC in popluar number systems.

HEXB1A5EC
Decimal177165236
Binary101100011010010111101100
Octal261245354

Shades and tints

Shades of #B1A5EC

#B1A5EC
(177,165,236)
#A196D7
(161,150,215)
#9187C2
(145,135,194)
#8178AD
(129,120,173)
#716998
(113,105,152)
#615A83
(97,90,131)
#514B6E
(81,75,110)
#413C59
(65,60,89)
#312D44
(49,45,68)
#211E2F
(33,30,47)
#110F1A
(17,15,26)
#000000
(0,0,0)

Tints of #B1A5EC

#B1A5EC
(177,165,236)
#B8ADED
(184,173,237)
#BFB5EE
(191,181,238)
#C6BDEF
(198,189,239)
#CDC5F0
(205,197,240)
#D4CDF1
(212,205,241)
#DBD5F2
(219,213,242)
#E2DDF3
(226,221,243)
#E9E5F4
(233,229,244)
#F0EDF5
(240,237,245)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A5EC color. Also use rgb(177,165,236) instead hex code.

Text Font Color

.myTextColor { color: #B1A5EC; }

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

This text font color is #B1A5EC.


Background Color

.myBgColor { background-color: #B1A5EC; }

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

This div background color is #B1A5EC.


Border color

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

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

This div border color is #B1A5EC.


Opacity

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

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

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

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

This text has shadow with #B1A5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A5EC on black background.


Color preview on white background

This text has color #B1A5EC on white background.



Black color preview on #B1A5EC background

This text has black color on #B1A5EC background.


White color preview on #B1A5EC background

This text has white color on #B1A5EC background.