COLOR #B8D2BC

HEX: #B8D2BC
RGB: (184,210,188)

Color info

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

RGB color model

#B8D2BC color RGB value is (184,210,188).

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

RGB channels and saturation

R 184 of 255 = 72%
G 210 of 255 = 82%
B 188 of 255 = 74%

184
210
188

R + G + B ~ 76%. #B8D2BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 210 + 188 = 582 (100%)
R 184 of 582 ~ 31.62%
G 210 of 582 ~ 36.08%
B 188 of 582 ~ 32.3%

%31.62
%36.08
%32.3

CMYK color model

#B8D2BC color CMYK value is (12,0,10,18).

  • cyan value is 12.38%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 17.65%
CMYK:
(12,0,10,18)
C12M0Y10K18 
(12%,0%,10%,18%)
(0.12/0.00/0.10/0.18)	

CMYK percentages

%12.38
%0
%10.48
%17.65

Codes

Color #B8D2BC in popluar color models

B8D2BC
RGB184210188
HSL129°22.41%77.25%
HSB/HSV129°12.38%82.35%
CMYK12.38%0.00%10.48%
17.65%

Color #B8D2BC in popluar number systems.

HEXB8D2BC
Decimal184210188
Binary101110001101001010111100
Octal270322274

Shades and tints

Shades of #B8D2BC

#B8D2BC
(184,210,188)
#A8BFAB
(168,191,171)
#98AC9A
(152,172,154)
#889989
(136,153,137)
#788678
(120,134,120)
#687367
(104,115,103)
#586056
(88,96,86)
#484D45
(72,77,69)
#383A34
(56,58,52)
#282723
(40,39,35)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #B8D2BC

#B8D2BC
(184,210,188)
#BED6C2
(190,214,194)
#C4DAC8
(196,218,200)
#CADECE
(202,222,206)
#D0E2D4
(208,226,212)
#D6E6DA
(214,230,218)
#DCEAE0
(220,234,224)
#E2EEE6
(226,238,230)
#E8F2EC
(232,242,236)
#EEF6F2
(238,246,242)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8D2BC; }

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

This text font color is #B8D2BC.


Background Color

.myBgColor { background-color: #B8D2BC; }

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

This div background color is #B8D2BC.


Border color

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

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

This div border color is #B8D2BC.


Opacity

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

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

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

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

This text has shadow with #B8D2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D2BC on black background.


Color preview on white background

This text has color #B8D2BC on white background.



Black color preview on #B8D2BC background

This text has black color on #B8D2BC background.


White color preview on #B8D2BC background

This text has white color on #B8D2BC background.