COLOR #BFD4BE

HEX: #BFD4BE RGB: (191,212,190)

Color info

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

RGB color model

#BFD4BE color RGB value is (191,212,190).

RGB: (191,212,190) (75%, 83%, 75%)

RGB channels and saturation

R 191 of 255 = 75%
G 212 of 255 = 83%
B 190 of 255 = 75%

191
212
190

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

Portions of RGB colors in percentages

R + G + B = 191 + 212 + 190 = 593 (100%)
R 191 of 593 ~ 32.21%
G 212 of 593 ~ 35.75%
B 190 of 593 ~ 32.04'%

%32.21
%35.75
%32.04

CMYK color model

#BFD4BE color CMYK value is (10,0,10,17).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 10.38%
  • key color value is 16.86%

CMYK: (10,0,10,17)
C10M0Y10K17 (10%, 0%, 10%, 17%)
(0.10 / 0.00 / 0.10 / 0.17)

CMYK percentages

%9.91
%0
%10.38
%16.86

Codes

Color #BFD4BE in popluar color models

BF D4 BE
RGB 191 212 190
HSL 117° 20.37% 78.82%
HSB/HSV 117° 10.38% 83.14%
CMYK 9.91% 0.00% 10.38%
16.86%

Color #BFD4BE in popluar number systems.

HEX BF D4 BE
Decimal 191 212 190
Binary 10111111 11010100 10111110
Octal 277 324 276

Shades and tints

Shades of #BFD4BE

#BFD4BE
(191,212,190)
#AEC1AD
(174,193,173)
#9DAE9C
(157,174,156)
#8C9B8B
(140,155,139)
#7B887A
(123,136,122)
#6A7569
(106,117,105)
#596258
(89,98,88)
#484F47
(72,79,71)
#373C36
(55,60,54)
#262925
(38,41,37)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #BFD4BE

#BFD4BE
(191,212,190)
#C4D7C3
(196,215,195)
#C9DAC8
(201,218,200)
#CEDDCD
(206,221,205)
#D3E0D2
(211,224,210)
#D8E3D7
(216,227,215)
#DDE6DC
(221,230,220)
#E2E9E1
(226,233,225)
#E7ECE6
(231,236,230)
#ECEFEB
(236,239,235)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD4BE; }

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

This text font color is #BFD4BE.

Background Color

.myBgColor { background-color: #BFD4BE; }

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

This div background color is #BFD4BE.

Border color

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

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

This div border color is #BFD4BE.

Opacity

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

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

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

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

This text has shadow with #BFD4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD4BE.

Preview

Color preview on black background

This text has color #BFD4BE on black background.


Color preview on white background

This text has color #BFD4BE on white background.


Black color preview on #BFD4BE background

This text has black color on #BFD4BE background.


White color preview on #BFD4BE background

This text has white color on #BFD4BE background.


Related colors

Complementary color

Complementary color for #hex is #402B41.


I love getcolorcode.com

Triadic colors

1 #BEBFD4 and #D4BEBF with #BFD4BE are triadic colors.

2 #BED4BF and #D4BFBE with #BFD4BE are triadic colors.