COLOR #B8E1C8

HEX: #B8E1C8
RGB: (184,225,200)

Color info

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

RGB color model

#B8E1C8 color RGB value is (184,225,200).

  • red value is 184;
  • green value is 225;
  • blue value is 200.
RGB:
(184,225,200)
(72%,88%,78%)

RGB channels and saturation

R 184 of 255 = 72%
G 225 of 255 = 88%
B 200 of 255 = 78%

184
225
200

R + G + B ~ 79%. #B8E1C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 225 + 200 = 609 (100%)
R 184 of 609 ~ 30.21%
G 225 of 609 ~ 36.95%
B 200 of 609 ~ 32.84%

%30.21
%36.95
%32.84

CMYK color model

#B8E1C8 color CMYK value is (18,0,11,12).

  • cyan value is 18.22%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 11.76%
CMYK:
(18,0,11,12)
C18M0Y11K12 
(18%,0%,11%,12%)
(0.18/0.00/0.11/0.12)	

CMYK percentages

%18.22
%0
%11.11
%11.76

Codes

Color #B8E1C8 in popluar color models

B8E1C8
RGB184225200
HSL143°40.59%80.20%
HSB/HSV143°18.22%88.24%
CMYK18.22%0.00%11.11%
11.76%

Color #B8E1C8 in popluar number systems.

HEXB8E1C8
Decimal184225200
Binary101110001110000111001000
Octal270341310

Shades and tints

Shades of #B8E1C8

#B8E1C8
(184,225,200)
#A8CDB6
(168,205,182)
#98B9A4
(152,185,164)
#88A592
(136,165,146)
#789180
(120,145,128)
#687D6E
(104,125,110)
#58695C
(88,105,92)
#48554A
(72,85,74)
#384138
(56,65,56)
#282D26
(40,45,38)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #B8E1C8

#B8E1C8
(184,225,200)
#BEE3CD
(190,227,205)
#C4E5D2
(196,229,210)
#CAE7D7
(202,231,215)
#D0E9DC
(208,233,220)
#D6EBE1
(214,235,225)
#DCEDE6
(220,237,230)
#E2EFEB
(226,239,235)
#E8F1F0
(232,241,240)
#EEF3F5
(238,243,245)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E1C8; }

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

This text font color is #B8E1C8.


Background Color

.myBgColor { background-color: #B8E1C8; }

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

This div background color is #B8E1C8.


Border color

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

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

This div border color is #B8E1C8.


Opacity

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

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

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

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

This text has shadow with #B8E1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E1C8 on black background.


Color preview on white background

This text has color #B8E1C8 on white background.



Black color preview on #B8E1C8 background

This text has black color on #B8E1C8 background.


White color preview on #B8E1C8 background

This text has white color on #B8E1C8 background.