COLOR #B2B5EC

HEX: #B2B5EC
RGB: (178,181,236)

Renk bilgisi

#B2B5EC contains red, green and blue colors in about the same proportion. #B2B5EC ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#B2B5EC color RGB value is (178,181,236).

  • kırmız ton 178;
  • yeşil ton 181;
  • mavi ton 236.
RGB:
(178,181,236)
(70%,71%,93%)

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 181 of 255 = 71%
B 236 of 255 = 93%

178
181
236

R + G + B ~ 78%. #B2B5EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 181 + 236 = 595 (100%)
R 178 of 595 ~ 29.92%
G 181 of 595 ~ 30.42%
B 236 of 595 ~ 39.66%

%29.92
%30.42
%39.66

CMYK RENK MODELİ

#B2B5EC rengi CMYK tonu (25,23,0,7).

  • camgöbeği tonu 24.58%
  • eflatun tonu 23.31%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(25,23,0,7)
C25M23Y0K7 
(25%,23%,0%,7%)
(0.25/0.23/0.00/0.07)	

CMYK yüzdeleri

%24.58
%23.31
%0
%7.45

Codes

Color #B2B5EC in popluar color models

B2B5EC
RGB178181236
HSL237°60.42%81.18%
HSB/HSV237°24.58%92.55%
CMYK24.58%23.31%0.00%
7.45%

Color #B2B5EC in popluar number systems.

HEXB2B5EC
Decimal178181236
Binary101100101011010111101100
Octal262265354

Shades and tints

Shades of #B2B5EC

#B2B5EC
(178,181,236)
#A2A5D7
(162,165,215)
#9295C2
(146,149,194)
#8285AD
(130,133,173)
#727598
(114,117,152)
#626583
(98,101,131)
#52556E
(82,85,110)
#424559
(66,69,89)
#323544
(50,53,68)
#22252F
(34,37,47)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #B2B5EC

#B2B5EC
(178,181,236)
#B9BBED
(185,187,237)
#C0C1EE
(192,193,238)
#C7C7EF
(199,199,239)
#CECDF0
(206,205,240)
#D5D3F1
(213,211,241)
#DCD9F2
(220,217,242)
#E3DFF3
(227,223,243)
#EAE5F4
(234,229,244)
#F1EBF5
(241,235,245)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B5EC color. Also use rgb(178,181,236) instead hex code.

Text Font Color

.myTextColor { color: #B2B5EC; }

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

This text font color is #B2B5EC.


Background Color

.myBgColor { background-color: #B2B5EC; }

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

This div background color is #B2B5EC.


Border color

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

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

This div border color is #B2B5EC.


Opacity

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

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

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

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

This text has shadow with #B2B5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B5EC on black background.


Color preview on white background

This text has color #B2B5EC on white background.



Black color preview on #B2B5EC background

This text has black color on #B2B5EC background.


White color preview on #B2B5EC background

This text has white color on #B2B5EC background.