COLOR #BFDFB9

HEX: #BFDFB9
RGB: (191,223,185)

Color info

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

RGB color model

#BFDFB9 color RGB value is (191,223,185).

  • red value is 191;
  • green value is 223;
  • blue value is 185.
RGB:
(191,223,185)
(75%,87%,73%)

RGB channels and saturation

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

191
223
185

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

Portions of RGB colors in percentages

R + G + B =
191 + 223 + 185 = 599 (100%)
R 191 of 599 ~ 31.89%
G 223 of 599 ~ 37.23%
B 185 of 599 ~ 30.88%

%31.89
%37.23
%30.88

CMYK color model

#BFDFB9 color CMYK value is (14,0,17,13).

  • cyan value is 14.35%
  • magenta value is 0.00%
  • yellow value is 17.04%
  • key color value is 12.55%
CMYK:
(14,0,17,13)
C14M0Y17K13 
(14%,0%,17%,13%)
(0.14/0.00/0.17/0.13)	

CMYK percentages

%14.35
%0
%17.04
%12.55

Codes

Color #BFDFB9 in popluar color models

BFDFB9
RGB191223185
HSL111°37.25%80.00%
HSB/HSV111°17.04%87.45%
CMYK14.35%0.00%17.04%
12.55%

Color #BFDFB9 in popluar number systems.

HEXBFDFB9
Decimal191223185
Binary101111111101111110111001
Octal277337271

Shades and tints

Shades of #BFDFB9

#BFDFB9
(191,223,185)
#AECBA9
(174,203,169)
#9DB799
(157,183,153)
#8CA389
(140,163,137)
#7B8F79
(123,143,121)
#6A7B69
(106,123,105)
#596759
(89,103,89)
#485349
(72,83,73)
#373F39
(55,63,57)
#262B29
(38,43,41)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #BFDFB9

#BFDFB9
(191,223,185)
#C4E1BF
(196,225,191)
#C9E3C5
(201,227,197)
#CEE5CB
(206,229,203)
#D3E7D1
(211,231,209)
#D8E9D7
(216,233,215)
#DDEBDD
(221,235,221)
#E2EDE3
(226,237,227)
#E7EFE9
(231,239,233)
#ECF1EF
(236,241,239)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFDFB9; }

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

This text font color is #BFDFB9.


Background Color

.myBgColor { background-color: #BFDFB9; }

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

This div background color is #BFDFB9.


Border color

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

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

This div border color is #BFDFB9.


Opacity

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

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

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

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

This text has shadow with #BFDFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDFB9 on black background.


Color preview on white background

This text has color #BFDFB9 on white background.



Black color preview on #BFDFB9 background

This text has black color on #BFDFB9 background.


White color preview on #BFDFB9 background

This text has white color on #BFDFB9 background.