COLOR #B8C3EC

HEX: #B8C3EC
RGB: (184,195,236)

Color info

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

RGB color model

#B8C3EC color RGB value is (184,195,236).

  • red value is 184;
  • green value is 195;
  • blue value is 236.
RGB:
(184,195,236)
(72%,76%,93%)

RGB channels and saturation

R 184 of 255 = 72%
G 195 of 255 = 76%
B 236 of 255 = 93%

184
195
236

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

Portions of RGB colors in percentages

R + G + B =
184 + 195 + 236 = 615 (100%)
R 184 of 615 ~ 29.92%
G 195 of 615 ~ 31.71%
B 236 of 615 ~ 38.37%

%29.92
%31.71
%38.37

CMYK color model

#B8C3EC color CMYK value is (22,17,0,7).

  • cyan value is 22.03%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(22,17,0,7)
C22M17Y0K7 
(22%,17%,0%,7%)
(0.22/0.17/0.00/0.07)	

CMYK percentages

%22.03
%17.37
%0
%7.45

Codes

Color #B8C3EC in popluar color models

B8C3EC
RGB184195236
HSL227°57.78%82.35%
HSB/HSV227°22.03%92.55%
CMYK22.03%17.37%0.00%
7.45%

Color #B8C3EC in popluar number systems.

HEXB8C3EC
Decimal184195236
Binary101110001100001111101100
Octal270303354

Shades and tints

Shades of #B8C3EC

#B8C3EC
(184,195,236)
#A8B2D7
(168,178,215)
#98A1C2
(152,161,194)
#8890AD
(136,144,173)
#787F98
(120,127,152)
#686E83
(104,110,131)
#585D6E
(88,93,110)
#484C59
(72,76,89)
#383B44
(56,59,68)
#282A2F
(40,42,47)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #B8C3EC

#B8C3EC
(184,195,236)
#BEC8ED
(190,200,237)
#C4CDEE
(196,205,238)
#CAD2EF
(202,210,239)
#D0D7F0
(208,215,240)
#D6DCF1
(214,220,241)
#DCE1F2
(220,225,242)
#E2E6F3
(226,230,243)
#E8EBF4
(232,235,244)
#EEF0F5
(238,240,245)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C3EC color. Also use rgb(184,195,236) instead hex code.

Text Font Color

.myTextColor { color: #B8C3EC; }

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

This text font color is #B8C3EC.


Background Color

.myBgColor { background-color: #B8C3EC; }

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

This div background color is #B8C3EC.


Border color

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

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

This div border color is #B8C3EC.


Opacity

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

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

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

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

This text has shadow with #B8C3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C3EC on black background.


Color preview on white background

This text has color #B8C3EC on white background.



Black color preview on #B8C3EC background

This text has black color on #B8C3EC background.


White color preview on #B8C3EC background

This text has white color on #B8C3EC background.