COLOR #BFD3E8

HEX: #BFD3E8
RGB: (191,211,232)

Color info

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

RGB color model

#BFD3E8 color RGB value is (191,211,232).

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

RGB channels and saturation

R 191 of 255 = 75%
G 211 of 255 = 83%
B 232 of 255 = 91%

191
211
232

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

Portions of RGB colors in percentages

R + G + B =
191 + 211 + 232 = 634 (100%)
R 191 of 634 ~ 30.13%
G 211 of 634 ~ 33.28%
B 232 of 634 ~ 36.59%

%30.13
%33.28
%36.59

CMYK color model

#BFD3E8 color CMYK value is (18,9,0,9).

  • cyan value is 17.67%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(18,9,0,9)
C18M9Y0K9 
(18%,9%,0%,9%)
(0.18/0.09/0.00/0.09)	

CMYK percentages

%17.67
%9.05
%0
%9.02

Codes

Color #BFD3E8 in popluar color models

BFD3E8
RGB191211232
HSL211°47.13%82.94%
HSB/HSV211°17.67%90.98%
CMYK17.67%9.05%0.00%
9.02%

Color #BFD3E8 in popluar number systems.

HEXBFD3E8
Decimal191211232
Binary101111111101001111101000
Octal277323350

Shades and tints

Shades of #BFD3E8

#BFD3E8
(191,211,232)
#AEC0D3
(174,192,211)
#9DADBE
(157,173,190)
#8C9AA9
(140,154,169)
#7B8794
(123,135,148)
#6A747F
(106,116,127)
#59616A
(89,97,106)
#484E55
(72,78,85)
#373B40
(55,59,64)
#26282B
(38,40,43)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #BFD3E8

#BFD3E8
(191,211,232)
#C4D7EA
(196,215,234)
#C9DBEC
(201,219,236)
#CEDFEE
(206,223,238)
#D3E3F0
(211,227,240)
#D8E7F2
(216,231,242)
#DDEBF4
(221,235,244)
#E2EFF6
(226,239,246)
#E7F3F8
(231,243,248)
#ECF7FA
(236,247,250)
#F1FBFC
(241,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD3E8; }

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

This text font color is #BFD3E8.


Background Color

.myBgColor { background-color: #BFD3E8; }

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

This div background color is #BFD3E8.


Border color

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

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

This div border color is #BFD3E8.


Opacity

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

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

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

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

This text has shadow with #BFD3E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD3E8 on black background.


Color preview on white background

This text has color #BFD3E8 on white background.



Black color preview on #BFD3E8 background

This text has black color on #BFD3E8 background.


White color preview on #BFD3E8 background

This text has white color on #BFD3E8 background.