COLOR #B8D1B9

HEX: #B8D1B9 RGB: (184,209,185)

Color info

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

RGB color model

#B8D1B9 color RGB value is (184,209,185).

RGB: (184,209,185) (72%, 82%, 73%)

RGB channels and saturation

R 184 of 255 = 72%
G 209 of 255 = 82%
B 185 of 255 = 73%

184
209
185

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

Portions of RGB colors in percentages

R + G + B = 184 + 209 + 185 = 578 (100%)
R 184 of 578 ~ 31.83%
G 209 of 578 ~ 36.16%
B 185 of 578 ~ 32.01'%

%31.83
%36.16
%32.01

CMYK color model

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

  • cyan value is 11.96%
  • magenta value is 0.00%
  • yellow value is 11.48%
  • key color value is 18.04%

CMYK: (12,0,11,18)
C12M0Y11K18 (12%, 0%, 11%, 18%)
(0.12 / 0.00 / 0.11 / 0.18)

CMYK percentages

%11.96
%0
%11.48
%18.04

Codes

Color #B8D1B9 in popluar color models

B8 D1 B9
RGB 184 209 185
HSL 122° 21.37% 77.06%
HSB/HSV 122° 11.96% 81.96%
CMYK 11.96% 0.00% 11.48%
18.04%

Color #B8D1B9 in popluar number systems.

HEX B8 D1 B9
Decimal 184 209 185
Binary 10111000 11010001 10111001
Octal 270 321 271

Shades and tints

Shades of #B8D1B9

#B8D1B9
(184,209,185)
#A8BEA9
(168,190,169)
#98AB99
(152,171,153)
#889889
(136,152,137)
#788579
(120,133,121)
#687269
(104,114,105)
#585F59
(88,95,89)
#484C49
(72,76,73)
#383939
(56,57,57)
#282629
(40,38,41)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #B8D1B9

#B8D1B9
(184,209,185)
#BED5BF
(190,213,191)
#C4D9C5
(196,217,197)
#CADDCB
(202,221,203)
#D0E1D1
(208,225,209)
#D6E5D7
(214,229,215)
#DCE9DD
(220,233,221)
#E2EDE3
(226,237,227)
#E8F1E9
(232,241,233)
#EEF5EF
(238,245,239)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D1B9 color. Also use rgb(184,209,185) instead hex code.

Text Font Color

.myTextColor { color: #B8D1B9; }

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

This text font color is #B8D1B9.

Background Color

.myBgColor { background-color: #B8D1B9; }

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

This div background color is #B8D1B9.

Border color

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

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

This div border color is #B8D1B9.

Opacity

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

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

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

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

This text has shadow with #B8D1B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8D1B9.

Preview

Color preview on black background

This text has color #B8D1B9 on black background.


Color preview on white background

This text has color #B8D1B9 on white background.


Black color preview on #B8D1B9 background

This text has black color on #B8D1B9 background.


White color preview on #B8D1B9 background

This text has white color on #B8D1B9 background.


Related colors

Complementary color

Complementary color for #hex is #472E46.


I love getcolorcode.com

Triadic colors

1 #B9B8D1 and #D1B9B8 with #B8D1B9 are triadic colors.

2 #B9D1B8 and #D1B8B9 with #B8D1B9 are triadic colors.