COLOR #BFC5E3

HEX: #BFC5E3
RGB: (191,197,227)

Color info

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

RGB color model

#BFC5E3 color RGB value is (191,197,227).

  • red value is 191;
  • green value is 197;
  • blue value is 227.
RGB:
(191,197,227)
(75%,77%,89%)

RGB channels and saturation

R 191 of 255 = 75%
G 197 of 255 = 77%
B 227 of 255 = 89%

191
197
227

R + G + B ~ 80%. #BFC5E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 197 + 227 = 615 (100%)
R 191 of 615 ~ 31.06%
G 197 of 615 ~ 32.03%
B 227 of 615 ~ 36.91%

%31.06
%32.03
%36.91

CMYK color model

#BFC5E3 color CMYK value is (16,13,0,11).

  • cyan value is 15.86%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(16,13,0,11)
C16M13Y0K11 
(16%,13%,0%,11%)
(0.16/0.13/0.00/0.11)	

CMYK percentages

%15.86
%13.22
%0
%10.98

Codes

Color #BFC5E3 in popluar color models

BFC5E3
RGB191197227
HSL230°39.13%81.96%
HSB/HSV230°15.86%89.02%
CMYK15.86%13.22%0.00%
10.98%

Color #BFC5E3 in popluar number systems.

HEXBFC5E3
Decimal191197227
Binary101111111100010111100011
Octal277305343

Shades and tints

Shades of #BFC5E3

#BFC5E3
(191,197,227)
#AEB4CF
(174,180,207)
#9DA3BB
(157,163,187)
#8C92A7
(140,146,167)
#7B8193
(123,129,147)
#6A707F
(106,112,127)
#595F6B
(89,95,107)
#484E57
(72,78,87)
#373D43
(55,61,67)
#262C2F
(38,44,47)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #BFC5E3

#BFC5E3
(191,197,227)
#C4CAE5
(196,202,229)
#C9CFE7
(201,207,231)
#CED4E9
(206,212,233)
#D3D9EB
(211,217,235)
#D8DEED
(216,222,237)
#DDE3EF
(221,227,239)
#E2E8F1
(226,232,241)
#E7EDF3
(231,237,243)
#ECF2F5
(236,242,245)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC5E3 color. Also use rgb(191,197,227) instead hex code.

Text Font Color

.myTextColor { color: #BFC5E3; }

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

This text font color is #BFC5E3.


Background Color

.myBgColor { background-color: #BFC5E3; }

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

This div background color is #BFC5E3.


Border color

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

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

This div border color is #BFC5E3.


Opacity

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

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

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

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

This text has shadow with #BFC5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC5E3 on black background.


Color preview on white background

This text has color #BFC5E3 on white background.



Black color preview on #BFC5E3 background

This text has black color on #BFC5E3 background.


White color preview on #BFC5E3 background

This text has white color on #BFC5E3 background.