COLOR #B8E6E1

HEX: #B8E6E1 RGB: (184,230,225)

Color info

#B8E6E1 contains red, green and blue colors in about the same proportion. Web safe color of #B8E6E1 is #CCCCCC (or #CCC).

RGB color model

#B8E6E1 color RGB value is (184,230,225).

RGB: (184,230,225) (72%, 90%, 88%)

RGB channels and saturation

R 184 of 255 = 72%
G 230 of 255 = 90%
B 225 of 255 = 88%

184
230
225

R + G + B ~ 83%. #B8E6E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 230 + 225 = 639 (100%)
R 184 of 639 ~ 28.79%
G 230 of 639 ~ 35.99%
B 225 of 639 ~ 35.21'%

%28.79
%35.99
%35.21

CMYK color model

#B8E6E1 color CMYK value is (20,0,2,10).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 9.80%

CMYK: (20,0,2,10)
C20M0Y2K10 (20%, 0%, 2%, 10%)
(0.20 / 0.00 / 0.02 / 0.10)

CMYK percentages

%20
%0
%2.17
%9.8

Codes

Color #B8E6E1 in popluar color models

B8 E6 E1
RGB 184 230 225
HSL 173° 47.92% 81.18%
HSB/HSV 173° 20.00% 90.20%
CMYK 20.00% 0.00% 2.17%
9.80%

Color #B8E6E1 in popluar number systems.

HEX B8 E6 E1
Decimal 184 230 225
Binary 10111000 11100110 11100001
Octal 270 346 341

Shades and tints

Shades of #B8E6E1

#B8E6E1
(184,230,225)
#A8D2CD
(168,210,205)
#98BEB9
(152,190,185)
#88AAA5
(136,170,165)
#789691
(120,150,145)
#68827D
(104,130,125)
#586E69
(88,110,105)
#485A55
(72,90,85)
#384641
(56,70,65)
#28322D
(40,50,45)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #B8E6E1

#B8E6E1
(184,230,225)
#BEE8E3
(190,232,227)
#C4EAE5
(196,234,229)
#CAECE7
(202,236,231)
#D0EEE9
(208,238,233)
#D6F0EB
(214,240,235)
#DCF2ED
(220,242,237)
#E2F4EF
(226,244,239)
#E8F6F1
(232,246,241)
#EEF8F3
(238,248,243)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E6E1; }

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

This text font color is #B8E6E1.

Background Color

.myBgColor { background-color: #B8E6E1; }

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

This div background color is #B8E6E1.

Border color

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

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

This div border color is #B8E6E1.

Opacity

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

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

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

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

This text has shadow with #B8E6E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8E6E1.

Preview

Color preview on black background

This text has color #B8E6E1 on black background.


Color preview on white background

This text has color #B8E6E1 on white background.


Black color preview on #B8E6E1 background

This text has black color on #B8E6E1 background.


White color preview on #B8E6E1 background

This text has white color on #B8E6E1 background.


Related colors

Complementary color

Complementary color for #hex is #47191E.


I love getcolorcode.com

Triadic colors

1 #E1B8E6 and #E6E1B8 with #B8E6E1 are triadic colors.

2 #E1E6B8 and #E6B8E1 with #B8E6E1 are triadic colors.