COLOR #BFC4D3

HEX: #BFC4D3
RGB: (191,196,211)

Color info

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

RGB color model

#BFC4D3 color RGB value is (191,196,211).

  • red value is 191;
  • green value is 196;
  • blue value is 211.
RGB:
(191,196,211)
(75%,77%,83%)

RGB channels and saturation

R 191 of 255 = 75%
G 196 of 255 = 77%
B 211 of 255 = 83%

191
196
211

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

Portions of RGB colors in percentages

R + G + B =
191 + 196 + 211 = 598 (100%)
R 191 of 598 ~ 31.94%
G 196 of 598 ~ 32.78%
B 211 of 598 ~ 35.28%

%31.94
%32.78
%35.28

CMYK color model

#BFC4D3 color CMYK value is (9,7,0,17).

  • cyan value is 9.48%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(9,7,0,17)
C9M7Y0K17 
(9%,7%,0%,17%)
(0.09/0.07/0.00/0.17)	

CMYK percentages

%9.48
%7.11
%0
%17.25

Codes

Color #BFC4D3 in popluar color models

BFC4D3
RGB191196211
HSL225°18.52%78.82%
HSB/HSV225°9.48%82.75%
CMYK9.48%7.11%0.00%
17.25%

Color #BFC4D3 in popluar number systems.

HEXBFC4D3
Decimal191196211
Binary101111111100010011010011
Octal277304323

Shades and tints

Shades of #BFC4D3

#BFC4D3
(191,196,211)
#AEB3C0
(174,179,192)
#9DA2AD
(157,162,173)
#8C919A
(140,145,154)
#7B8087
(123,128,135)
#6A6F74
(106,111,116)
#595E61
(89,94,97)
#484D4E
(72,77,78)
#373C3B
(55,60,59)
#262B28
(38,43,40)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #BFC4D3

#BFC4D3
(191,196,211)
#C4C9D7
(196,201,215)
#C9CEDB
(201,206,219)
#CED3DF
(206,211,223)
#D3D8E3
(211,216,227)
#D8DDE7
(216,221,231)
#DDE2EB
(221,226,235)
#E2E7EF
(226,231,239)
#E7ECF3
(231,236,243)
#ECF1F7
(236,241,247)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC4D3 color. Also use rgb(191,196,211) instead hex code.

Text Font Color

.myTextColor { color: #BFC4D3; }

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

This text font color is #BFC4D3.


Background Color

.myBgColor { background-color: #BFC4D3; }

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

This div background color is #BFC4D3.


Border color

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

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

This div border color is #BFC4D3.


Opacity

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

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

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

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

This text has shadow with #BFC4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC4D3 on black background.


Color preview on white background

This text has color #BFC4D3 on white background.



Black color preview on #BFC4D3 background

This text has black color on #BFC4D3 background.


White color preview on #BFC4D3 background

This text has white color on #BFC4D3 background.