COLOR #B9D4BF

HEX: #B9D4BF RGB: (185,212,191)

Color info

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

RGB color model

#B9D4BF color RGB value is (185,212,191).

RGB: (185,212,191) (73%, 83%, 75%)

RGB channels and saturation

R 185 of 255 = 73%
G 212 of 255 = 83%
B 191 of 255 = 75%

185
212
191

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

Portions of RGB colors in percentages

R + G + B = 185 + 212 + 191 = 588 (100%)
R 185 of 588 ~ 31.46%
G 212 of 588 ~ 36.05%
B 191 of 588 ~ 32.48'%

%31.46
%36.05
%32.48

CMYK color model

#B9D4BF color CMYK value is (13,0,10,17).

  • cyan value is 12.74%
  • magenta value is 0.00%
  • yellow value is 9.91%
  • key color value is 16.86%

CMYK: (13,0,10,17)
C13M0Y10K17 (13%, 0%, 10%, 17%)
(0.13 / 0.00 / 0.10 / 0.17)

CMYK percentages

%12.74
%0
%9.91
%16.86

Codes

Color #B9D4BF in popluar color models

B9 D4 BF
RGB 185 212 191
HSL 133° 23.89% 77.84%
HSB/HSV 133° 12.74% 83.14%
CMYK 12.74% 0.00% 9.91%
16.86%

Color #B9D4BF in popluar number systems.

HEX B9 D4 BF
Decimal 185 212 191
Binary 10111001 11010100 10111111
Octal 271 324 277

Shades and tints

Shades of #B9D4BF

#B9D4BF
(185,212,191)
#A9C1AE
(169,193,174)
#99AE9D
(153,174,157)
#899B8C
(137,155,140)
#79887B
(121,136,123)
#69756A
(105,117,106)
#596259
(89,98,89)
#494F48
(73,79,72)
#393C37
(57,60,55)
#292926
(41,41,38)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #B9D4BF

#B9D4BF
(185,212,191)
#BFD7C4
(191,215,196)
#C5DAC9
(197,218,201)
#CBDDCE
(203,221,206)
#D1E0D3
(209,224,211)
#D7E3D8
(215,227,216)
#DDE6DD
(221,230,221)
#E3E9E2
(227,233,226)
#E9ECE7
(233,236,231)
#EFEFEC
(239,239,236)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D4BF color. Also use rgb(185,212,191) instead hex code.

Text Font Color

.myTextColor { color: #B9D4BF; }

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

This text font color is #B9D4BF.

Background Color

.myBgColor { background-color: #B9D4BF; }

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

This div background color is #B9D4BF.

Border color

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

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

This div border color is #B9D4BF.

Opacity

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

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

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

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

This text has shadow with #B9D4BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D4BF.

Preview

Color preview on black background

This text has color #B9D4BF on black background.


Color preview on white background

This text has color #B9D4BF on white background.


Black color preview on #B9D4BF background

This text has black color on #B9D4BF background.


White color preview on #B9D4BF background

This text has white color on #B9D4BF background.


Related colors

Complementary color

Complementary color for #hex is #462B40.


I love getcolorcode.com

Triadic colors

1 #BFB9D4 and #D4BFB9 with #B9D4BF are triadic colors.

2 #BFD4B9 and #D4B9BF with #B9D4BF are triadic colors.