COLOR #B8E6EC

HEX: #B8E6EC RGB: (184,230,236)

Color info

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

RGB color model

#B8E6EC color RGB value is (184,230,236).

RGB: (184,230,236) (72%, 90%, 93%)

RGB channels and saturation

R 184 of 255 = 72%
G 230 of 255 = 90%
B 236 of 255 = 93%

184
230
236

R + G + B ~ 85%. #B8E6EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 230 + 236 = 650 (100%)
R 184 of 650 ~ 28.31%
G 230 of 650 ~ 35.38%
B 236 of 650 ~ 36.31'%

%28.31
%35.38
%36.31

CMYK color model

#B8E6EC color CMYK value is (22,3,0,7).

  • cyan value is 22.03%
  • magenta value is 2.54%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (22,3,0,7)
C22M3Y0K7 (22%, 3%, 0%, 7%)
(0.22 / 0.03 / 0.00 / 0.07)

CMYK percentages

%22.03
%2.54
%0
%7.45

Codes

Color #B8E6EC in popluar color models

B8 E6 EC
RGB 184 230 236
HSL 187° 57.78% 82.35%
HSB/HSV 187° 22.03% 92.55%
CMYK 22.03% 2.54% 0.00%
7.45%

Color #B8E6EC in popluar number systems.

HEX B8 E6 EC
Decimal 184 230 236
Binary 10111000 11100110 11101100
Octal 270 346 354

Shades and tints

Shades of #B8E6EC

#B8E6EC
(184,230,236)
#A8D2D7
(168,210,215)
#98BEC2
(152,190,194)
#88AAAD
(136,170,173)
#789698
(120,150,152)
#688283
(104,130,131)
#586E6E
(88,110,110)
#485A59
(72,90,89)
#384644
(56,70,68)
#28322F
(40,50,47)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #B8E6EC

#B8E6EC
(184,230,236)
#BEE8ED
(190,232,237)
#C4EAEE
(196,234,238)
#CAECEF
(202,236,239)
#D0EEF0
(208,238,240)
#D6F0F1
(214,240,241)
#DCF2F2
(220,242,242)
#E2F4F3
(226,244,243)
#E8F6F4
(232,246,244)
#EEF8F5
(238,248,245)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E6EC; }

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

This text font color is #B8E6EC.

Background Color

.myBgColor { background-color: #B8E6EC; }

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

This div background color is #B8E6EC.

Border color

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

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

This div border color is #B8E6EC.

Opacity

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

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

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

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

This text has shadow with #B8E6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8E6EC.

Preview

Color preview on black background

This text has color #B8E6EC on black background.


Color preview on white background

This text has color #B8E6EC on white background.


Black color preview on #B8E6EC background

This text has black color on #B8E6EC background.


White color preview on #B8E6EC background

This text has white color on #B8E6EC background.


Related colors

Complementary color

Complementary color for #hex is #471913.


I love getcolorcode.com

Triadic colors

1 #ECB8E6 and #E6ECB8 with #B8E6EC are triadic colors.

2 #ECE6B8 and #E6B8EC with #B8E6EC are triadic colors.