COLOR #BFCCE9

HEX: #BFCCE9
RGB: (191,204,233)

Color info

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

RGB color model

#BFCCE9 color RGB value is (191,204,233).

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

RGB channels and saturation

R 191 of 255 = 75%
G 204 of 255 = 80%
B 233 of 255 = 91%

191
204
233

R + G + B ~ 82%. #BFCCE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 204 + 233 = 628 (100%)
R 191 of 628 ~ 30.41%
G 204 of 628 ~ 32.48%
B 233 of 628 ~ 37.1%

%30.41
%32.48
%37.1

CMYK color model

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

  • cyan value is 18.03%
  • magenta value is 12.45%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(18,12,0,9)
C18M12Y0K9 
(18%,12%,0%,9%)
(0.18/0.12/0.00/0.09)	

CMYK percentages

%18.03
%12.45
%0
%8.63

Codes

Color #BFCCE9 in popluar color models

BFCCE9
RGB191204233
HSL221°48.84%83.14%
HSB/HSV221°18.03%91.37%
CMYK18.03%12.45%0.00%
8.63%

Color #BFCCE9 in popluar number systems.

HEXBFCCE9
Decimal191204233
Binary101111111100110011101001
Octal277314351

Shades and tints

Shades of #BFCCE9

#BFCCE9
(191,204,233)
#AEBAD4
(174,186,212)
#9DA8BF
(157,168,191)
#8C96AA
(140,150,170)
#7B8495
(123,132,149)
#6A7280
(106,114,128)
#59606B
(89,96,107)
#484E56
(72,78,86)
#373C41
(55,60,65)
#262A2C
(38,42,44)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #BFCCE9

#BFCCE9
(191,204,233)
#C4D0EB
(196,208,235)
#C9D4ED
(201,212,237)
#CED8EF
(206,216,239)
#D3DCF1
(211,220,241)
#D8E0F3
(216,224,243)
#DDE4F5
(221,228,245)
#E2E8F7
(226,232,247)
#E7ECF9
(231,236,249)
#ECF0FB
(236,240,251)
#F1F4FD
(241,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFCCE9; }

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

This text font color is #BFCCE9.


Background Color

.myBgColor { background-color: #BFCCE9; }

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

This div background color is #BFCCE9.


Border color

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

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

This div border color is #BFCCE9.


Opacity

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

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

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

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

This text has shadow with #BFCCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCCE9 on black background.


Color preview on white background

This text has color #BFCCE9 on white background.



Black color preview on #BFCCE9 background

This text has black color on #BFCCE9 background.


White color preview on #BFCCE9 background

This text has white color on #BFCCE9 background.