COLOR #B7B2DF

HEX: #B7B2DF
RGB: (183,178,223)

Color info

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

RGB color model

#B7B2DF color RGB value is (183,178,223).

  • red value is 183;
  • green value is 178;
  • blue value is 223.
RGB:
(183,178,223)
(72%,70%,87%)

RGB channels and saturation

R 183 of 255 = 72%
G 178 of 255 = 70%
B 223 of 255 = 87%

183
178
223

R + G + B ~ 76%. #B7B2DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 178 + 223 = 584 (100%)
R 183 of 584 ~ 31.34%
G 178 of 584 ~ 30.48%
B 223 of 584 ~ 38.18%

%31.34
%30.48
%38.18

CMYK color model

#B7B2DF color CMYK value is (18,20,0,13).

  • cyan value is 17.94%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(18,20,0,13)
C18M20Y0K13 
(18%,20%,0%,13%)
(0.18/0.20/0.00/0.13)	

CMYK percentages

%17.94
%20.18
%0
%12.55

Codes

Color #B7B2DF in popluar color models

B7B2DF
RGB183178223
HSL247°41.28%78.63%
HSB/HSV247°20.18%87.45%
CMYK17.94%20.18%0.00%
12.55%

Color #B7B2DF in popluar number systems.

HEXB7B2DF
Decimal183178223
Binary101101111011001011011111
Octal267262337

Shades and tints

Shades of #B7B2DF

#B7B2DF
(183,178,223)
#A7A2CB
(167,162,203)
#9792B7
(151,146,183)
#8782A3
(135,130,163)
#77728F
(119,114,143)
#67627B
(103,98,123)
#575267
(87,82,103)
#474253
(71,66,83)
#37323F
(55,50,63)
#27222B
(39,34,43)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #B7B2DF

#B7B2DF
(183,178,223)
#BDB9E1
(189,185,225)
#C3C0E3
(195,192,227)
#C9C7E5
(201,199,229)
#CFCEE7
(207,206,231)
#D5D5E9
(213,213,233)
#DBDCEB
(219,220,235)
#E1E3ED
(225,227,237)
#E7EAEF
(231,234,239)
#EDF1F1
(237,241,241)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B2DF; }

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

This text font color is #B7B2DF.


Background Color

.myBgColor { background-color: #B7B2DF; }

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

This div background color is #B7B2DF.


Border color

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

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

This div border color is #B7B2DF.


Opacity

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

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

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

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

This text has shadow with #B7B2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B2DF on black background.


Color preview on white background

This text has color #B7B2DF on white background.



Black color preview on #B7B2DF background

This text has black color on #B7B2DF background.


White color preview on #B7B2DF background

This text has white color on #B7B2DF background.