COLOR #BFDAC6

HEX: #BFDAC6
RGB: (191,218,198)

Color info

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

RGB color model

#BFDAC6 color RGB value is (191,218,198).

  • red value is 191;
  • green value is 218;
  • blue value is 198.
RGB:
(191,218,198)
(75%,85%,78%)

RGB channels and saturation

R 191 of 255 = 75%
G 218 of 255 = 85%
B 198 of 255 = 78%

191
218
198

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

Portions of RGB colors in percentages

R + G + B =
191 + 218 + 198 = 607 (100%)
R 191 of 607 ~ 31.47%
G 218 of 607 ~ 35.91%
B 198 of 607 ~ 32.62%

%31.47
%35.91
%32.62

CMYK color model

#BFDAC6 color CMYK value is (12,0,9,15).

  • cyan value is 12.39%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 14.51%
CMYK:
(12,0,9,15)
C12M0Y9K15 
(12%,0%,9%,15%)
(0.12/0.00/0.09/0.15)	

CMYK percentages

%12.39
%0
%9.17
%14.51

Codes

Color #BFDAC6 in popluar color models

BFDAC6
RGB191218198
HSL136°26.73%80.20%
HSB/HSV136°12.39%85.49%
CMYK12.39%0.00%9.17%
14.51%

Color #BFDAC6 in popluar number systems.

HEXBFDAC6
Decimal191218198
Binary101111111101101011000110
Octal277332306

Shades and tints

Shades of #BFDAC6

#BFDAC6
(191,218,198)
#AEC7B4
(174,199,180)
#9DB4A2
(157,180,162)
#8CA190
(140,161,144)
#7B8E7E
(123,142,126)
#6A7B6C
(106,123,108)
#59685A
(89,104,90)
#485548
(72,85,72)
#374236
(55,66,54)
#262F24
(38,47,36)
#151C12
(21,28,18)
#000000
(0,0,0)

Tints of #BFDAC6

#BFDAC6
(191,218,198)
#C4DDCB
(196,221,203)
#C9E0D0
(201,224,208)
#CEE3D5
(206,227,213)
#D3E6DA
(211,230,218)
#D8E9DF
(216,233,223)
#DDECE4
(221,236,228)
#E2EFE9
(226,239,233)
#E7F2EE
(231,242,238)
#ECF5F3
(236,245,243)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFDAC6 color. Also use rgb(191,218,198) instead hex code.

Text Font Color

.myTextColor { color: #BFDAC6; }

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

This text font color is #BFDAC6.


Background Color

.myBgColor { background-color: #BFDAC6; }

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

This div background color is #BFDAC6.


Border color

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

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

This div border color is #BFDAC6.


Opacity

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

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

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

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

This text has shadow with #BFDAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDAC6 on black background.


Color preview on white background

This text has color #BFDAC6 on white background.



Black color preview on #BFDAC6 background

This text has black color on #BFDAC6 background.


White color preview on #BFDAC6 background

This text has white color on #BFDAC6 background.