COLOR #BFDCD9

HEX: #BFDCD9 RGB: (191,220,217)

Color info

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

RGB color model

#BFDCD9 color RGB value is (191,220,217).

RGB: (191,220,217) (75%, 86%, 85%)

RGB channels and saturation

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

191
220
217

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

Portions of RGB colors in percentages

R + G + B = 191 + 220 + 217 = 628 (100%)
R 191 of 628 ~ 30.41%
G 220 of 628 ~ 35.03%
B 217 of 628 ~ 34.55'%

%30.41
%35.03
%34.55

CMYK color model

#BFDCD9 color CMYK value is (13,0,1,14).

  • cyan value is 13.18%
  • magenta value is 0.00%
  • yellow value is 1.36%
  • key color value is 13.73%

CMYK: (13,0,1,14)
C13M0Y1K14 (13%, 0%, 1%, 14%)
(0.13 / 0.00 / 0.01 / 0.14)

CMYK percentages

%13.18
%0
%1.36
%13.73

Codes

Color #BFDCD9 in popluar color models

BF DC D9
RGB 191 220 217
HSL 174° 29.29% 80.59%
HSB/HSV 174° 13.18% 86.27%
CMYK 13.18% 0.00% 1.36%
13.73%

Color #BFDCD9 in popluar number systems.

HEX BF DC D9
Decimal 191 220 217
Binary 10111111 11011100 11011001
Octal 277 334 331

Shades and tints

Shades of #BFDCD9

#BFDCD9
(191,220,217)
#AEC8C6
(174,200,198)
#9DB4B3
(157,180,179)
#8CA0A0
(140,160,160)
#7B8C8D
(123,140,141)
#6A787A
(106,120,122)
#596467
(89,100,103)
#485054
(72,80,84)
#373C41
(55,60,65)
#26282E
(38,40,46)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #BFDCD9

#BFDCD9
(191,220,217)
#C4DFDC
(196,223,220)
#C9E2DF
(201,226,223)
#CEE5E2
(206,229,226)
#D3E8E5
(211,232,229)
#D8EBE8
(216,235,232)
#DDEEEB
(221,238,235)
#E2F1EE
(226,241,238)
#E7F4F1
(231,244,241)
#ECF7F4
(236,247,244)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFDCD9; }

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

This text font color is #BFDCD9.

Background Color

.myBgColor { background-color: #BFDCD9; }

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

This div background color is #BFDCD9.

Border color

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

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

This div border color is #BFDCD9.

Opacity

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

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

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

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

This text has shadow with #BFDCD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFDCD9.

Preview

Color preview on black background

This text has color #BFDCD9 on black background.


Color preview on white background

This text has color #BFDCD9 on white background.


Black color preview on #BFDCD9 background

This text has black color on #BFDCD9 background.


White color preview on #BFDCD9 background

This text has white color on #BFDCD9 background.


Related colors

Complementary color

Complementary color for #hex is #402326.


I love getcolorcode.com

Triadic colors

1 #D9BFDC and #DCD9BF with #BFDCD9 are triadic colors.

2 #D9DCBF and #DCBFD9 with #BFDCD9 are triadic colors.