COLOR #BFD8EE

HEX: #BFD8EE RGB: (191,216,238)

Color info

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

RGB color model

#BFD8EE color RGB value is (191,216,238).

RGB: (191,216,238) (75%, 85%, 93%)

RGB channels and saturation

R 191 of 255 = 75%
G 216 of 255 = 85%
B 238 of 255 = 93%

191
216
238

R + G + B ~ 84%. #BFD8EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 216 + 238 = 645 (100%)
R 191 of 645 ~ 29.61%
G 216 of 645 ~ 33.49%
B 238 of 645 ~ 36.9'%

%29.61
%33.49
%36.9

CMYK color model

#BFD8EE color CMYK value is (20,9,0,7).

  • cyan value is 19.75%
  • magenta value is 9.24%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (20,9,0,7)
C20M9Y0K7 (20%, 9%, 0%, 7%)
(0.20 / 0.09 / 0.00 / 0.07)

CMYK percentages

%19.75
%9.24
%0
%6.67

Codes

Color #BFD8EE in popluar color models

BF D8 EE
RGB 191 216 238
HSL 208° 58.02% 84.12%
HSB/HSV 208° 19.75% 93.33%
CMYK 19.75% 9.24% 0.00%
6.67%

Color #BFD8EE in popluar number systems.

HEX BF D8 EE
Decimal 191 216 238
Binary 10111111 11011000 11101110
Octal 277 330 356

Shades and tints

Shades of #BFD8EE

#BFD8EE
(191,216,238)
#AEC5D9
(174,197,217)
#9DB2C4
(157,178,196)
#8C9FAF
(140,159,175)
#7B8C9A
(123,140,154)
#6A7985
(106,121,133)
#596670
(89,102,112)
#48535B
(72,83,91)
#374046
(55,64,70)
#262D31
(38,45,49)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #BFD8EE

#BFD8EE
(191,216,238)
#C4DBEF
(196,219,239)
#C9DEF0
(201,222,240)
#CEE1F1
(206,225,241)
#D3E4F2
(211,228,242)
#D8E7F3
(216,231,243)
#DDEAF4
(221,234,244)
#E2EDF5
(226,237,245)
#E7F0F6
(231,240,246)
#ECF3F7
(236,243,247)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD8EE color. Also use rgb(191,216,238) instead hex code.

Text Font Color

.myTextColor { color: #BFD8EE; }

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

This text font color is #BFD8EE.

Background Color

.myBgColor { background-color: #BFD8EE; }

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

This div background color is #BFD8EE.

Border color

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

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

This div border color is #BFD8EE.

Opacity

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

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

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

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

This text has shadow with #BFD8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD8EE.

Preview

Color preview on black background

This text has color #BFD8EE on black background.


Color preview on white background

This text has color #BFD8EE on white background.


Black color preview on #BFD8EE background

This text has black color on #BFD8EE background.


White color preview on #BFD8EE background

This text has white color on #BFD8EE background.


Related colors

Complementary color

Complementary color for #hex is #402711.


I love getcolorcode.com

Triadic colors

1 #EEBFD8 and #D8EEBF with #BFD8EE are triadic colors.

2 #EED8BF and #D8BFEE with #BFD8EE are triadic colors.