COLOR #B7B2EF

HEX: #B7B2EF RGB: (183,178,239)

Color info

#B7B2EF contains mainly red and blue colors. Web safe color of #B7B2EF is #CC99FF (or #C9F).

RGB color model

#B7B2EF color RGB value is (183,178,239).

RGB: (183,178,239) (72%, 70%, 94%)

RGB channels and saturation

R 183 of 255 = 72%
G 178 of 255 = 70%
B 239 of 255 = 94%

183
178
239

R + G + B ~ 79%. #B7B2EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 178 + 239 = 600 (100%)
R 183 of 600 ~ 30.5%
G 178 of 600 ~ 29.67%
B 239 of 600 ~ 39.83'%

%30.5
%29.67
%39.83

CMYK color model

#B7B2EF color CMYK value is (23,26,0,6).

  • cyan value is 23.43%
  • magenta value is 25.52%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (23,26,0,6)
C23M26Y0K6 (23%, 26%, 0%, 6%)
(0.23 / 0.26 / 0.00 / 0.06)

CMYK percentages

%23.43
%25.52
%0
%6.27

Codes

Color #B7B2EF in popluar color models

B7 B2 EF
RGB 183 178 239
HSL 245° 65.59% 81.76%
HSB/HSV 245° 25.52% 93.73%
CMYK 23.43% 25.52% 0.00%
6.27%

Color #B7B2EF in popluar number systems.

HEX B7 B2 EF
Decimal 183 178 239
Binary 10110111 10110010 11101111
Octal 267 262 357

Shades and tints

Shades of #B7B2EF

#B7B2EF
(183,178,239)
#A7A2DA
(167,162,218)
#9792C5
(151,146,197)
#8782B0
(135,130,176)
#77729B
(119,114,155)
#676286
(103,98,134)
#575271
(87,82,113)
#47425C
(71,66,92)
#373247
(55,50,71)
#272232
(39,34,50)
#17121D
(23,18,29)
#000000
(0,0,0)

Tints of #B7B2EF

#B7B2EF
(183,178,239)
#BDB9F0
(189,185,240)
#C3C0F1
(195,192,241)
#C9C7F2
(201,199,242)
#CFCEF3
(207,206,243)
#D5D5F4
(213,213,244)
#DBDCF5
(219,220,245)
#E1E3F6
(225,227,246)
#E7EAF7
(231,234,247)
#EDF1F8
(237,241,248)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B2EF; }

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

This text font color is #B7B2EF.

Background Color

.myBgColor { background-color: #B7B2EF; }

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

This div background color is #B7B2EF.

Border color

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

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

This div border color is #B7B2EF.

Opacity

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

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

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

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

This text has shadow with #B7B2EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B2EF.

Preview

Color preview on black background

This text has color #B7B2EF on black background.


Color preview on white background

This text has color #B7B2EF on white background.


Black color preview on #B7B2EF background

This text has black color on #B7B2EF background.


White color preview on #B7B2EF background

This text has white color on #B7B2EF background.


Related colors

Complementary color

Complementary color for #hex is #484D10.


I love getcolorcode.com

Triadic colors

1 #EFB7B2 and #B2EFB7 with #B7B2EF are triadic colors.

2 #EFB2B7 and #B2B7EF with #B7B2EF are triadic colors.