COLOR #BFCEE4

HEX: #BFCEE4
RGB: (191,206,228)

Color info

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

RGB color model

#BFCEE4 color RGB value is (191,206,228).

  • red value is 191;
  • green value is 206;
  • blue value is 228.
RGB:
(191,206,228)
(75%,81%,89%)

RGB channels and saturation

R 191 of 255 = 75%
G 206 of 255 = 81%
B 228 of 255 = 89%

191
206
228

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

Portions of RGB colors in percentages

R + G + B =
191 + 206 + 228 = 625 (100%)
R 191 of 625 ~ 30.56%
G 206 of 625 ~ 32.96%
B 228 of 625 ~ 36.48%

%30.56
%32.96
%36.48

CMYK color model

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

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

CMYK percentages

%16.23
%9.65
%0
%10.59

Codes

Color #BFCEE4 in popluar color models

BFCEE4
RGB191206228
HSL216°40.66%82.16%
HSB/HSV216°16.23%89.41%
CMYK16.23%9.65%0.00%
10.59%

Color #BFCEE4 in popluar number systems.

HEXBFCEE4
Decimal191206228
Binary101111111100111011100100
Octal277316344

Shades and tints

Shades of #BFCEE4

#BFCEE4
(191,206,228)
#AEBCD0
(174,188,208)
#9DAABC
(157,170,188)
#8C98A8
(140,152,168)
#7B8694
(123,134,148)
#6A7480
(106,116,128)
#59626C
(89,98,108)
#485058
(72,80,88)
#373E44
(55,62,68)
#262C30
(38,44,48)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #BFCEE4

#BFCEE4
(191,206,228)
#C4D2E6
(196,210,230)
#C9D6E8
(201,214,232)
#CEDAEA
(206,218,234)
#D3DEEC
(211,222,236)
#D8E2EE
(216,226,238)
#DDE6F0
(221,230,240)
#E2EAF2
(226,234,242)
#E7EEF4
(231,238,244)
#ECF2F6
(236,242,246)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFCEE4 color. Also use rgb(191,206,228) instead hex code.

Text Font Color

.myTextColor { color: #BFCEE4; }

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

This text font color is #BFCEE4.


Background Color

.myBgColor { background-color: #BFCEE4; }

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

This div background color is #BFCEE4.


Border color

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

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

This div border color is #BFCEE4.


Opacity

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

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

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

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

This text has shadow with #BFCEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCEE4 on black background.


Color preview on white background

This text has color #BFCEE4 on white background.



Black color preview on #BFCEE4 background

This text has black color on #BFCEE4 background.


White color preview on #BFCEE4 background

This text has white color on #BFCEE4 background.