COLOR #BFDFBC

HEX: #BFDFBC
RGB: (191,223,188)

Color info

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

RGB color model

#BFDFBC color RGB value is (191,223,188).

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

RGB channels and saturation

R 191 of 255 = 75%
G 223 of 255 = 87%
B 188 of 255 = 74%

191
223
188

R + G + B ~ 79%. #BFDFBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 223 + 188 = 602 (100%)
R 191 of 602 ~ 31.73%
G 223 of 602 ~ 37.04%
B 188 of 602 ~ 31.23%

%31.73
%37.04
%31.23

CMYK color model

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

  • cyan value is 14.35%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 12.55%
CMYK:
(14,0,16,13)
C14M0Y16K13 
(14%,0%,16%,13%)
(0.14/0.00/0.16/0.13)	

CMYK percentages

%14.35
%0
%15.7
%12.55

Codes

Color #BFDFBC in popluar color models

BFDFBC
RGB191223188
HSL115°35.35%80.59%
HSB/HSV115°15.70%87.45%
CMYK14.35%0.00%15.70%
12.55%

Color #BFDFBC in popluar number systems.

HEXBFDFBC
Decimal191223188
Binary101111111101111110111100
Octal277337274

Shades and tints

Shades of #BFDFBC

#BFDFBC
(191,223,188)
#AECBAB
(174,203,171)
#9DB79A
(157,183,154)
#8CA389
(140,163,137)
#7B8F78
(123,143,120)
#6A7B67
(106,123,103)
#596756
(89,103,86)
#485345
(72,83,69)
#373F34
(55,63,52)
#262B23
(38,43,35)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #BFDFBC

#BFDFBC
(191,223,188)
#C4E1C2
(196,225,194)
#C9E3C8
(201,227,200)
#CEE5CE
(206,229,206)
#D3E7D4
(211,231,212)
#D8E9DA
(216,233,218)
#DDEBE0
(221,235,224)
#E2EDE6
(226,237,230)
#E7EFEC
(231,239,236)
#ECF1F2
(236,241,242)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFDFBC; }

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

This text font color is #BFDFBC.


Background Color

.myBgColor { background-color: #BFDFBC; }

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

This div background color is #BFDFBC.


Border color

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

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

This div border color is #BFDFBC.


Opacity

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

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

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

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

This text has shadow with #BFDFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDFBC on black background.


Color preview on white background

This text has color #BFDFBC on white background.



Black color preview on #BFDFBC background

This text has black color on #BFDFBC background.


White color preview on #BFDFBC background

This text has white color on #BFDFBC background.