COLOR #BFD9D8

HEX: #BFD9D8 RGB: (191,217,216)

Color info

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

RGB color model

#BFD9D8 color RGB value is (191,217,216).

RGB: (191,217,216) (75%, 85%, 85%)

RGB channels and saturation

R 191 of 255 = 75%
G 217 of 255 = 85%
B 216 of 255 = 85%

191
217
216

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

Portions of RGB colors in percentages

R + G + B = 191 + 217 + 216 = 624 (100%)
R 191 of 624 ~ 30.61%
G 217 of 624 ~ 34.78%
B 216 of 624 ~ 34.62'%

%30.61
%34.78
%34.62

CMYK color model

#BFD9D8 color CMYK value is (12,0,0,15).

  • cyan value is 11.98%
  • magenta value is 0.00%
  • yellow value is 0.46%
  • key color value is 14.90%
CMYK: (12,0,0,15) C12M0Y0K15 (12%,0%,0%,15%) (0.12/0.00/0.00/0.15) 

CMYK percentages

%11.98
%0
%0.46
%14.9

Codes

Color #BFD9D8 in popluar color models

BF D9 D8
RGB 191 217 216
HSL 178° 25.49% 80.00%
HSB/HSV 178° 11.98% 85.10%
CMYK 11.98% 0.00% 0.46%
14.90%

Color #BFD9D8 in popluar number systems.

HEX BF D9 D8
Decimal 191 217 216
Binary 10111111 11011001 11011000
Octal 277 331 330

Shades and tints

Shades of #BFD9D8

#BFD9D8
(191,217,216)
#AEC6C5
(174,198,197)
#9DB3B2
(157,179,178)
#8CA09F
(140,160,159)
#7B8D8C
(123,141,140)
#6A7A79
(106,122,121)
#596766
(89,103,102)
#485453
(72,84,83)
#374140
(55,65,64)
#262E2D
(38,46,45)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #BFD9D8

#BFD9D8
(191,217,216)
#C4DCDB
(196,220,219)
#C9DFDE
(201,223,222)
#CEE2E1
(206,226,225)
#D3E5E4
(211,229,228)
#D8E8E7
(216,232,231)
#DDEBEA
(221,235,234)
#E2EEED
(226,238,237)
#E7F1F0
(231,241,240)
#ECF4F3
(236,244,243)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD9D8; }

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

This text font color is #BFD9D8.

Background Color

.myBgColor { background-color: #BFD9D8; }

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

This div background color is #BFD9D8.

Border color

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

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

This div border color is #BFD9D8.

Opacity

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

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

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

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

This text has shadow with #BFD9D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD9D8.

Preview

Color preview on black background

This text has color #BFD9D8 on black background.


Color preview on white background

This text has color #BFD9D8 on white background.


Black color preview on #BFD9D8 background

This text has black color on #BFD9D8 background.


White color preview on #BFD9D8 background

This text has white color on #BFD9D8 background.


Related colors

Complementary color

Complementary color for #hex is #402627.


I love getcolorcode.com

Triadic colors

1 #D8BFD9 and #D9D8BF with #BFD9D8 are triadic colors.

2 #D8D9BF and #D9BFD8 with #BFD9D8 are triadic colors.