COLOR #BFCCE3

HEX: #BFCCE3
RGB: (191,204,227)

Color info

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

RGB color model

#BFCCE3 color RGB value is (191,204,227).

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

RGB channels and saturation

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

191
204
227

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

Portions of RGB colors in percentages

R + G + B =
191 + 204 + 227 = 622 (100%)
R 191 of 622 ~ 30.71%
G 204 of 622 ~ 32.8%
B 227 of 622 ~ 36.5%

%30.71
%32.8
%36.5

CMYK color model

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

  • cyan value is 15.86%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(16,10,0,11)
C16M10Y0K11 
(16%,10%,0%,11%)
(0.16/0.10/0.00/0.11)	

CMYK percentages

%15.86
%10.13
%0
%10.98

Codes

Color #BFCCE3 in popluar color models

BFCCE3
RGB191204227
HSL218°39.13%81.96%
HSB/HSV218°15.86%89.02%
CMYK15.86%10.13%0.00%
10.98%

Color #BFCCE3 in popluar number systems.

HEXBFCCE3
Decimal191204227
Binary101111111100110011100011
Octal277314343

Shades and tints

Shades of #BFCCE3

#BFCCE3
(191,204,227)
#AEBACF
(174,186,207)
#9DA8BB
(157,168,187)
#8C96A7
(140,150,167)
#7B8493
(123,132,147)
#6A727F
(106,114,127)
#59606B
(89,96,107)
#484E57
(72,78,87)
#373C43
(55,60,67)
#262A2F
(38,42,47)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #BFCCE3

#BFCCE3
(191,204,227)
#C4D0E5
(196,208,229)
#C9D4E7
(201,212,231)
#CED8E9
(206,216,233)
#D3DCEB
(211,220,235)
#D8E0ED
(216,224,237)
#DDE4EF
(221,228,239)
#E2E8F1
(226,232,241)
#E7ECF3
(231,236,243)
#ECF0F5
(236,240,245)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFCCE3; }

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

This text font color is #BFCCE3.


Background Color

.myBgColor { background-color: #BFCCE3; }

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

This div background color is #BFCCE3.


Border color

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

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

This div border color is #BFCCE3.


Opacity

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

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

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

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

This text has shadow with #BFCCE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCCE3 on black background.


Color preview on white background

This text has color #BFCCE3 on white background.



Black color preview on #BFCCE3 background

This text has black color on #BFCCE3 background.


White color preview on #BFCCE3 background

This text has white color on #BFCCE3 background.