COLOR #B5BBDD

HEX: #B5BBDD
RGB: (181,187,221)

Renk bilgisi

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

RGB renk modeli

#B5BBDD color RGB value is (181,187,221).

  • kırmız ton 181;
  • yeşil ton 187;
  • mavi ton 221.
RGB:
(181,187,221)
(71%,73%,87%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 187 of 255 = 73%
B 221 of 255 = 87%

181
187
221

R + G + B ~ 77%. #B5BBDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 187 + 221 = 589 (100%)
R 181 of 589 ~ 30.73%
G 187 of 589 ~ 31.75%
B 221 of 589 ~ 37.52%

%30.73
%31.75
%37.52

CMYK RENK MODELİ

#B5BBDD rengi CMYK tonu (18,15,0,13).

  • camgöbeği tonu 18.10%
  • eflatun tonu 15.38%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(18,15,0,13)
C18M15Y0K13 
(18%,15%,0%,13%)
(0.18/0.15/0.00/0.13)	

CMYK yüzdeleri

%18.1
%15.38
%0
%13.33

Codes

Color #B5BBDD in popluar color models

B5BBDD
RGB181187221
HSL231°37.04%78.82%
HSB/HSV231°18.10%86.67%
CMYK18.10%15.38%0.00%
13.33%

Color #B5BBDD in popluar number systems.

HEXB5BBDD
Decimal181187221
Binary101101011011101111011101
Octal265273335

Shades and tints

Shades of #B5BBDD

#B5BBDD
(181,187,221)
#A5AAC9
(165,170,201)
#9599B5
(149,153,181)
#8588A1
(133,136,161)
#75778D
(117,119,141)
#656679
(101,102,121)
#555565
(85,85,101)
#454451
(69,68,81)
#35333D
(53,51,61)
#252229
(37,34,41)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #B5BBDD

#B5BBDD
(181,187,221)
#BBC1E0
(187,193,224)
#C1C7E3
(193,199,227)
#C7CDE6
(199,205,230)
#CDD3E9
(205,211,233)
#D3D9EC
(211,217,236)
#D9DFEF
(217,223,239)
#DFE5F2
(223,229,242)
#E5EBF5
(229,235,245)
#EBF1F8
(235,241,248)
#F1F7FB
(241,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BBDD color. Also use rgb(181,187,221) instead hex code.

Text Font Color

.myTextColor { color: #B5BBDD; }

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

This text font color is #B5BBDD.


Background Color

.myBgColor { background-color: #B5BBDD; }

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

This div background color is #B5BBDD.


Border color

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

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

This div border color is #B5BBDD.


Opacity

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

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

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

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

This text has shadow with #B5BBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BBDD on black background.


Color preview on white background

This text has color #B5BBDD on white background.



Black color preview on #B5BBDD background

This text has black color on #B5BBDD background.


White color preview on #B5BBDD background

This text has white color on #B5BBDD background.