COLOR #BDBFD3

HEX: #BDBFD3 RGB: (189,191,211)

Color info

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

RGB color model

#BDBFD3 color RGB value is (189,191,211).

RGB: (189,191,211) (74%, 75%, 83%)

RGB channels and saturation

R 189 of 255 = 74%
G 191 of 255 = 75%
B 211 of 255 = 83%

189
191
211

R + G + B ~ 77%. #BDBFD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 191 + 211 = 591 (100%)
R 189 of 591 ~ 31.98%
G 191 of 591 ~ 32.32%
B 211 of 591 ~ 35.7'%

%31.98
%32.32
%35.7

CMYK color model

#BDBFD3 color CMYK value is (10,9,0,17).

  • cyan value is 10.43%
  • magenta value is 9.48%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (10,9,0,17)
C10M9Y0K17 (10%, 9%, 0%, 17%)
(0.10 / 0.09 / 0.00 / 0.17)

CMYK percentages

%10.43
%9.48
%0
%17.25

Codes

Color #BDBFD3 in popluar color models

BD BF D3
RGB 189 191 211
HSL 235° 20.00% 78.43%
HSB/HSV 235° 10.43% 82.75%
CMYK 10.43% 9.48% 0.00%
17.25%

Color #BDBFD3 in popluar number systems.

HEX BD BF D3
Decimal 189 191 211
Binary 10111101 10111111 11010011
Octal 275 277 323

Shades and tints

Shades of #BDBFD3

#BDBFD3
(189,191,211)
#ACAEC0
(172,174,192)
#9B9DAD
(155,157,173)
#8A8C9A
(138,140,154)
#797B87
(121,123,135)
#686A74
(104,106,116)
#575961
(87,89,97)
#46484E
(70,72,78)
#35373B
(53,55,59)
#242628
(36,38,40)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #BDBFD3

#BDBFD3
(189,191,211)
#C3C4D7
(195,196,215)
#C9C9DB
(201,201,219)
#CFCEDF
(207,206,223)
#D5D3E3
(213,211,227)
#DBD8E7
(219,216,231)
#E1DDEB
(225,221,235)
#E7E2EF
(231,226,239)
#EDE7F3
(237,231,243)
#F3ECF7
(243,236,247)
#F9F1FB
(249,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDBFD3 color. Also use rgb(189,191,211) instead hex code.

Text Font Color

.myTextColor { color: #BDBFD3; }

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

This text font color is #BDBFD3.

Background Color

.myBgColor { background-color: #BDBFD3; }

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

This div background color is #BDBFD3.

Border color

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

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

This div border color is #BDBFD3.

Opacity

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

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

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

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

This text has shadow with #BDBFD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBFD3.

Preview

Color preview on black background

This text has color #BDBFD3 on black background.


Color preview on white background

This text has color #BDBFD3 on white background.


Black color preview on #BDBFD3 background

This text has black color on #BDBFD3 background.


White color preview on #BDBFD3 background

This text has white color on #BDBFD3 background.


Related colors

Complementary color

Complementary color for #hex is #42402C.


I love getcolorcode.com

Triadic colors

1 #D3BDBF and #BFD3BD with #BDBFD3 are triadic colors.

2 #D3BFBD and #BFBDD3 with #BDBFD3 are triadic colors.