COLOR #BFB2D6

HEX: #BFB2D6
RGB: (191,178,214)

Color info

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

RGB color model

#BFB2D6 color RGB value is (191,178,214).

  • red value is 191;
  • green value is 178;
  • blue value is 214.
RGB:
(191,178,214)
(75%,70%,84%)

RGB channels and saturation

R 191 of 255 = 75%
G 178 of 255 = 70%
B 214 of 255 = 84%

191
178
214

R + G + B ~ 76%. #BFB2D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 178 + 214 = 583 (100%)
R 191 of 583 ~ 32.76%
G 178 of 583 ~ 30.53%
B 214 of 583 ~ 36.71%

%32.76
%30.53
%36.71

CMYK color model

#BFB2D6 color CMYK value is (11,17,0,16).

  • cyan value is 10.75%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(11,17,0,16)
C11M17Y0K16 
(11%,17%,0%,16%)
(0.11/0.17/0.00/0.16)	

CMYK percentages

%10.75
%16.82
%0
%16.08

Codes

Color #BFB2D6 in popluar color models

BFB2D6
RGB191178214
HSL262°30.51%76.86%
HSB/HSV262°16.82%83.92%
CMYK10.75%16.82%0.00%
16.08%

Color #BFB2D6 in popluar number systems.

HEXBFB2D6
Decimal191178214
Binary101111111011001011010110
Octal277262326

Shades and tints

Shades of #BFB2D6

#BFB2D6
(191,178,214)
#AEA2C3
(174,162,195)
#9D92B0
(157,146,176)
#8C829D
(140,130,157)
#7B728A
(123,114,138)
#6A6277
(106,98,119)
#595264
(89,82,100)
#484251
(72,66,81)
#37323E
(55,50,62)
#26222B
(38,34,43)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #BFB2D6

#BFB2D6
(191,178,214)
#C4B9D9
(196,185,217)
#C9C0DC
(201,192,220)
#CEC7DF
(206,199,223)
#D3CEE2
(211,206,226)
#D8D5E5
(216,213,229)
#DDDCE8
(221,220,232)
#E2E3EB
(226,227,235)
#E7EAEE
(231,234,238)
#ECF1F1
(236,241,241)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB2D6 color. Also use rgb(191,178,214) instead hex code.

Text Font Color

.myTextColor { color: #BFB2D6; }

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

This text font color is #BFB2D6.


Background Color

.myBgColor { background-color: #BFB2D6; }

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

This div background color is #BFB2D6.


Border color

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

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

This div border color is #BFB2D6.


Opacity

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

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

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

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

This text has shadow with #BFB2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB2D6 on black background.


Color preview on white background

This text has color #BFB2D6 on white background.



Black color preview on #BFB2D6 background

This text has black color on #BFB2D6 background.


White color preview on #BFB2D6 background

This text has white color on #BFB2D6 background.