COLOR #B9DDBF

HEX: #B9DDBF RGB: (185,221,191)

Color info

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

RGB color model

#B9DDBF color RGB value is (185,221,191).

RGB: (185,221,191) (73%, 87%, 75%)

RGB channels and saturation

R 185 of 255 = 73%
G 221 of 255 = 87%
B 191 of 255 = 75%

185
221
191

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

Portions of RGB colors in percentages

R + G + B = 185 + 221 + 191 = 597 (100%)
R 185 of 597 ~ 30.99%
G 221 of 597 ~ 37.02%
B 191 of 597 ~ 31.99'%

%30.99
%37.02
%31.99

CMYK color model

#B9DDBF color CMYK value is (16,0,14,13).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 13.57%
  • key color value is 13.33%

CMYK: (16,0,14,13)
C16M0Y14K13 (16%, 0%, 14%, 13%)
(0.16 / 0.00 / 0.14 / 0.13)

CMYK percentages

%16.29
%0
%13.57
%13.33

Codes

Color #B9DDBF in popluar color models

B9 DD BF
RGB 185 221 191
HSL 130° 34.62% 79.61%
HSB/HSV 130° 16.29% 86.67%
CMYK 16.29% 0.00% 13.57%
13.33%

Color #B9DDBF in popluar number systems.

HEX B9 DD BF
Decimal 185 221 191
Binary 10111001 11011101 10111111
Octal 271 335 277

Shades and tints

Shades of #B9DDBF

#B9DDBF
(185,221,191)
#A9C9AE
(169,201,174)
#99B59D
(153,181,157)
#89A18C
(137,161,140)
#798D7B
(121,141,123)
#69796A
(105,121,106)
#596559
(89,101,89)
#495148
(73,81,72)
#393D37
(57,61,55)
#292926
(41,41,38)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #B9DDBF

#B9DDBF
(185,221,191)
#BFE0C4
(191,224,196)
#C5E3C9
(197,227,201)
#CBE6CE
(203,230,206)
#D1E9D3
(209,233,211)
#D7ECD8
(215,236,216)
#DDEFDD
(221,239,221)
#E3F2E2
(227,242,226)
#E9F5E7
(233,245,231)
#EFF8EC
(239,248,236)
#F5FBF1
(245,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DDBF; }

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

This text font color is #B9DDBF.

Background Color

.myBgColor { background-color: #B9DDBF; }

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

This div background color is #B9DDBF.

Border color

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

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

This div border color is #B9DDBF.

Opacity

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

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

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

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

This text has shadow with #B9DDBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DDBF.

Preview

Color preview on black background

This text has color #B9DDBF on black background.


Color preview on white background

This text has color #B9DDBF on white background.


Black color preview on #B9DDBF background

This text has black color on #B9DDBF background.


White color preview on #B9DDBF background

This text has white color on #B9DDBF background.


Related colors

Complementary color

Complementary color for #hex is #462240.


I love getcolorcode.com

Triadic colors

1 #BFB9DD and #DDBFB9 with #B9DDBF are triadic colors.

2 #BFDDB9 and #DDB9BF with #B9DDBF are triadic colors.