COLOR #B7BEF5

HEX: #B7BEF5 RGB: (183,190,245)

Color info

#B7BEF5 contains mainly green and blue colors. Web safe color of #B7BEF5 is #CCCCFF (or #CCF).

RGB color model

#B7BEF5 color RGB value is (183,190,245).

RGB: (183,190,245) (72%, 75%, 96%)

RGB channels and saturation

R 183 of 255 = 72%
G 190 of 255 = 75%
B 245 of 255 = 96%

183
190
245

R + G + B ~ 81%. #B7BEF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 190 + 245 = 618 (100%)
R 183 of 618 ~ 29.61%
G 190 of 618 ~ 30.74%
B 245 of 618 ~ 39.64'%

%29.61
%30.74
%39.64

CMYK color model

#B7BEF5 color CMYK value is (25,22,0,4).

  • cyan value is 25.31%
  • magenta value is 22.45%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (25,22,0,4)
C25M22Y0K4 (25%, 22%, 0%, 4%)
(0.25 / 0.22 / 0.00 / 0.04)

CMYK percentages

%25.31
%22.45
%0
%3.92

Codes

Color #B7BEF5 in popluar color models

B7 BE F5
RGB 183 190 245
HSL 233° 75.61% 83.92%
HSB/HSV 233° 25.31% 96.08%
CMYK 25.31% 22.45% 0.00%
3.92%

Color #B7BEF5 in popluar number systems.

HEX B7 BE F5
Decimal 183 190 245
Binary 10110111 10111110 11110101
Octal 267 276 365

Shades and tints

Shades of #B7BEF5

#B7BEF5
(183,190,245)
#A7ADDF
(167,173,223)
#979CC9
(151,156,201)
#878BB3
(135,139,179)
#777A9D
(119,122,157)
#676987
(103,105,135)
#575871
(87,88,113)
#47475B
(71,71,91)
#373645
(55,54,69)
#27252F
(39,37,47)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #B7BEF5

#B7BEF5
(183,190,245)
#BDC3F5
(189,195,245)
#C3C8F5
(195,200,245)
#C9CDF5
(201,205,245)
#CFD2F5
(207,210,245)
#D5D7F5
(213,215,245)
#DBDCF5
(219,220,245)
#E1E1F5
(225,225,245)
#E7E6F5
(231,230,245)
#EDEBF5
(237,235,245)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BEF5 color. Also use rgb(183,190,245) instead hex code.

Text Font Color

.myTextColor { color: #B7BEF5; }

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

This text font color is #B7BEF5.

Background Color

.myBgColor { background-color: #B7BEF5; }

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

This div background color is #B7BEF5.

Border color

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

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

This div border color is #B7BEF5.

Opacity

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

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

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

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

This text has shadow with #B7BEF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BEF5.

Preview

Color preview on black background

This text has color #B7BEF5 on black background.


Color preview on white background

This text has color #B7BEF5 on white background.


Black color preview on #B7BEF5 background

This text has black color on #B7BEF5 background.


White color preview on #B7BEF5 background

This text has white color on #B7BEF5 background.


Related colors

Complementary color

Complementary color for #hex is #48410A.


I love getcolorcode.com

Triadic colors

1 #F5B7BE and #BEF5B7 with #B7BEF5 are triadic colors.

2 #F5BEB7 and #BEB7F5 with #B7BEF5 are triadic colors.