COLOR #BFCBE3

HEX: #BFCBE3
RGB: (191,203,227)

Color info

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

RGB color model

#BFCBE3 color RGB value is (191,203,227).

  • red value is 191;
  • green value is 203;
  • blue value is 227.
RGB:
(191,203,227)
(75%,80%,89%)

RGB channels and saturation

R 191 of 255 = 75%
G 203 of 255 = 80%
B 227 of 255 = 89%

191
203
227

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

Portions of RGB colors in percentages

R + G + B =
191 + 203 + 227 = 621 (100%)
R 191 of 621 ~ 30.76%
G 203 of 621 ~ 32.69%
B 227 of 621 ~ 36.55%

%30.76
%32.69
%36.55

CMYK color model

#BFCBE3 color CMYK value is (16,11,0,11).

  • cyan value is 15.86%
  • magenta value is 10.57%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(16,11,0,11)
C16M11Y0K11 
(16%,11%,0%,11%)
(0.16/0.11/0.00/0.11)	

CMYK percentages

%15.86
%10.57
%0
%10.98

Codes

Color #BFCBE3 in popluar color models

BFCBE3
RGB191203227
HSL220°39.13%81.96%
HSB/HSV220°15.86%89.02%
CMYK15.86%10.57%0.00%
10.98%

Color #BFCBE3 in popluar number systems.

HEXBFCBE3
Decimal191203227
Binary101111111100101111100011
Octal277313343

Shades and tints

Shades of #BFCBE3

#BFCBE3
(191,203,227)
#AEB9CF
(174,185,207)
#9DA7BB
(157,167,187)
#8C95A7
(140,149,167)
#7B8393
(123,131,147)
#6A717F
(106,113,127)
#595F6B
(89,95,107)
#484D57
(72,77,87)
#373B43
(55,59,67)
#26292F
(38,41,47)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #BFCBE3

#BFCBE3
(191,203,227)
#C4CFE5
(196,207,229)
#C9D3E7
(201,211,231)
#CED7E9
(206,215,233)
#D3DBEB
(211,219,235)
#D8DFED
(216,223,237)
#DDE3EF
(221,227,239)
#E2E7F1
(226,231,241)
#E7EBF3
(231,235,243)
#ECEFF5
(236,239,245)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFCBE3 color. Also use rgb(191,203,227) instead hex code.

Text Font Color

.myTextColor { color: #BFCBE3; }

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

This text font color is #BFCBE3.


Background Color

.myBgColor { background-color: #BFCBE3; }

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

This div background color is #BFCBE3.


Border color

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

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

This div border color is #BFCBE3.


Opacity

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

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

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

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

This text has shadow with #BFCBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCBE3 on black background.


Color preview on white background

This text has color #BFCBE3 on white background.



Black color preview on #BFCBE3 background

This text has black color on #BFCBE3 background.


White color preview on #BFCBE3 background

This text has white color on #BFCBE3 background.