COLOR #BFD5DF

HEX: #BFD5DF
RGB: (191,213,223)

Color info

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

RGB color model

#BFD5DF color RGB value is (191,213,223).

  • red value is 191;
  • green value is 213;
  • blue value is 223.
RGB:
(191,213,223)
(75%,84%,87%)

RGB channels and saturation

R 191 of 255 = 75%
G 213 of 255 = 84%
B 223 of 255 = 87%

191
213
223

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

Portions of RGB colors in percentages

R + G + B =
191 + 213 + 223 = 627 (100%)
R 191 of 627 ~ 30.46%
G 213 of 627 ~ 33.97%
B 223 of 627 ~ 35.57%

%30.46
%33.97
%35.57

CMYK color model

#BFD5DF color CMYK value is (14,4,0,13).

  • cyan value is 14.35%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(14,4,0,13)
C14M4Y0K13 
(14%,4%,0%,13%)
(0.14/0.04/0.00/0.13)	

CMYK percentages

%14.35
%4.48
%0
%12.55

Codes

Color #BFD5DF in popluar color models

BFD5DF
RGB191213223
HSL199°33.33%81.18%
HSB/HSV199°14.35%87.45%
CMYK14.35%4.48%0.00%
12.55%

Color #BFD5DF in popluar number systems.

HEXBFD5DF
Decimal191213223
Binary101111111101010111011111
Octal277325337

Shades and tints

Shades of #BFD5DF

#BFD5DF
(191,213,223)
#AEC2CB
(174,194,203)
#9DAFB7
(157,175,183)
#8C9CA3
(140,156,163)
#7B898F
(123,137,143)
#6A767B
(106,118,123)
#596367
(89,99,103)
#485053
(72,80,83)
#373D3F
(55,61,63)
#262A2B
(38,42,43)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #BFD5DF

#BFD5DF
(191,213,223)
#C4D8E1
(196,216,225)
#C9DBE3
(201,219,227)
#CEDEE5
(206,222,229)
#D3E1E7
(211,225,231)
#D8E4E9
(216,228,233)
#DDE7EB
(221,231,235)
#E2EAED
(226,234,237)
#E7EDEF
(231,237,239)
#ECF0F1
(236,240,241)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD5DF color. Also use rgb(191,213,223) instead hex code.

Text Font Color

.myTextColor { color: #BFD5DF; }

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

This text font color is #BFD5DF.


Background Color

.myBgColor { background-color: #BFD5DF; }

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

This div background color is #BFD5DF.


Border color

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

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

This div border color is #BFD5DF.


Opacity

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

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

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

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

This text has shadow with #BFD5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD5DF on black background.


Color preview on white background

This text has color #BFD5DF on white background.



Black color preview on #BFD5DF background

This text has black color on #BFD5DF background.


White color preview on #BFD5DF background

This text has white color on #BFD5DF background.