COLOR #B5B2DA

HEX: #B5B2DA
RGB: (181,178,218)

Color info

#B5B2DA contains red, green and blue colors in about the same proportion. Web safe color of #B5B2DA is #CC99CC (or #C9C).

RGB color model

#B5B2DA color RGB value is (181,178,218).

  • red value is 181;
  • green value is 178;
  • blue value is 218.
RGB:
(181,178,218)
(71%,70%,85%)

RGB channels and saturation

R 181 of 255 = 71%
G 178 of 255 = 70%
B 218 of 255 = 85%

181
178
218

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

Portions of RGB colors in percentages

R + G + B =
181 + 178 + 218 = 577 (100%)
R 181 of 577 ~ 31.37%
G 178 of 577 ~ 30.85%
B 218 of 577 ~ 37.78%

%31.37
%30.85
%37.78

CMYK color model

#B5B2DA color CMYK value is (17,18,0,15).

  • cyan value is 16.97%
  • magenta value is 18.35%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(17,18,0,15)
C17M18Y0K15 
(17%,18%,0%,15%)
(0.17/0.18/0.00/0.15)	

CMYK percentages

%16.97
%18.35
%0
%14.51

Codes

Color #B5B2DA in popluar color models

B5B2DA
RGB181178218
HSL245°35.09%77.65%
HSB/HSV245°18.35%85.49%
CMYK16.97%18.35%0.00%
14.51%

Color #B5B2DA in popluar number systems.

HEXB5B2DA
Decimal181178218
Binary101101011011001011011010
Octal265262332

Shades and tints

Shades of #B5B2DA

#B5B2DA
(181,178,218)
#A5A2C7
(165,162,199)
#9592B4
(149,146,180)
#8582A1
(133,130,161)
#75728E
(117,114,142)
#65627B
(101,98,123)
#555268
(85,82,104)
#454255
(69,66,85)
#353242
(53,50,66)
#25222F
(37,34,47)
#15121C
(21,18,28)
#000000
(0,0,0)

Tints of #B5B2DA

#B5B2DA
(181,178,218)
#BBB9DD
(187,185,221)
#C1C0E0
(193,192,224)
#C7C7E3
(199,199,227)
#CDCEE6
(205,206,230)
#D3D5E9
(211,213,233)
#D9DCEC
(217,220,236)
#DFE3EF
(223,227,239)
#E5EAF2
(229,234,242)
#EBF1F5
(235,241,245)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B2DA; }

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

This text font color is #B5B2DA.


Background Color

.myBgColor { background-color: #B5B2DA; }

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

This div background color is #B5B2DA.


Border color

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

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

This div border color is #B5B2DA.


Opacity

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

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

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

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

This text has shadow with #B5B2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B2DA on black background.


Color preview on white background

This text has color #B5B2DA on white background.



Black color preview on #B5B2DA background

This text has black color on #B5B2DA background.


White color preview on #B5B2DA background

This text has white color on #B5B2DA background.