COLOR #B7BBEC

HEX: #B7BBEC
RGB: (183,187,236)

Color info

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

RGB color model

#B7BBEC color RGB value is (183,187,236).

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

RGB channels and saturation

R 183 of 255 = 72%
G 187 of 255 = 73%
B 236 of 255 = 93%

183
187
236

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

Portions of RGB colors in percentages

R + G + B =
183 + 187 + 236 = 606 (100%)
R 183 of 606 ~ 30.2%
G 187 of 606 ~ 30.86%
B 236 of 606 ~ 38.94%

%30.2
%30.86
%38.94

CMYK color model

#B7BBEC color CMYK value is (22,21,0,7).

  • cyan value is 22.46%
  • magenta value is 20.76%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(22,21,0,7)
C22M21Y0K7 
(22%,21%,0%,7%)
(0.22/0.21/0.00/0.07)	

CMYK percentages

%22.46
%20.76
%0
%7.45

Codes

Color #B7BBEC in popluar color models

B7BBEC
RGB183187236
HSL235°58.24%82.16%
HSB/HSV235°22.46%92.55%
CMYK22.46%20.76%0.00%
7.45%

Color #B7BBEC in popluar number systems.

HEXB7BBEC
Decimal183187236
Binary101101111011101111101100
Octal267273354

Shades and tints

Shades of #B7BBEC

#B7BBEC
(183,187,236)
#A7AAD7
(167,170,215)
#9799C2
(151,153,194)
#8788AD
(135,136,173)
#777798
(119,119,152)
#676683
(103,102,131)
#57556E
(87,85,110)
#474459
(71,68,89)
#373344
(55,51,68)
#27222F
(39,34,47)
#17111A
(23,17,26)
#000000
(0,0,0)

Tints of #B7BBEC

#B7BBEC
(183,187,236)
#BDC1ED
(189,193,237)
#C3C7EE
(195,199,238)
#C9CDEF
(201,205,239)
#CFD3F0
(207,211,240)
#D5D9F1
(213,217,241)
#DBDFF2
(219,223,242)
#E1E5F3
(225,229,243)
#E7EBF4
(231,235,244)
#EDF1F5
(237,241,245)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BBEC; }

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

This text font color is #B7BBEC.


Background Color

.myBgColor { background-color: #B7BBEC; }

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

This div background color is #B7BBEC.


Border color

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

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

This div border color is #B7BBEC.


Opacity

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

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

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

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

This text has shadow with #B7BBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BBEC on black background.


Color preview on white background

This text has color #B7BBEC on white background.



Black color preview on #B7BBEC background

This text has black color on #B7BBEC background.


White color preview on #B7BBEC background

This text has white color on #B7BBEC background.