COLOR #BFC7E4

HEX: #BFC7E4
RGB: (191,199,228)

Color info

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

RGB color model

#BFC7E4 color RGB value is (191,199,228).

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

RGB channels and saturation

R 191 of 255 = 75%
G 199 of 255 = 78%
B 228 of 255 = 89%

191
199
228

R + G + B ~ 81%. #BFC7E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 199 + 228 = 618 (100%)
R 191 of 618 ~ 30.91%
G 199 of 618 ~ 32.2%
B 228 of 618 ~ 36.89%

%30.91
%32.2
%36.89

CMYK color model

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

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

CMYK percentages

%16.23
%12.72
%0
%10.59

Codes

Color #BFC7E4 in popluar color models

BFC7E4
RGB191199228
HSL227°40.66%82.16%
HSB/HSV227°16.23%89.41%
CMYK16.23%12.72%0.00%
10.59%

Color #BFC7E4 in popluar number systems.

HEXBFC7E4
Decimal191199228
Binary101111111100011111100100
Octal277307344

Shades and tints

Shades of #BFC7E4

#BFC7E4
(191,199,228)
#AEB5D0
(174,181,208)
#9DA3BC
(157,163,188)
#8C91A8
(140,145,168)
#7B7F94
(123,127,148)
#6A6D80
(106,109,128)
#595B6C
(89,91,108)
#484958
(72,73,88)
#373744
(55,55,68)
#262530
(38,37,48)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #BFC7E4

#BFC7E4
(191,199,228)
#C4CCE6
(196,204,230)
#C9D1E8
(201,209,232)
#CED6EA
(206,214,234)
#D3DBEC
(211,219,236)
#D8E0EE
(216,224,238)
#DDE5F0
(221,229,240)
#E2EAF2
(226,234,242)
#E7EFF4
(231,239,244)
#ECF4F6
(236,244,246)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC7E4; }

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

This text font color is #BFC7E4.


Background Color

.myBgColor { background-color: #BFC7E4; }

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

This div background color is #BFC7E4.


Border color

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

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

This div border color is #BFC7E4.


Opacity

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

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

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

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

This text has shadow with #BFC7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC7E4 on black background.


Color preview on white background

This text has color #BFC7E4 on white background.



Black color preview on #BFC7E4 background

This text has black color on #BFC7E4 background.


White color preview on #BFC7E4 background

This text has white color on #BFC7E4 background.