COLOR #BFD3E6

HEX: #BFD3E6
RGB: (191,211,230)

Color info

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

RGB color model

#BFD3E6 color RGB value is (191,211,230).

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

RGB channels and saturation

R 191 of 255 = 75%
G 211 of 255 = 83%
B 230 of 255 = 90%

191
211
230

R + G + B ~ 83%. #BFD3E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 211 + 230 = 632 (100%)
R 191 of 632 ~ 30.22%
G 211 of 632 ~ 33.39%
B 230 of 632 ~ 36.39%

%30.22
%33.39
%36.39

CMYK color model

#BFD3E6 color CMYK value is (17,8,0,10).

  • cyan value is 16.96%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(17,8,0,10)
C17M8Y0K10 
(17%,8%,0%,10%)
(0.17/0.08/0.00/0.10)	

CMYK percentages

%16.96
%8.26
%0
%9.8

Codes

Color #BFD3E6 in popluar color models

BFD3E6
RGB191211230
HSL209°43.82%82.55%
HSB/HSV209°16.96%90.20%
CMYK16.96%8.26%0.00%
9.80%

Color #BFD3E6 in popluar number systems.

HEXBFD3E6
Decimal191211230
Binary101111111101001111100110
Octal277323346

Shades and tints

Shades of #BFD3E6

#BFD3E6
(191,211,230)
#AEC0D2
(174,192,210)
#9DADBE
(157,173,190)
#8C9AAA
(140,154,170)
#7B8796
(123,135,150)
#6A7482
(106,116,130)
#59616E
(89,97,110)
#484E5A
(72,78,90)
#373B46
(55,59,70)
#262832
(38,40,50)
#15151E
(21,21,30)
#000000
(0,0,0)

Tints of #BFD3E6

#BFD3E6
(191,211,230)
#C4D7E8
(196,215,232)
#C9DBEA
(201,219,234)
#CEDFEC
(206,223,236)
#D3E3EE
(211,227,238)
#D8E7F0
(216,231,240)
#DDEBF2
(221,235,242)
#E2EFF4
(226,239,244)
#E7F3F6
(231,243,246)
#ECF7F8
(236,247,248)
#F1FBFA
(241,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD3E6; }

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

This text font color is #BFD3E6.


Background Color

.myBgColor { background-color: #BFD3E6; }

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

This div background color is #BFD3E6.


Border color

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

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

This div border color is #BFD3E6.


Opacity

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

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

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

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

This text has shadow with #BFD3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD3E6 on black background.


Color preview on white background

This text has color #BFD3E6 on white background.



Black color preview on #BFD3E6 background

This text has black color on #BFD3E6 background.


White color preview on #BFD3E6 background

This text has white color on #BFD3E6 background.