COLOR #B7C1EF

HEX: #B7C1EF
RGB: (183,193,239)

Color info

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

RGB color model

#B7C1EF color RGB value is (183,193,239).

  • red value is 183;
  • green value is 193;
  • blue value is 239.
RGB:
(183,193,239)
(72%,76%,94%)

RGB channels and saturation

R 183 of 255 = 72%
G 193 of 255 = 76%
B 239 of 255 = 94%

183
193
239

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

Portions of RGB colors in percentages

R + G + B =
183 + 193 + 239 = 615 (100%)
R 183 of 615 ~ 29.76%
G 193 of 615 ~ 31.38%
B 239 of 615 ~ 38.86%

%29.76
%31.38
%38.86

CMYK color model

#B7C1EF color CMYK value is (23,19,0,6).

  • cyan value is 23.43%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(23,19,0,6)
C23M19Y0K6 
(23%,19%,0%,6%)
(0.23/0.19/0.00/0.06)	

CMYK percentages

%23.43
%19.25
%0
%6.27

Codes

Color #B7C1EF in popluar color models

B7C1EF
RGB183193239
HSL229°63.64%82.75%
HSB/HSV229°23.43%93.73%
CMYK23.43%19.25%0.00%
6.27%

Color #B7C1EF in popluar number systems.

HEXB7C1EF
Decimal183193239
Binary101101111100000111101111
Octal267301357

Shades and tints

Shades of #B7C1EF

#B7C1EF
(183,193,239)
#A7B0DA
(167,176,218)
#979FC5
(151,159,197)
#878EB0
(135,142,176)
#777D9B
(119,125,155)
#676C86
(103,108,134)
#575B71
(87,91,113)
#474A5C
(71,74,92)
#373947
(55,57,71)
#272832
(39,40,50)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #B7C1EF

#B7C1EF
(183,193,239)
#BDC6F0
(189,198,240)
#C3CBF1
(195,203,241)
#C9D0F2
(201,208,242)
#CFD5F3
(207,213,243)
#D5DAF4
(213,218,244)
#DBDFF5
(219,223,245)
#E1E4F6
(225,228,246)
#E7E9F7
(231,233,247)
#EDEEF8
(237,238,248)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C1EF; }

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

This text font color is #B7C1EF.


Background Color

.myBgColor { background-color: #B7C1EF; }

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

This div background color is #B7C1EF.


Border color

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

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

This div border color is #B7C1EF.


Opacity

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

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

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

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

This text has shadow with #B7C1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C1EF on black background.


Color preview on white background

This text has color #B7C1EF on white background.



Black color preview on #B7C1EF background

This text has black color on #B7C1EF background.


White color preview on #B7C1EF background

This text has white color on #B7C1EF background.