COLOR #BFCFE7

HEX: #BFCFE7
RGB: (191,207,231)

Color info

#BFCFE7 contains red, green and blue colors in about the same proportion. Web safe color of #BFCFE7 is #CCCCFF (or #CCF).

RGB color model

#BFCFE7 color RGB value is (191,207,231).

  • red value is 191;
  • green value is 207;
  • blue value is 231.
RGB:
(191,207,231)
(75%,81%,91%)

RGB channels and saturation

R 191 of 255 = 75%
G 207 of 255 = 81%
B 231 of 255 = 91%

191
207
231

R + G + B ~ 82%. #BFCFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 207 + 231 = 629 (100%)
R 191 of 629 ~ 30.37%
G 207 of 629 ~ 32.91%
B 231 of 629 ~ 36.72%

%30.37
%32.91
%36.72

CMYK color model

#BFCFE7 color CMYK value is (17,10,0,9).

  • cyan value is 17.32%
  • magenta value is 10.39%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(17,10,0,9)
C17M10Y0K9 
(17%,10%,0%,9%)
(0.17/0.10/0.00/0.09)	

CMYK percentages

%17.32
%10.39
%0
%9.41

Codes

Color #BFCFE7 in popluar color models

BFCFE7
RGB191207231
HSL216°45.45%82.75%
HSB/HSV216°17.32%90.59%
CMYK17.32%10.39%0.00%
9.41%

Color #BFCFE7 in popluar number systems.

HEXBFCFE7
Decimal191207231
Binary101111111100111111100111
Octal277317347

Shades and tints

Shades of #BFCFE7

#BFCFE7
(191,207,231)
#AEBDD2
(174,189,210)
#9DABBD
(157,171,189)
#8C99A8
(140,153,168)
#7B8793
(123,135,147)
#6A757E
(106,117,126)
#596369
(89,99,105)
#485154
(72,81,84)
#373F3F
(55,63,63)
#262D2A
(38,45,42)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #BFCFE7

#BFCFE7
(191,207,231)
#C4D3E9
(196,211,233)
#C9D7EB
(201,215,235)
#CEDBED
(206,219,237)
#D3DFEF
(211,223,239)
#D8E3F1
(216,227,241)
#DDE7F3
(221,231,243)
#E2EBF5
(226,235,245)
#E7EFF7
(231,239,247)
#ECF3F9
(236,243,249)
#F1F7FB
(241,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFCFE7 color. Also use rgb(191,207,231) instead hex code.

Text Font Color

.myTextColor { color: #BFCFE7; }

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

This text font color is #BFCFE7.


Background Color

.myBgColor { background-color: #BFCFE7; }

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

This div background color is #BFCFE7.


Border color

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

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

This div border color is #BFCFE7.


Opacity

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

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

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

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

This text has shadow with #BFCFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCFE7 on black background.


Color preview on white background

This text has color #BFCFE7 on white background.



Black color preview on #BFCFE7 background

This text has black color on #BFCFE7 background.


White color preview on #BFCFE7 background

This text has white color on #BFCFE7 background.