COLOR #BFDCBE

HEX: #BFDCBE
RGB: (191,220,190)

Color info

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

RGB color model

#BFDCBE color RGB value is (191,220,190).

  • red value is 191;
  • green value is 220;
  • blue value is 190.
RGB:
(191,220,190)
(75%,86%,75%)

RGB channels and saturation

R 191 of 255 = 75%
G 220 of 255 = 86%
B 190 of 255 = 75%

191
220
190

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

Portions of RGB colors in percentages

R + G + B =
191 + 220 + 190 = 601 (100%)
R 191 of 601 ~ 31.78%
G 220 of 601 ~ 36.61%
B 190 of 601 ~ 31.61%

%31.78
%36.61
%31.61

CMYK color model

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

  • cyan value is 13.18%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 13.73%
CMYK:
(13,0,14,14)
C13M0Y14K14 
(13%,0%,14%,14%)
(0.13/0.00/0.14/0.14)	

CMYK percentages

%13.18
%0
%13.64
%13.73

Codes

Color #BFDCBE in popluar color models

BFDCBE
RGB191220190
HSL118°30.00%80.39%
HSB/HSV118°13.64%86.27%
CMYK13.18%0.00%13.64%
13.73%

Color #BFDCBE in popluar number systems.

HEXBFDCBE
Decimal191220190
Binary101111111101110010111110
Octal277334276

Shades and tints

Shades of #BFDCBE

#BFDCBE
(191,220,190)
#AEC8AD
(174,200,173)
#9DB49C
(157,180,156)
#8CA08B
(140,160,139)
#7B8C7A
(123,140,122)
#6A7869
(106,120,105)
#596458
(89,100,88)
#485047
(72,80,71)
#373C36
(55,60,54)
#262825
(38,40,37)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #BFDCBE

#BFDCBE
(191,220,190)
#C4DFC3
(196,223,195)
#C9E2C8
(201,226,200)
#CEE5CD
(206,229,205)
#D3E8D2
(211,232,210)
#D8EBD7
(216,235,215)
#DDEEDC
(221,238,220)
#E2F1E1
(226,241,225)
#E7F4E6
(231,244,230)
#ECF7EB
(236,247,235)
#F1FAF0
(241,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFDCBE; }

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

This text font color is #BFDCBE.


Background Color

.myBgColor { background-color: #BFDCBE; }

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

This div background color is #BFDCBE.


Border color

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

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

This div border color is #BFDCBE.


Opacity

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

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

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

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

This text has shadow with #BFDCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDCBE on black background.


Color preview on white background

This text has color #BFDCBE on white background.



Black color preview on #BFDCBE background

This text has black color on #BFDCBE background.


White color preview on #BFDCBE background

This text has white color on #BFDCBE background.