COLOR #BDB1C3

HEX: #BDB1C3
RGB: (189,177,195)

Color info

#BDB1C3 contains red, green and blue colors in about the same proportion. Web safe color of #BDB1C3 is #CC99CC (or #C9C).

RGB color model

#BDB1C3 color RGB value is (189,177,195).

  • red value is 189;
  • green value is 177;
  • blue value is 195.
RGB:
(189,177,195)
(74%,69%,76%)

RGB channels and saturation

R 189 of 255 = 74%
G 177 of 255 = 69%
B 195 of 255 = 76%

189
177
195

R + G + B ~ 73%. #BDB1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 177 + 195 = 561 (100%)
R 189 of 561 ~ 33.69%
G 177 of 561 ~ 31.55%
B 195 of 561 ~ 34.76%

%33.69
%31.55
%34.76

CMYK color model

#BDB1C3 color CMYK value is (3,9,0,24).

  • cyan value is 3.08%
  • magenta value is 9.23%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(3,9,0,24)
C3M9Y0K24 
(3%,9%,0%,24%)
(0.03/0.09/0.00/0.24)	

CMYK percentages

%3.08
%9.23
%0
%23.53

Codes

Color #BDB1C3 in popluar color models

BDB1C3
RGB189177195
HSL280°13.04%72.94%
HSB/HSV280°9.23%76.47%
CMYK3.08%9.23%0.00%
23.53%

Color #BDB1C3 in popluar number systems.

HEXBDB1C3
Decimal189177195
Binary101111011011000111000011
Octal275261303

Shades and tints

Shades of #BDB1C3

#BDB1C3
(189,177,195)
#ACA1B2
(172,161,178)
#9B91A1
(155,145,161)
#8A8190
(138,129,144)
#79717F
(121,113,127)
#68616E
(104,97,110)
#57515D
(87,81,93)
#46414C
(70,65,76)
#35313B
(53,49,59)
#24212A
(36,33,42)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #BDB1C3

#BDB1C3
(189,177,195)
#C3B8C8
(195,184,200)
#C9BFCD
(201,191,205)
#CFC6D2
(207,198,210)
#D5CDD7
(213,205,215)
#DBD4DC
(219,212,220)
#E1DBE1
(225,219,225)
#E7E2E6
(231,226,230)
#EDE9EB
(237,233,235)
#F3F0F0
(243,240,240)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB1C3 color. Also use rgb(189,177,195) instead hex code.

Text Font Color

.myTextColor { color: #BDB1C3; }

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

This text font color is #BDB1C3.


Background Color

.myBgColor { background-color: #BDB1C3; }

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

This div background color is #BDB1C3.


Border color

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

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

This div border color is #BDB1C3.


Opacity

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

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

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

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

This text has shadow with #BDB1C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB1C3 on black background.


Color preview on white background

This text has color #BDB1C3 on white background.



Black color preview on #BDB1C3 background

This text has black color on #BDB1C3 background.


White color preview on #BDB1C3 background

This text has white color on #BDB1C3 background.