COLOR #B2B2ED

HEX: #B2B2ED RGB: (178,178,237)

Color info

#B2B2ED contains red, green and blue colors in about the same proportion. Web safe color of #B2B2ED is #9999FF (or #99F).

RGB color model

#B2B2ED color RGB value is (178,178,237).

RGB: (178,178,237) (70%, 70%, 93%)

RGB channels and saturation

R 178 of 255 = 70%
G 178 of 255 = 70%
B 237 of 255 = 93%

178
178
237

R + G + B ~ 78%. #B2B2ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 178 + 237 = 593 (100%)
R 178 of 593 ~ 30.02%
G 178 of 593 ~ 30.02%
B 237 of 593 ~ 39.97'%

%30.02
%30.02
%39.97

CMYK color model

#B2B2ED color CMYK value is (25,25,0,7).

  • cyan value is 24.89%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (25,25,0,7)
C25M25Y0K7 (25%, 25%, 0%, 7%)
(0.25 / 0.25 / 0.00 / 0.07)

CMYK percentages

%24.89
%24.89
%0
%7.06

Codes

Color #B2B2ED in popluar color models

B2 B2 ED
RGB 178 178 237
HSL 240° 62.11% 81.37%
HSB/HSV 240° 24.89% 92.94%
CMYK 24.89% 24.89% 0.00%
7.06%

Color #B2B2ED in popluar number systems.

HEX B2 B2 ED
Decimal 178 178 237
Binary 10110010 10110010 11101101
Octal 262 262 355

Shades and tints

Shades of #B2B2ED

#B2B2ED
(178,178,237)
#A2A2D8
(162,162,216)
#9292C3
(146,146,195)
#8282AE
(130,130,174)
#727299
(114,114,153)
#626284
(98,98,132)
#52526F
(82,82,111)
#42425A
(66,66,90)
#323245
(50,50,69)
#222230
(34,34,48)
#12121B
(18,18,27)
#000000
(0,0,0)

Tints of #B2B2ED

#B2B2ED
(178,178,237)
#B9B9EE
(185,185,238)
#C0C0EF
(192,192,239)
#C7C7F0
(199,199,240)
#CECEF1
(206,206,241)
#D5D5F2
(213,213,242)
#DCDCF3
(220,220,243)
#E3E3F4
(227,227,244)
#EAEAF5
(234,234,245)
#F1F1F6
(241,241,246)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B2ED color. Also use rgb(178,178,237) instead hex code.

Text Font Color

.myTextColor { color: #B2B2ED; }

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

This text font color is #B2B2ED.

Background Color

.myBgColor { background-color: #B2B2ED; }

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

This div background color is #B2B2ED.

Border color

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

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

This div border color is #B2B2ED.

Opacity

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

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

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

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

This text has shadow with #B2B2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B2ED.

Preview

Color preview on black background

This text has color #B2B2ED on black background.


Color preview on white background

This text has color #B2B2ED on white background.


Black color preview on #B2B2ED background

This text has black color on #B2B2ED background.


White color preview on #B2B2ED background

This text has white color on #B2B2ED background.


Related colors

Complementary color

Complementary color for #hex is #4D4D12.


I love getcolorcode.com