COLOR #BFDCB9

HEX: #BFDCB9 RGB: (191,220,185)

Color info

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

RGB color model

#BFDCB9 color RGB value is (191,220,185).

RGB: (191,220,185) (75%, 86%, 73%)

RGB channels and saturation

R 191 of 255 = 75%
G 220 of 255 = 86%
B 185 of 255 = 73%

191
220
185

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

Portions of RGB colors in percentages

R + G + B = 191 + 220 + 185 = 596 (100%)
R 191 of 596 ~ 32.05%
G 220 of 596 ~ 36.91%
B 185 of 596 ~ 31.04'%

%32.05
%36.91
%31.04

CMYK color model

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

  • cyan value is 13.18%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 13.73%

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

CMYK percentages

%13.18
%0
%15.91
%13.73

Codes

Color #BFDCB9 in popluar color models

BF DC B9
RGB 191 220 185
HSL 110° 33.33% 79.41%
HSB/HSV 110° 15.91% 86.27%
CMYK 13.18% 0.00% 15.91%
13.73%

Color #BFDCB9 in popluar number systems.

HEX BF DC B9
Decimal 191 220 185
Binary 10111111 11011100 10111001
Octal 277 334 271

Shades and tints

Shades of #BFDCB9

#BFDCB9
(191,220,185)
#AEC8A9
(174,200,169)
#9DB499
(157,180,153)
#8CA089
(140,160,137)
#7B8C79
(123,140,121)
#6A7869
(106,120,105)
#596459
(89,100,89)
#485049
(72,80,73)
#373C39
(55,60,57)
#262829
(38,40,41)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #BFDCB9

#BFDCB9
(191,220,185)
#C4DFBF
(196,223,191)
#C9E2C5
(201,226,197)
#CEE5CB
(206,229,203)
#D3E8D1
(211,232,209)
#D8EBD7
(216,235,215)
#DDEEDD
(221,238,221)
#E2F1E3
(226,241,227)
#E7F4E9
(231,244,233)
#ECF7EF
(236,247,239)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFDCB9; }

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

This text font color is #BFDCB9.

Background Color

.myBgColor { background-color: #BFDCB9; }

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

This div background color is #BFDCB9.

Border color

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

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

This div border color is #BFDCB9.

Opacity

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

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

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

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

This text has shadow with #BFDCB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFDCB9.

Preview

Color preview on black background

This text has color #BFDCB9 on black background.


Color preview on white background

This text has color #BFDCB9 on white background.


Black color preview on #BFDCB9 background

This text has black color on #BFDCB9 background.


White color preview on #BFDCB9 background

This text has white color on #BFDCB9 background.


Related colors

Complementary color

Complementary color for #hex is #402346.


I love getcolorcode.com

Triadic colors

1 #B9BFDC and #DCB9BF with #BFDCB9 are triadic colors.

2 #B9DCBF and #DCBFB9 with #BFDCB9 are triadic colors.