COLOR #BFDDB9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

191
221
185

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

Portions of RGB colors in percentages

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

%31.99
%37.02
%30.99

CMYK color model

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

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

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

CMYK percentages

%13.57
%0
%16.29
%13.33

Codes

Color #BFDDB9 in popluar color models

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

Color #BFDDB9 in popluar number systems.

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

Shades and tints

Shades of #BFDDB9

#BFDDB9
(191,221,185)
#AEC9A9
(174,201,169)
#9DB599
(157,181,153)
#8CA189
(140,161,137)
#7B8D79
(123,141,121)
#6A7969
(106,121,105)
#596559
(89,101,89)
#485149
(72,81,73)
#373D39
(55,61,57)
#262929
(38,41,41)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #BFDDB9

#BFDDB9
(191,221,185)
#C4E0BF
(196,224,191)
#C9E3C5
(201,227,197)
#CEE6CB
(206,230,203)
#D3E9D1
(211,233,209)
#D8ECD7
(216,236,215)
#DDEFDD
(221,239,221)
#E2F2E3
(226,242,227)
#E7F5E9
(231,245,233)
#ECF8EF
(236,248,239)
#F1FBF5
(241,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFDDB9; }

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

This text font color is #BFDDB9.

Background Color

.myBgColor { background-color: #BFDDB9; }

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

This div background color is #BFDDB9.

Border color

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

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

This div border color is #BFDDB9.

Opacity

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

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

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

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

This text has shadow with #BFDDB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFDDB9.

Preview

Color preview on black background

This text has color #BFDDB9 on black background.


Color preview on white background

This text has color #BFDDB9 on white background.


Black color preview on #BFDDB9 background

This text has black color on #BFDDB9 background.


White color preview on #BFDDB9 background

This text has white color on #BFDDB9 background.


Related colors

Complementary color

Complementary color for #hex is #402246.


I love getcolorcode.com

Triadic colors

1 #B9BFDD and #DDB9BF with #BFDDB9 are triadic colors.

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