COLOR #BFADD9

HEX: #BFADD9
RGB: (191,173,217)

Color info

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

RGB color model

#BFADD9 color RGB value is (191,173,217).

  • red value is 191;
  • green value is 173;
  • blue value is 217.
RGB: (191,173,217) (75%,68%,85%)

RGB channels and saturation

R 191 of 255 = 75%
G 173 of 255 = 68%
B 217 of 255 = 85%

191
173
217

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

Portions of RGB colors in percentages

R + G + B =
191 + 173 + 217 = 581 (100%)
R 191 of 581 ~ 32.87%
G 173 of 581 ~ 29.78%
B 217 of 581 ~ 37.35%

%32.87
%29.78
%37.35

CMYK color model

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

  • cyan value is 11.98%
  • magenta value is 20.28%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (12,20,0,15) C12M20Y0K15 (12%,20%,0%,15%) (0.12/0.20/0.00/0.15)

CMYK percentages

%11.98
%20.28
%0
%14.9

Codes

Color #BFADD9 in popluar color models

BFADD9
RGB191173217
HSL265°36.67%76.47%
HSB/HSV265°20.28%85.10%
CMYK11.98%20.28%0.00%
14.90%

Color #BFADD9 in popluar number systems.

HEXBFADD9
Decimal191173217
Binary101111111010110111011001
Octal277255331

Shades and tints

Shades of #BFADD9

#BFADD9
(191,173,217)
#AE9EC6
(174,158,198)
#9D8FB3
(157,143,179)
#8C80A0
(140,128,160)
#7B718D
(123,113,141)
#6A627A
(106,98,122)
#595367
(89,83,103)
#484454
(72,68,84)
#373541
(55,53,65)
#26262E
(38,38,46)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #BFADD9

#BFADD9
(191,173,217)
#C4B4DC
(196,180,220)
#C9BBDF
(201,187,223)
#CEC2E2
(206,194,226)
#D3C9E5
(211,201,229)
#D8D0E8
(216,208,232)
#DDD7EB
(221,215,235)
#E2DEEE
(226,222,238)
#E7E5F1
(231,229,241)
#ECECF4
(236,236,244)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFADD9; }

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

This text font color is #BFADD9.


Background Color

.myBgColor { background-color: #BFADD9; }

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

This div background color is #BFADD9.


Border color

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

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

This div border color is #BFADD9.


Opacity

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

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

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

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

This text has shadow with #BFADD9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BFADD9 on black background.


Color preview on white background

This text has color #BFADD9 on white background.



Black color preview on #BFADD9 background

This text has black color on #BFADD9 background.


White color preview on #BFADD9 background

This text has white color on #BFADD9 background.