COLOR #B7CBE7

HEX: #B7CBE7
RGB: (183,203,231)

Color info

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

RGB color model

#B7CBE7 color RGB value is (183,203,231).

  • red value is 183;
  • green value is 203;
  • blue value is 231.
RGB:
(183,203,231)
(72%,80%,91%)

RGB channels and saturation

R 183 of 255 = 72%
G 203 of 255 = 80%
B 231 of 255 = 91%

183
203
231

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

Portions of RGB colors in percentages

R + G + B =
183 + 203 + 231 = 617 (100%)
R 183 of 617 ~ 29.66%
G 203 of 617 ~ 32.9%
B 231 of 617 ~ 37.44%

%29.66
%32.9
%37.44

CMYK color model

#B7CBE7 color CMYK value is (21,12,0,9).

  • cyan value is 20.78%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(21,12,0,9)
C21M12Y0K9 
(21%,12%,0%,9%)
(0.21/0.12/0.00/0.09)	

CMYK percentages

%20.78
%12.12
%0
%9.41

Codes

Color #B7CBE7 in popluar color models

B7CBE7
RGB183203231
HSL215°50.00%81.18%
HSB/HSV215°20.78%90.59%
CMYK20.78%12.12%0.00%
9.41%

Color #B7CBE7 in popluar number systems.

HEXB7CBE7
Decimal183203231
Binary101101111100101111100111
Octal267313347

Shades and tints

Shades of #B7CBE7

#B7CBE7
(183,203,231)
#A7B9D2
(167,185,210)
#97A7BD
(151,167,189)
#8795A8
(135,149,168)
#778393
(119,131,147)
#67717E
(103,113,126)
#575F69
(87,95,105)
#474D54
(71,77,84)
#373B3F
(55,59,63)
#27292A
(39,41,42)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #B7CBE7

#B7CBE7
(183,203,231)
#BDCFE9
(189,207,233)
#C3D3EB
(195,211,235)
#C9D7ED
(201,215,237)
#CFDBEF
(207,219,239)
#D5DFF1
(213,223,241)
#DBE3F3
(219,227,243)
#E1E7F5
(225,231,245)
#E7EBF7
(231,235,247)
#EDEFF9
(237,239,249)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CBE7 color. Also use rgb(183,203,231) instead hex code.

Text Font Color

.myTextColor { color: #B7CBE7; }

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

This text font color is #B7CBE7.


Background Color

.myBgColor { background-color: #B7CBE7; }

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

This div background color is #B7CBE7.


Border color

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

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

This div border color is #B7CBE7.


Opacity

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

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

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

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

This text has shadow with #B7CBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CBE7 on black background.


Color preview on white background

This text has color #B7CBE7 on white background.



Black color preview on #B7CBE7 background

This text has black color on #B7CBE7 background.


White color preview on #B7CBE7 background

This text has white color on #B7CBE7 background.