COLOR #BFC8E5

HEX: #BFC8E5
RGB: (191,200,229)

Color info

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

RGB color model

#BFC8E5 color RGB value is (191,200,229).

  • red value is 191;
  • green value is 200;
  • blue value is 229.
RGB:
(191,200,229)
(75%,78%,90%)

RGB channels and saturation

R 191 of 255 = 75%
G 200 of 255 = 78%
B 229 of 255 = 90%

191
200
229

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

Portions of RGB colors in percentages

R + G + B =
191 + 200 + 229 = 620 (100%)
R 191 of 620 ~ 30.81%
G 200 of 620 ~ 32.26%
B 229 of 620 ~ 36.94%

%30.81
%32.26
%36.94

CMYK color model

#BFC8E5 color CMYK value is (17,13,0,10).

  • cyan value is 16.59%
  • magenta value is 12.66%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(17,13,0,10)
C17M13Y0K10 
(17%,13%,0%,10%)
(0.17/0.13/0.00/0.10)	

CMYK percentages

%16.59
%12.66
%0
%10.2

Codes

Color #BFC8E5 in popluar color models

BFC8E5
RGB191200229
HSL226°42.22%82.35%
HSB/HSV226°16.59%89.80%
CMYK16.59%12.66%0.00%
10.20%

Color #BFC8E5 in popluar number systems.

HEXBFC8E5
Decimal191200229
Binary101111111100100011100101
Octal277310345

Shades and tints

Shades of #BFC8E5

#BFC8E5
(191,200,229)
#AEB6D1
(174,182,209)
#9DA4BD
(157,164,189)
#8C92A9
(140,146,169)
#7B8095
(123,128,149)
#6A6E81
(106,110,129)
#595C6D
(89,92,109)
#484A59
(72,74,89)
#373845
(55,56,69)
#262631
(38,38,49)
#15141D
(21,20,29)
#000000
(0,0,0)

Tints of #BFC8E5

#BFC8E5
(191,200,229)
#C4CDE7
(196,205,231)
#C9D2E9
(201,210,233)
#CED7EB
(206,215,235)
#D3DCED
(211,220,237)
#D8E1EF
(216,225,239)
#DDE6F1
(221,230,241)
#E2EBF3
(226,235,243)
#E7F0F5
(231,240,245)
#ECF5F7
(236,245,247)
#F1FAF9
(241,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC8E5 color. Also use rgb(191,200,229) instead hex code.

Text Font Color

.myTextColor { color: #BFC8E5; }

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

This text font color is #BFC8E5.


Background Color

.myBgColor { background-color: #BFC8E5; }

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

This div background color is #BFC8E5.


Border color

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

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

This div border color is #BFC8E5.


Opacity

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

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

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

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

This text has shadow with #BFC8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC8E5 on black background.


Color preview on white background

This text has color #BFC8E5 on white background.



Black color preview on #BFC8E5 background

This text has black color on #BFC8E5 background.


White color preview on #BFC8E5 background

This text has white color on #BFC8E5 background.