COLOR #BFDDBB

HEX: #BFDDBB
RGB: (191,221,187)

Color info

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

RGB color model

#BFDDBB color RGB value is (191,221,187).

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

RGB channels and saturation

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

191
221
187

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

Portions of RGB colors in percentages

R + G + B =
191 + 221 + 187 = 599 (100%)
R 191 of 599 ~ 31.89%
G 221 of 599 ~ 36.89%
B 187 of 599 ~ 31.22%

%31.89
%36.89
%31.22

CMYK color model

#BFDDBB color CMYK value is (14,0,15,13).

  • cyan value is 13.57%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 13.33%
CMYK:
(14,0,15,13)
C14M0Y15K13 
(14%,0%,15%,13%)
(0.14/0.00/0.15/0.13)	

CMYK percentages

%13.57
%0
%15.38
%13.33

Codes

Color #BFDDBB in popluar color models

BFDDBB
RGB191221187
HSL113°33.33%80.00%
HSB/HSV113°15.38%86.67%
CMYK13.57%0.00%15.38%
13.33%

Color #BFDDBB in popluar number systems.

HEXBFDDBB
Decimal191221187
Binary101111111101110110111011
Octal277335273

Shades and tints

Shades of #BFDDBB

#BFDDBB
(191,221,187)
#AEC9AA
(174,201,170)
#9DB599
(157,181,153)
#8CA188
(140,161,136)
#7B8D77
(123,141,119)
#6A7966
(106,121,102)
#596555
(89,101,85)
#485144
(72,81,68)
#373D33
(55,61,51)
#262922
(38,41,34)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #BFDDBB

#BFDDBB
(191,221,187)
#C4E0C1
(196,224,193)
#C9E3C7
(201,227,199)
#CEE6CD
(206,230,205)
#D3E9D3
(211,233,211)
#D8ECD9
(216,236,217)
#DDEFDF
(221,239,223)
#E2F2E5
(226,242,229)
#E7F5EB
(231,245,235)
#ECF8F1
(236,248,241)
#F1FBF7
(241,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFDDBB; }

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

This text font color is #BFDDBB.


Background Color

.myBgColor { background-color: #BFDDBB; }

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

This div background color is #BFDDBB.


Border color

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

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

This div border color is #BFDDBB.


Opacity

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

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

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

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

This text has shadow with #BFDDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDDBB on black background.


Color preview on white background

This text has color #BFDDBB on white background.



Black color preview on #BFDDBB background

This text has black color on #BFDDBB background.


White color preview on #BFDDBB background

This text has white color on #BFDDBB background.