COLOR #BFCFE6

HEX: #BFCFE6 RGB: (191,207,230)

Color info

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

RGB color model

#BFCFE6 color RGB value is (191,207,230).

RGB: (191,207,230) (75%, 81%, 90%)

RGB channels and saturation

R 191 of 255 = 75%
G 207 of 255 = 81%
B 230 of 255 = 90%

191
207
230

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

Portions of RGB colors in percentages

R + G + B = 191 + 207 + 230 = 628 (100%)
R 191 of 628 ~ 30.41%
G 207 of 628 ~ 32.96%
B 230 of 628 ~ 36.62'%

%30.41
%32.96
%36.62

CMYK color model

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

  • cyan value is 16.96%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (17,10,0,10)
C17M10Y0K10 (17%, 10%, 0%, 10%)
(0.17 / 0.10 / 0.00 / 0.10)

CMYK percentages

%16.96
%10
%0
%9.8

Codes

Color #BFCFE6 in popluar color models

BF CF E6
RGB 191 207 230
HSL 215° 43.82% 82.55%
HSB/HSV 215° 16.96% 90.20%
CMYK 16.96% 10.00% 0.00%
9.80%

Color #BFCFE6 in popluar number systems.

HEX BF CF E6
Decimal 191 207 230
Binary 10111111 11001111 11100110
Octal 277 317 346

Shades and tints

Shades of #BFCFE6

#BFCFE6
(191,207,230)
#AEBDD2
(174,189,210)
#9DABBE
(157,171,190)
#8C99AA
(140,153,170)
#7B8796
(123,135,150)
#6A7582
(106,117,130)
#59636E
(89,99,110)
#48515A
(72,81,90)
#373F46
(55,63,70)
#262D32
(38,45,50)
#151B1E
(21,27,30)
#000000
(0,0,0)

Tints of #BFCFE6

#BFCFE6
(191,207,230)
#C4D3E8
(196,211,232)
#C9D7EA
(201,215,234)
#CEDBEC
(206,219,236)
#D3DFEE
(211,223,238)
#D8E3F0
(216,227,240)
#DDE7F2
(221,231,242)
#E2EBF4
(226,235,244)
#E7EFF6
(231,239,246)
#ECF3F8
(236,243,248)
#F1F7FA
(241,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFCFE6 color. Also use rgb(191,207,230) instead hex code.

Text Font Color

.myTextColor { color: #BFCFE6; }

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

This text font color is #BFCFE6.

Background Color

.myBgColor { background-color: #BFCFE6; }

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

This div background color is #BFCFE6.

Border color

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

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

This div border color is #BFCFE6.

Opacity

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

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

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

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

This text has shadow with #BFCFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFCFE6.

Preview

Color preview on black background

This text has color #BFCFE6 on black background.


Color preview on white background

This text has color #BFCFE6 on white background.


Black color preview on #BFCFE6 background

This text has black color on #BFCFE6 background.


White color preview on #BFCFE6 background

This text has white color on #BFCFE6 background.


Related colors

Complementary color

Complementary color for #hex is #403019.


I love getcolorcode.com

Triadic colors

1 #E6BFCF and #CFE6BF with #BFCFE6 are triadic colors.

2 #E6CFBF and #CFBFE6 with #BFCFE6 are triadic colors.