COLOR #B3BEDA

HEX: #B3BEDA RGB: (179,190,218)

Color info

#B3BEDA contains red, green and blue colors in about the same proportion. Web safe color of #B3BEDA is #99CCCC (or #9CC).

RGB color model

#B3BEDA color RGB value is (179,190,218).

RGB: (179,190,218) (70%, 75%, 85%)

RGB channels and saturation

R 179 of 255 = 70%
G 190 of 255 = 75%
B 218 of 255 = 85%

179
190
218

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

Portions of RGB colors in percentages

R + G + B = 179 + 190 + 218 = 587 (100%)
R 179 of 587 ~ 30.49%
G 190 of 587 ~ 32.37%
B 218 of 587 ~ 37.14'%

%30.49
%32.37
%37.14

CMYK color model

#B3BEDA color CMYK value is (18,13,0,15).

  • cyan value is 17.89%
  • magenta value is 12.84%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (18,13,0,15)
C18M13Y0K15 (18%, 13%, 0%, 15%)
(0.18 / 0.13 / 0.00 / 0.15)

CMYK percentages

%17.89
%12.84
%0
%14.51

Codes

Color #B3BEDA in popluar color models

B3 BE DA
RGB 179 190 218
HSL 223° 34.51% 77.84%
HSB/HSV 223° 17.89% 85.49%
CMYK 17.89% 12.84% 0.00%
14.51%

Color #B3BEDA in popluar number systems.

HEX B3 BE DA
Decimal 179 190 218
Binary 10110011 10111110 11011010
Octal 263 276 332

Shades and tints

Shades of #B3BEDA

#B3BEDA
(179,190,218)
#A3ADC7
(163,173,199)
#939CB4
(147,156,180)
#838BA1
(131,139,161)
#737A8E
(115,122,142)
#63697B
(99,105,123)
#535868
(83,88,104)
#434755
(67,71,85)
#333642
(51,54,66)
#23252F
(35,37,47)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #B3BEDA

#B3BEDA
(179,190,218)
#B9C3DD
(185,195,221)
#BFC8E0
(191,200,224)
#C5CDE3
(197,205,227)
#CBD2E6
(203,210,230)
#D1D7E9
(209,215,233)
#D7DCEC
(215,220,236)
#DDE1EF
(221,225,239)
#E3E6F2
(227,230,242)
#E9EBF5
(233,235,245)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BEDA color. Also use rgb(179,190,218) instead hex code.

Text Font Color

.myTextColor { color: #B3BEDA; }

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

This text font color is #B3BEDA.

Background Color

.myBgColor { background-color: #B3BEDA; }

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

This div background color is #B3BEDA.

Border color

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

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

This div border color is #B3BEDA.

Opacity

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

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

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

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

This text has shadow with #B3BEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BEDA.

Preview

Color preview on black background

This text has color #B3BEDA on black background.


Color preview on white background

This text has color #B3BEDA on white background.


Black color preview on #B3BEDA background

This text has black color on #B3BEDA background.


White color preview on #B3BEDA background

This text has white color on #B3BEDA background.


Related colors

Complementary color

Complementary color for #hex is #4C4125.


I love getcolorcode.com

Triadic colors

1 #DAB3BE and #BEDAB3 with #B3BEDA are triadic colors.

2 #DABEB3 and #BEB3DA with #B3BEDA are triadic colors.