COLOR #B7CCE8

HEX: #B7CCE8
RGB: (183,204,232)

Color info

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

RGB color model

#B7CCE8 color RGB value is (183,204,232).

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

RGB channels and saturation

R 183 of 255 = 72%
G 204 of 255 = 80%
B 232 of 255 = 91%

183
204
232

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

Portions of RGB colors in percentages

R + G + B =
183 + 204 + 232 = 619 (100%)
R 183 of 619 ~ 29.56%
G 204 of 619 ~ 32.96%
B 232 of 619 ~ 37.48%

%29.56
%32.96
%37.48

CMYK color model

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

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

CMYK percentages

%21.12
%12.07
%0
%9.02

Codes

Color #B7CCE8 in popluar color models

B7CCE8
RGB183204232
HSL214°51.58%81.37%
HSB/HSV214°21.12%90.98%
CMYK21.12%12.07%0.00%
9.02%

Color #B7CCE8 in popluar number systems.

HEXB7CCE8
Decimal183204232
Binary101101111100110011101000
Octal267314350

Shades and tints

Shades of #B7CCE8

#B7CCE8
(183,204,232)
#A7BAD3
(167,186,211)
#97A8BE
(151,168,190)
#8796A9
(135,150,169)
#778494
(119,132,148)
#67727F
(103,114,127)
#57606A
(87,96,106)
#474E55
(71,78,85)
#373C40
(55,60,64)
#272A2B
(39,42,43)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #B7CCE8

#B7CCE8
(183,204,232)
#BDD0EA
(189,208,234)
#C3D4EC
(195,212,236)
#C9D8EE
(201,216,238)
#CFDCF0
(207,220,240)
#D5E0F2
(213,224,242)
#DBE4F4
(219,228,244)
#E1E8F6
(225,232,246)
#E7ECF8
(231,236,248)
#EDF0FA
(237,240,250)
#F3F4FC
(243,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CCE8 color. Also use rgb(183,204,232) instead hex code.

Text Font Color

.myTextColor { color: #B7CCE8; }

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

This text font color is #B7CCE8.


Background Color

.myBgColor { background-color: #B7CCE8; }

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

This div background color is #B7CCE8.


Border color

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

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

This div border color is #B7CCE8.


Opacity

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

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

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

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

This text has shadow with #B7CCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CCE8 on black background.


Color preview on white background

This text has color #B7CCE8 on white background.



Black color preview on #B7CCE8 background

This text has black color on #B7CCE8 background.


White color preview on #B7CCE8 background

This text has white color on #B7CCE8 background.