COLOR #B8EFD6

HEX: #B8EFD6
RGB: (184,239,214)

Color info

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

RGB color model

#B8EFD6 color RGB value is (184,239,214).

  • red value is 184;
  • green value is 239;
  • blue value is 214.
RGB:
(184,239,214)
(72%,94%,84%)

RGB channels and saturation

R 184 of 255 = 72%
G 239 of 255 = 94%
B 214 of 255 = 84%

184
239
214

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

Portions of RGB colors in percentages

R + G + B =
184 + 239 + 214 = 637 (100%)
R 184 of 637 ~ 28.89%
G 239 of 637 ~ 37.52%
B 214 of 637 ~ 33.59%

%28.89
%37.52
%33.59

CMYK color model

#B8EFD6 color CMYK value is (23,0,10,6).

  • cyan value is 23.01%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 6.27%
CMYK:
(23,0,10,6)
C23M0Y10K6 
(23%,0%,10%,6%)
(0.23/0.00/0.10/0.06)	

CMYK percentages

%23.01
%0
%10.46
%6.27

Codes

Color #B8EFD6 in popluar color models

B8EFD6
RGB184239214
HSL153°63.22%82.94%
HSB/HSV153°23.01%93.73%
CMYK23.01%0.00%10.46%
6.27%

Color #B8EFD6 in popluar number systems.

HEXB8EFD6
Decimal184239214
Binary101110001110111111010110
Octal270357326

Shades and tints

Shades of #B8EFD6

#B8EFD6
(184,239,214)
#A8DAC3
(168,218,195)
#98C5B0
(152,197,176)
#88B09D
(136,176,157)
#789B8A
(120,155,138)
#688677
(104,134,119)
#587164
(88,113,100)
#485C51
(72,92,81)
#38473E
(56,71,62)
#28322B
(40,50,43)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #B8EFD6

#B8EFD6
(184,239,214)
#BEF0D9
(190,240,217)
#C4F1DC
(196,241,220)
#CAF2DF
(202,242,223)
#D0F3E2
(208,243,226)
#D6F4E5
(214,244,229)
#DCF5E8
(220,245,232)
#E2F6EB
(226,246,235)
#E8F7EE
(232,247,238)
#EEF8F1
(238,248,241)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8EFD6 color. Also use rgb(184,239,214) instead hex code.

Text Font Color

.myTextColor { color: #B8EFD6; }

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

This text font color is #B8EFD6.


Background Color

.myBgColor { background-color: #B8EFD6; }

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

This div background color is #B8EFD6.


Border color

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

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

This div border color is #B8EFD6.


Opacity

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

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

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

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

This text has shadow with #B8EFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EFD6 on black background.


Color preview on white background

This text has color #B8EFD6 on white background.



Black color preview on #B8EFD6 background

This text has black color on #B8EFD6 background.


White color preview on #B8EFD6 background

This text has white color on #B8EFD6 background.