COLOR #B7CCEC

HEX: #B7CCEC
RGB: (183,204,236)

Color info

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

RGB color model

#B7CCEC color RGB value is (183,204,236).

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

RGB channels and saturation

R 183 of 255 = 72%
G 204 of 255 = 80%
B 236 of 255 = 93%

183
204
236

R + G + B ~ 82%. #B7CCEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 204 + 236 = 623 (100%)
R 183 of 623 ~ 29.37%
G 204 of 623 ~ 32.74%
B 236 of 623 ~ 37.88%

%29.37
%32.74
%37.88

CMYK color model

#B7CCEC color CMYK value is (22,14,0,7).

  • cyan value is 22.46%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(22,14,0,7)
C22M14Y0K7 
(22%,14%,0%,7%)
(0.22/0.14/0.00/0.07)	

CMYK percentages

%22.46
%13.56
%0
%7.45

Codes

Color #B7CCEC in popluar color models

B7CCEC
RGB183204236
HSL216°58.24%82.16%
HSB/HSV216°22.46%92.55%
CMYK22.46%13.56%0.00%
7.45%

Color #B7CCEC in popluar number systems.

HEXB7CCEC
Decimal183204236
Binary101101111100110011101100
Octal267314354

Shades and tints

Shades of #B7CCEC

#B7CCEC
(183,204,236)
#A7BAD7
(167,186,215)
#97A8C2
(151,168,194)
#8796AD
(135,150,173)
#778498
(119,132,152)
#677283
(103,114,131)
#57606E
(87,96,110)
#474E59
(71,78,89)
#373C44
(55,60,68)
#272A2F
(39,42,47)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #B7CCEC

#B7CCEC
(183,204,236)
#BDD0ED
(189,208,237)
#C3D4EE
(195,212,238)
#C9D8EF
(201,216,239)
#CFDCF0
(207,220,240)
#D5E0F1
(213,224,241)
#DBE4F2
(219,228,242)
#E1E8F3
(225,232,243)
#E7ECF4
(231,236,244)
#EDF0F5
(237,240,245)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7CCEC; }

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

This text font color is #B7CCEC.


Background Color

.myBgColor { background-color: #B7CCEC; }

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

This div background color is #B7CCEC.


Border color

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

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

This div border color is #B7CCEC.


Opacity

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

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

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

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

This text has shadow with #B7CCEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CCEC on black background.


Color preview on white background

This text has color #B7CCEC on white background.



Black color preview on #B7CCEC background

This text has black color on #B7CCEC background.


White color preview on #B7CCEC background

This text has white color on #B7CCEC background.