COLOR #BFDAC7

HEX: #BFDAC7
RGB: (191,218,199)

Color info

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

RGB color model

#BFDAC7 color RGB value is (191,218,199).

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

RGB channels and saturation

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

191
218
199

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

Portions of RGB colors in percentages

R + G + B =
191 + 218 + 199 = 608 (100%)
R 191 of 608 ~ 31.41%
G 218 of 608 ~ 35.86%
B 199 of 608 ~ 32.73%

%31.41
%35.86
%32.73

CMYK color model

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

  • cyan value is 12.39%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • 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
%8.72
%14.51

Codes

Color #BFDAC7 in popluar color models

BFDAC7
RGB191218199
HSL138°26.73%80.20%
HSB/HSV138°12.39%85.49%
CMYK12.39%0.00%8.72%
14.51%

Color #BFDAC7 in popluar number systems.

HEXBFDAC7
Decimal191218199
Binary101111111101101011000111
Octal277332307

Shades and tints

Shades of #BFDAC7

#BFDAC7
(191,218,199)
#AEC7B5
(174,199,181)
#9DB4A3
(157,180,163)
#8CA191
(140,161,145)
#7B8E7F
(123,142,127)
#6A7B6D
(106,123,109)
#59685B
(89,104,91)
#485549
(72,85,73)
#374237
(55,66,55)
#262F25
(38,47,37)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #BFDAC7

#BFDAC7
(191,218,199)
#C4DDCC
(196,221,204)
#C9E0D1
(201,224,209)
#CEE3D6
(206,227,214)
#D3E6DB
(211,230,219)
#D8E9E0
(216,233,224)
#DDECE5
(221,236,229)
#E2EFEA
(226,239,234)
#E7F2EF
(231,242,239)
#ECF5F4
(236,245,244)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFDAC7; }

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

This text font color is #BFDAC7.


Background Color

.myBgColor { background-color: #BFDAC7; }

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

This div background color is #BFDAC7.


Border color

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

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

This div border color is #BFDAC7.


Opacity

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

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

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

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

This text has shadow with #BFDAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDAC7 on black background.


Color preview on white background

This text has color #BFDAC7 on white background.



Black color preview on #BFDAC7 background

This text has black color on #BFDAC7 background.


White color preview on #BFDAC7 background

This text has white color on #BFDAC7 background.