COLOR #BFDCD8

HEX: #BFDCD8
RGB: (191,220,216)

Color info

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

RGB color model

#BFDCD8 color RGB value is (191,220,216).

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

RGB channels and saturation

R 191 of 255 = 75%
G 220 of 255 = 86%
B 216 of 255 = 85%

191
220
216

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

Portions of RGB colors in percentages

R + G + B =
191 + 220 + 216 = 627 (100%)
R 191 of 627 ~ 30.46%
G 220 of 627 ~ 35.09%
B 216 of 627 ~ 34.45%

%30.46
%35.09
%34.45

CMYK color model

#BFDCD8 color CMYK value is (13,0,2,14).

  • cyan value is 13.18%
  • magenta value is 0.00%
  • yellow value is 1.82%
  • key color value is 13.73%
CMYK:
(13,0,2,14)
C13M0Y2K14 
(13%,0%,2%,14%)
(0.13/0.00/0.02/0.14)	

CMYK percentages

%13.18
%0
%1.82
%13.73

Codes

Color #BFDCD8 in popluar color models

BFDCD8
RGB191220216
HSL172°29.29%80.59%
HSB/HSV172°13.18%86.27%
CMYK13.18%0.00%1.82%
13.73%

Color #BFDCD8 in popluar number systems.

HEXBFDCD8
Decimal191220216
Binary101111111101110011011000
Octal277334330

Shades and tints

Shades of #BFDCD8

#BFDCD8
(191,220,216)
#AEC8C5
(174,200,197)
#9DB4B2
(157,180,178)
#8CA09F
(140,160,159)
#7B8C8C
(123,140,140)
#6A7879
(106,120,121)
#596466
(89,100,102)
#485053
(72,80,83)
#373C40
(55,60,64)
#26282D
(38,40,45)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #BFDCD8

#BFDCD8
(191,220,216)
#C4DFDB
(196,223,219)
#C9E2DE
(201,226,222)
#CEE5E1
(206,229,225)
#D3E8E4
(211,232,228)
#D8EBE7
(216,235,231)
#DDEEEA
(221,238,234)
#E2F1ED
(226,241,237)
#E7F4F0
(231,244,240)
#ECF7F3
(236,247,243)
#F1FAF6
(241,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFDCD8; }

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

This text font color is #BFDCD8.


Background Color

.myBgColor { background-color: #BFDCD8; }

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

This div background color is #BFDCD8.


Border color

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

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

This div border color is #BFDCD8.


Opacity

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

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

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

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

This text has shadow with #BFDCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDCD8 on black background.


Color preview on white background

This text has color #BFDCD8 on white background.



Black color preview on #BFDCD8 background

This text has black color on #BFDCD8 background.


White color preview on #BFDCD8 background

This text has white color on #BFDCD8 background.