COLOR #B8E3BC

HEX: #B8E3BC RGB: (184,227,188)

Color info

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

RGB color model

#B8E3BC color RGB value is (184,227,188).

RGB: (184,227,188) (72%, 89%, 74%)

RGB channels and saturation

R 184 of 255 = 72%
G 227 of 255 = 89%
B 188 of 255 = 74%

184
227
188

R + G + B ~ 78%. #B8E3BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 227 + 188 = 599 (100%)
R 184 of 599 ~ 30.72%
G 227 of 599 ~ 37.9%
B 188 of 599 ~ 31.39'%

%30.72
%37.9
%31.39

CMYK color model

#B8E3BC color CMYK value is (19,0,17,11).

  • cyan value is 18.94%
  • magenta value is 0.00%
  • yellow value is 17.18%
  • key color value is 10.98%

CMYK: (19,0,17,11)
C19M0Y17K11 (19%, 0%, 17%, 11%)
(0.19 / 0.00 / 0.17 / 0.11)

CMYK percentages

%18.94
%0
%17.18
%10.98

Codes

Color #B8E3BC in popluar color models

B8 E3 BC
RGB 184 227 188
HSL 126° 43.43% 80.59%
HSB/HSV 126° 18.94% 89.02%
CMYK 18.94% 0.00% 17.18%
10.98%

Color #B8E3BC in popluar number systems.

HEX B8 E3 BC
Decimal 184 227 188
Binary 10111000 11100011 10111100
Octal 270 343 274

Shades and tints

Shades of #B8E3BC

#B8E3BC
(184,227,188)
#A8CFAB
(168,207,171)
#98BB9A
(152,187,154)
#88A789
(136,167,137)
#789378
(120,147,120)
#687F67
(104,127,103)
#586B56
(88,107,86)
#485745
(72,87,69)
#384334
(56,67,52)
#282F23
(40,47,35)
#181B12
(24,27,18)
#000000
(0,0,0)

Tints of #B8E3BC

#B8E3BC
(184,227,188)
#BEE5C2
(190,229,194)
#C4E7C8
(196,231,200)
#CAE9CE
(202,233,206)
#D0EBD4
(208,235,212)
#D6EDDA
(214,237,218)
#DCEFE0
(220,239,224)
#E2F1E6
(226,241,230)
#E8F3EC
(232,243,236)
#EEF5F2
(238,245,242)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8E3BC color. Also use rgb(184,227,188) instead hex code.

Text Font Color

.myTextColor { color: #B8E3BC; }

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

This text font color is #B8E3BC.

Background Color

.myBgColor { background-color: #B8E3BC; }

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

This div background color is #B8E3BC.

Border color

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

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

This div border color is #B8E3BC.

Opacity

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

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

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

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

This text has shadow with #B8E3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8E3BC.

Preview

Color preview on black background

This text has color #B8E3BC on black background.


Color preview on white background

This text has color #B8E3BC on white background.


Black color preview on #B8E3BC background

This text has black color on #B8E3BC background.


White color preview on #B8E3BC background

This text has white color on #B8E3BC background.


Related colors

Complementary color

Complementary color for #hex is #471C43.


I love getcolorcode.com

Triadic colors

1 #BCB8E3 and #E3BCB8 with #B8E3BC are triadic colors.

2 #BCE3B8 and #E3B8BC with #B8E3BC are triadic colors.