COLOR #B8E7C6

HEX: #B8E7C6 RGB: (184,231,198)

Color info

#B8E7C6 contains red, green and blue colors in about the same proportion. Web safe color of #B8E7C6 is #CCFFCC (or #CFC).

RGB color model

#B8E7C6 color RGB value is (184,231,198).

RGB: (184,231,198) (72%, 91%, 78%)

RGB channels and saturation

R 184 of 255 = 72%
G 231 of 255 = 91%
B 198 of 255 = 78%

184
231
198

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

Portions of RGB colors in percentages

R + G + B = 184 + 231 + 198 = 613 (100%)
R 184 of 613 ~ 30.02%
G 231 of 613 ~ 37.68%
B 198 of 613 ~ 32.3'%

%30.02
%37.68
%32.3

CMYK color model

#B8E7C6 color CMYK value is (20,0,14,9).

  • cyan value is 20.35%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 9.41%

CMYK: (20,0,14,9)
C20M0Y14K9 (20%, 0%, 14%, 9%)
(0.20 / 0.00 / 0.14 / 0.09)

CMYK percentages

%20.35
%0
%14.29
%9.41

Codes

Color #B8E7C6 in popluar color models

B8 E7 C6
RGB 184 231 198
HSL 138° 49.47% 81.37%
HSB/HSV 138° 20.35% 90.59%
CMYK 20.35% 0.00% 14.29%
9.41%

Color #B8E7C6 in popluar number systems.

HEX B8 E7 C6
Decimal 184 231 198
Binary 10111000 11100111 11000110
Octal 270 347 306

Shades and tints

Shades of #B8E7C6

#B8E7C6
(184,231,198)
#A8D2B4
(168,210,180)
#98BDA2
(152,189,162)
#88A890
(136,168,144)
#78937E
(120,147,126)
#687E6C
(104,126,108)
#58695A
(88,105,90)
#485448
(72,84,72)
#383F36
(56,63,54)
#282A24
(40,42,36)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #B8E7C6

#B8E7C6
(184,231,198)
#BEE9CB
(190,233,203)
#C4EBD0
(196,235,208)
#CAEDD5
(202,237,213)
#D0EFDA
(208,239,218)
#D6F1DF
(214,241,223)
#DCF3E4
(220,243,228)
#E2F5E9
(226,245,233)
#E8F7EE
(232,247,238)
#EEF9F3
(238,249,243)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8E7C6 color. Also use rgb(184,231,198) instead hex code.

Text Font Color

.myTextColor { color: #B8E7C6; }

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

This text font color is #B8E7C6.

Background Color

.myBgColor { background-color: #B8E7C6; }

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

This div background color is #B8E7C6.

Border color

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

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

This div border color is #B8E7C6.

Opacity

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

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

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

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

This text has shadow with #B8E7C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8E7C6.

Preview

Color preview on black background

This text has color #B8E7C6 on black background.


Color preview on white background

This text has color #B8E7C6 on white background.


Black color preview on #B8E7C6 background

This text has black color on #B8E7C6 background.


White color preview on #B8E7C6 background

This text has white color on #B8E7C6 background.


Related colors

Complementary color

Complementary color for #hex is #471839.


I love getcolorcode.com

Triadic colors

1 #C6B8E7 and #E7C6B8 with #B8E7C6 are triadic colors.

2 #C6E7B8 and #E7B8C6 with #B8E7C6 are triadic colors.