COLOR #BFD3E5

HEX: #BFD3E5
RGB: (191,211,229)

Color info

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

RGB color model

#BFD3E5 color RGB value is (191,211,229).

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

RGB channels and saturation

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

191
211
229

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

Portions of RGB colors in percentages

R + G + B =
191 + 211 + 229 = 631 (100%)
R 191 of 631 ~ 30.27%
G 211 of 631 ~ 33.44%
B 229 of 631 ~ 36.29%

%30.27
%33.44
%36.29

CMYK color model

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

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

CMYK percentages

%16.59
%7.86
%0
%10.2

Codes

Color #BFD3E5 in popluar color models

BFD3E5
RGB191211229
HSL208°42.22%82.35%
HSB/HSV208°16.59%89.80%
CMYK16.59%7.86%0.00%
10.20%

Color #BFD3E5 in popluar number systems.

HEXBFD3E5
Decimal191211229
Binary101111111101001111100101
Octal277323345

Shades and tints

Shades of #BFD3E5

#BFD3E5
(191,211,229)
#AEC0D1
(174,192,209)
#9DADBD
(157,173,189)
#8C9AA9
(140,154,169)
#7B8795
(123,135,149)
#6A7481
(106,116,129)
#59616D
(89,97,109)
#484E59
(72,78,89)
#373B45
(55,59,69)
#262831
(38,40,49)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #BFD3E5

#BFD3E5
(191,211,229)
#C4D7E7
(196,215,231)
#C9DBE9
(201,219,233)
#CEDFEB
(206,223,235)
#D3E3ED
(211,227,237)
#D8E7EF
(216,231,239)
#DDEBF1
(221,235,241)
#E2EFF3
(226,239,243)
#E7F3F5
(231,243,245)
#ECF7F7
(236,247,247)
#F1FBF9
(241,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD3E5; }

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

This text font color is #BFD3E5.


Background Color

.myBgColor { background-color: #BFD3E5; }

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

This div background color is #BFD3E5.


Border color

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

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

This div border color is #BFD3E5.


Opacity

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

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

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

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

This text has shadow with #BFD3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD3E5 on black background.


Color preview on white background

This text has color #BFD3E5 on white background.



Black color preview on #BFD3E5 background

This text has black color on #BFD3E5 background.


White color preview on #BFD3E5 background

This text has white color on #BFD3E5 background.