COLOR #B8EFD2

HEX: #B8EFD2
RGB: (184,239,210)

Color info

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

RGB color model

#B8EFD2 color RGB value is (184,239,210).

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

RGB channels and saturation

R 184 of 255 = 72%
G 239 of 255 = 94%
B 210 of 255 = 82%

184
239
210

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

Portions of RGB colors in percentages

R + G + B =
184 + 239 + 210 = 633 (100%)
R 184 of 633 ~ 29.07%
G 239 of 633 ~ 37.76%
B 210 of 633 ~ 33.18%

%29.07
%37.76
%33.18

CMYK color model

#B8EFD2 color CMYK value is (23,0,12,6).

  • cyan value is 23.01%
  • magenta value is 0.00%
  • yellow value is 12.13%
  • key color value is 6.27%
CMYK:
(23,0,12,6)
C23M0Y12K6 
(23%,0%,12%,6%)
(0.23/0.00/0.12/0.06)	

CMYK percentages

%23.01
%0
%12.13
%6.27

Codes

Color #B8EFD2 in popluar color models

B8EFD2
RGB184239210
HSL148°63.22%82.94%
HSB/HSV148°23.01%93.73%
CMYK23.01%0.00%12.13%
6.27%

Color #B8EFD2 in popluar number systems.

HEXB8EFD2
Decimal184239210
Binary101110001110111111010010
Octal270357322

Shades and tints

Shades of #B8EFD2

#B8EFD2
(184,239,210)
#A8DABF
(168,218,191)
#98C5AC
(152,197,172)
#88B099
(136,176,153)
#789B86
(120,155,134)
#688673
(104,134,115)
#587160
(88,113,96)
#485C4D
(72,92,77)
#38473A
(56,71,58)
#283227
(40,50,39)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #B8EFD2

#B8EFD2
(184,239,210)
#BEF0D6
(190,240,214)
#C4F1DA
(196,241,218)
#CAF2DE
(202,242,222)
#D0F3E2
(208,243,226)
#D6F4E6
(214,244,230)
#DCF5EA
(220,245,234)
#E2F6EE
(226,246,238)
#E8F7F2
(232,247,242)
#EEF8F6
(238,248,246)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8EFD2; }

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

This text font color is #B8EFD2.


Background Color

.myBgColor { background-color: #B8EFD2; }

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

This div background color is #B8EFD2.


Border color

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

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

This div border color is #B8EFD2.


Opacity

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

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

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

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

This text has shadow with #B8EFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EFD2 on black background.


Color preview on white background

This text has color #B8EFD2 on white background.



Black color preview on #B8EFD2 background

This text has black color on #B8EFD2 background.


White color preview on #B8EFD2 background

This text has white color on #B8EFD2 background.