COLOR #BFD8DE

HEX: #BFD8DE
RGB: (191,216,222)

Color info

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

RGB color model

#BFD8DE color RGB value is (191,216,222).

  • red value is 191;
  • green value is 216;
  • blue value is 222.
RGB:
(191,216,222)
(75%,85%,87%)

RGB channels and saturation

R 191 of 255 = 75%
G 216 of 255 = 85%
B 222 of 255 = 87%

191
216
222

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

Portions of RGB colors in percentages

R + G + B =
191 + 216 + 222 = 629 (100%)
R 191 of 629 ~ 30.37%
G 216 of 629 ~ 34.34%
B 222 of 629 ~ 35.29%

%30.37
%34.34
%35.29

CMYK color model

#BFD8DE color CMYK value is (14,3,0,13).

  • cyan value is 13.96%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(14,3,0,13)
C14M3Y0K13 
(14%,3%,0%,13%)
(0.14/0.03/0.00/0.13)	

CMYK percentages

%13.96
%2.7
%0
%12.94

Codes

Color #BFD8DE in popluar color models

BFD8DE
RGB191216222
HSL192°31.96%80.98%
HSB/HSV192°13.96%87.06%
CMYK13.96%2.70%0.00%
12.94%

Color #BFD8DE in popluar number systems.

HEXBFD8DE
Decimal191216222
Binary101111111101100011011110
Octal277330336

Shades and tints

Shades of #BFD8DE

#BFD8DE
(191,216,222)
#AEC5CA
(174,197,202)
#9DB2B6
(157,178,182)
#8C9FA2
(140,159,162)
#7B8C8E
(123,140,142)
#6A797A
(106,121,122)
#596666
(89,102,102)
#485352
(72,83,82)
#37403E
(55,64,62)
#262D2A
(38,45,42)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #BFD8DE

#BFD8DE
(191,216,222)
#C4DBE1
(196,219,225)
#C9DEE4
(201,222,228)
#CEE1E7
(206,225,231)
#D3E4EA
(211,228,234)
#D8E7ED
(216,231,237)
#DDEAF0
(221,234,240)
#E2EDF3
(226,237,243)
#E7F0F6
(231,240,246)
#ECF3F9
(236,243,249)
#F1F6FC
(241,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD8DE; }

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

This text font color is #BFD8DE.


Background Color

.myBgColor { background-color: #BFD8DE; }

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

This div background color is #BFD8DE.


Border color

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

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

This div border color is #BFD8DE.


Opacity

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

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

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

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

This text has shadow with #BFD8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD8DE on black background.


Color preview on white background

This text has color #BFD8DE on white background.



Black color preview on #BFD8DE background

This text has black color on #BFD8DE background.


White color preview on #BFD8DE background

This text has white color on #BFD8DE background.