COLOR #B4BED9

HEX: #B4BED9
RGB: (180,190,217)

Color info

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

RGB color model

#B4BED9 color RGB value is (180,190,217).

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

RGB channels and saturation

R 180 of 255 = 71%
G 190 of 255 = 75%
B 217 of 255 = 85%

180
190
217

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

Portions of RGB colors in percentages

R + G + B =
180 + 190 + 217 = 587 (100%)
R 180 of 587 ~ 30.66%
G 190 of 587 ~ 32.37%
B 217 of 587 ~ 36.97%

%30.66
%32.37
%36.97

CMYK color model

#B4BED9 color CMYK value is (17,12,0,15).

  • cyan value is 17.05%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(17,12,0,15)
C17M12Y0K15 
(17%,12%,0%,15%)
(0.17/0.12/0.00/0.15)	

CMYK percentages

%17.05
%12.44
%0
%14.9

Codes

Color #B4BED9 in popluar color models

B4BED9
RGB180190217
HSL224°32.74%77.84%
HSB/HSV224°17.05%85.10%
CMYK17.05%12.44%0.00%
14.90%

Color #B4BED9 in popluar number systems.

HEXB4BED9
Decimal180190217
Binary101101001011111011011001
Octal264276331

Shades and tints

Shades of #B4BED9

#B4BED9
(180,190,217)
#A4ADC6
(164,173,198)
#949CB3
(148,156,179)
#848BA0
(132,139,160)
#747A8D
(116,122,141)
#64697A
(100,105,122)
#545867
(84,88,103)
#444754
(68,71,84)
#343641
(52,54,65)
#24252E
(36,37,46)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #B4BED9

#B4BED9
(180,190,217)
#BAC3DC
(186,195,220)
#C0C8DF
(192,200,223)
#C6CDE2
(198,205,226)
#CCD2E5
(204,210,229)
#D2D7E8
(210,215,232)
#D8DCEB
(216,220,235)
#DEE1EE
(222,225,238)
#E4E6F1
(228,230,241)
#EAEBF4
(234,235,244)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BED9; }

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

This text font color is #B4BED9.


Background Color

.myBgColor { background-color: #B4BED9; }

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

This div background color is #B4BED9.


Border color

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

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

This div border color is #B4BED9.


Opacity

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

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

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

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

This text has shadow with #B4BED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BED9 on black background.


Color preview on white background

This text has color #B4BED9 on white background.



Black color preview on #B4BED9 background

This text has black color on #B4BED9 background.


White color preview on #B4BED9 background

This text has white color on #B4BED9 background.