COLOR #B4BECB

HEX: #B4BECB
RGB: (180,190,203)

Color info

#B4BECB contains red, green and blue colors in about the same proportion. Web safe color of #B4BECB is #CCCCCC (or #CCC).

RGB color model

#B4BECB color RGB value is (180,190,203).

  • red value is 180;
  • green value is 190;
  • blue value is 203.
RGB:
(180,190,203)
(71%,75%,80%)

RGB channels and saturation

R 180 of 255 = 71%
G 190 of 255 = 75%
B 203 of 255 = 80%

180
190
203

R + G + B ~ 75%. #B4BECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 190 + 203 = 573 (100%)
R 180 of 573 ~ 31.41%
G 190 of 573 ~ 33.16%
B 203 of 573 ~ 35.43%

%31.41
%33.16
%35.43

CMYK color model

#B4BECB color CMYK value is (11,6,0,20).

  • cyan value is 11.33%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(11,6,0,20)
C11M6Y0K20 
(11%,6%,0%,20%)
(0.11/0.06/0.00/0.20)	

CMYK percentages

%11.33
%6.4
%0
%20.39

Codes

Color #B4BECB in popluar color models

B4BECB
RGB180190203
HSL214°18.11%75.10%
HSB/HSV214°11.33%79.61%
CMYK11.33%6.40%0.00%
20.39%

Color #B4BECB in popluar number systems.

HEXB4BECB
Decimal180190203
Binary101101001011111011001011
Octal264276313

Shades and tints

Shades of #B4BECB

#B4BECB
(180,190,203)
#A4ADB9
(164,173,185)
#949CA7
(148,156,167)
#848B95
(132,139,149)
#747A83
(116,122,131)
#646971
(100,105,113)
#54585F
(84,88,95)
#44474D
(68,71,77)
#34363B
(52,54,59)
#242529
(36,37,41)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #B4BECB

#B4BECB
(180,190,203)
#BAC3CF
(186,195,207)
#C0C8D3
(192,200,211)
#C6CDD7
(198,205,215)
#CCD2DB
(204,210,219)
#D2D7DF
(210,215,223)
#D8DCE3
(216,220,227)
#DEE1E7
(222,225,231)
#E4E6EB
(228,230,235)
#EAEBEF
(234,235,239)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BECB color. Also use rgb(180,190,203) instead hex code.

Text Font Color

.myTextColor { color: #B4BECB; }

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

This text font color is #B4BECB.


Background Color

.myBgColor { background-color: #B4BECB; }

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

This div background color is #B4BECB.


Border color

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

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

This div border color is #B4BECB.


Opacity

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

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

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

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

This text has shadow with #B4BECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BECB on black background.


Color preview on white background

This text has color #B4BECB on white background.



Black color preview on #B4BECB background

This text has black color on #B4BECB background.


White color preview on #B4BECB background

This text has white color on #B4BECB background.