COLOR #B7BEEE

HEX: #B7BEEE RGB: (183,190,238)

Color info

#B7BEEE contains red, green and blue colors in about the same proportion. Web safe color of #B7BEEE is #CCCCFF (or #CCF).

RGB color model

#B7BEEE color RGB value is (183,190,238).

RGB: (183,190,238) (72%, 75%, 93%)

RGB channels and saturation

R 183 of 255 = 72%
G 190 of 255 = 75%
B 238 of 255 = 93%

183
190
238

R + G + B ~ 80%. #B7BEEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 190 + 238 = 611 (100%)
R 183 of 611 ~ 29.95%
G 190 of 611 ~ 31.1%
B 238 of 611 ~ 38.95'%

%29.95
%31.1
%38.95

CMYK color model

#B7BEEE color CMYK value is (23,20,0,7).

  • cyan value is 23.11%
  • magenta value is 20.17%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (23,20,0,7)
C23M20Y0K7 (23%, 20%, 0%, 7%)
(0.23 / 0.20 / 0.00 / 0.07)

CMYK percentages

%23.11
%20.17
%0
%6.67

Codes

Color #B7BEEE in popluar color models

B7 BE EE
RGB 183 190 238
HSL 232° 61.80% 82.55%
HSB/HSV 232° 23.11% 93.33%
CMYK 23.11% 20.17% 0.00%
6.67%

Color #B7BEEE in popluar number systems.

HEX B7 BE EE
Decimal 183 190 238
Binary 10110111 10111110 11101110
Octal 267 276 356

Shades and tints

Shades of #B7BEEE

#B7BEEE
(183,190,238)
#A7ADD9
(167,173,217)
#979CC4
(151,156,196)
#878BAF
(135,139,175)
#777A9A
(119,122,154)
#676985
(103,105,133)
#575870
(87,88,112)
#47475B
(71,71,91)
#373646
(55,54,70)
#272531
(39,37,49)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #B7BEEE

#B7BEEE
(183,190,238)
#BDC3EF
(189,195,239)
#C3C8F0
(195,200,240)
#C9CDF1
(201,205,241)
#CFD2F2
(207,210,242)
#D5D7F3
(213,215,243)
#DBDCF4
(219,220,244)
#E1E1F5
(225,225,245)
#E7E6F6
(231,230,246)
#EDEBF7
(237,235,247)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BEEE; }

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

This text font color is #B7BEEE.

Background Color

.myBgColor { background-color: #B7BEEE; }

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

This div background color is #B7BEEE.

Border color

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

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

This div border color is #B7BEEE.

Opacity

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

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

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

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

This text has shadow with #B7BEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BEEE.

Preview

Color preview on black background

This text has color #B7BEEE on black background.


Color preview on white background

This text has color #B7BEEE on white background.


Black color preview on #B7BEEE background

This text has black color on #B7BEEE background.


White color preview on #B7BEEE background

This text has white color on #B7BEEE background.


Related colors

Complementary color

Complementary color for #hex is #484111.


I love getcolorcode.com

Triadic colors

1 #EEB7BE and #BEEEB7 with #B7BEEE are triadic colors.

2 #EEBEB7 and #BEB7EE with #B7BEEE are triadic colors.