COLOR #B5BBEC

HEX: #B5BBEC
RGB: (181,187,236)

Color info

#B5BBEC contains red, green and blue colors in about the same proportion. Web safe color of #B5BBEC is #CCCCFF (or #CCF).

RGB color model

#B5BBEC color RGB value is (181,187,236).

  • red value is 181;
  • green value is 187;
  • blue value is 236.
RGB:
(181,187,236)
(71%,73%,93%)

RGB channels and saturation

R 181 of 255 = 71%
G 187 of 255 = 73%
B 236 of 255 = 93%

181
187
236

R + G + B ~ 79%. #B5BBEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 187 + 236 = 604 (100%)
R 181 of 604 ~ 29.97%
G 187 of 604 ~ 30.96%
B 236 of 604 ~ 39.07%

%29.97
%30.96
%39.07

CMYK color model

#B5BBEC color CMYK value is (23,21,0,7).

  • cyan value is 23.31%
  • magenta value is 20.76%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(23,21,0,7)
C23M21Y0K7 
(23%,21%,0%,7%)
(0.23/0.21/0.00/0.07)	

CMYK percentages

%23.31
%20.76
%0
%7.45

Codes

Color #B5BBEC in popluar color models

B5BBEC
RGB181187236
HSL233°59.14%81.76%
HSB/HSV233°23.31%92.55%
CMYK23.31%20.76%0.00%
7.45%

Color #B5BBEC in popluar number systems.

HEXB5BBEC
Decimal181187236
Binary101101011011101111101100
Octal265273354

Shades and tints

Shades of #B5BBEC

#B5BBEC
(181,187,236)
#A5AAD7
(165,170,215)
#9599C2
(149,153,194)
#8588AD
(133,136,173)
#757798
(117,119,152)
#656683
(101,102,131)
#55556E
(85,85,110)
#454459
(69,68,89)
#353344
(53,51,68)
#25222F
(37,34,47)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #B5BBEC

#B5BBEC
(181,187,236)
#BBC1ED
(187,193,237)
#C1C7EE
(193,199,238)
#C7CDEF
(199,205,239)
#CDD3F0
(205,211,240)
#D3D9F1
(211,217,241)
#D9DFF2
(217,223,242)
#DFE5F3
(223,229,243)
#E5EBF4
(229,235,244)
#EBF1F5
(235,241,245)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BBEC; }

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

This text font color is #B5BBEC.


Background Color

.myBgColor { background-color: #B5BBEC; }

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

This div background color is #B5BBEC.


Border color

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

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

This div border color is #B5BBEC.


Opacity

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

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

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

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

This text has shadow with #B5BBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BBEC on black background.


Color preview on white background

This text has color #B5BBEC on white background.



Black color preview on #B5BBEC background

This text has black color on #B5BBEC background.


White color preview on #B5BBEC background

This text has white color on #B5BBEC background.