COLOR #B9D1BE

HEX: #B9D1BE
RGB: (185,209,190)

Color info

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

RGB color model

#B9D1BE color RGB value is (185,209,190).

  • red value is 185;
  • green value is 209;
  • blue value is 190.
RGB:
(185,209,190)
(73%,82%,75%)

RGB channels and saturation

R 185 of 255 = 73%
G 209 of 255 = 82%
B 190 of 255 = 75%

185
209
190

R + G + B ~ 77%. #B9D1BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 209 + 190 = 584 (100%)
R 185 of 584 ~ 31.68%
G 209 of 584 ~ 35.79%
B 190 of 584 ~ 32.53%

%31.68
%35.79
%32.53

CMYK color model

#B9D1BE color CMYK value is (11,0,9,18).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 18.04%
CMYK:
(11,0,9,18)
C11M0Y9K18 
(11%,0%,9%,18%)
(0.11/0.00/0.09/0.18)	

CMYK percentages

%11.48
%0
%9.09
%18.04

Codes

Color #B9D1BE in popluar color models

B9D1BE
RGB185209190
HSL133°20.69%77.25%
HSB/HSV133°11.48%81.96%
CMYK11.48%0.00%9.09%
18.04%

Color #B9D1BE in popluar number systems.

HEXB9D1BE
Decimal185209190
Binary101110011101000110111110
Octal271321276

Shades and tints

Shades of #B9D1BE

#B9D1BE
(185,209,190)
#A9BEAD
(169,190,173)
#99AB9C
(153,171,156)
#89988B
(137,152,139)
#79857A
(121,133,122)
#697269
(105,114,105)
#595F58
(89,95,88)
#494C47
(73,76,71)
#393936
(57,57,54)
#292625
(41,38,37)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #B9D1BE

#B9D1BE
(185,209,190)
#BFD5C3
(191,213,195)
#C5D9C8
(197,217,200)
#CBDDCD
(203,221,205)
#D1E1D2
(209,225,210)
#D7E5D7
(215,229,215)
#DDE9DC
(221,233,220)
#E3EDE1
(227,237,225)
#E9F1E6
(233,241,230)
#EFF5EB
(239,245,235)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D1BE; }

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

This text font color is #B9D1BE.


Background Color

.myBgColor { background-color: #B9D1BE; }

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

This div background color is #B9D1BE.


Border color

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

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

This div border color is #B9D1BE.


Opacity

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

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

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

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

This text has shadow with #B9D1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D1BE on black background.


Color preview on white background

This text has color #B9D1BE on white background.



Black color preview on #B9D1BE background

This text has black color on #B9D1BE background.


White color preview on #B9D1BE background

This text has white color on #B9D1BE background.