COLOR #B9AFDE

HEX: #B9AFDE RGB: (185,175,222)

Color info

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

RGB color model

#B9AFDE color RGB value is (185,175,222).

RGB: (185,175,222) (73%, 69%, 87%)

RGB channels and saturation

R 185 of 255 = 73%
G 175 of 255 = 69%
B 222 of 255 = 87%

185
175
222

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

Portions of RGB colors in percentages

R + G + B = 185 + 175 + 222 = 582 (100%)
R 185 of 582 ~ 31.79%
G 175 of 582 ~ 30.07%
B 222 of 582 ~ 38.14'%

%31.79
%30.07
%38.14

CMYK color model

#B9AFDE color CMYK value is (17,21,0,13).

  • cyan value is 16.67%
  • magenta value is 21.17%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (17,21,0,13)
C17M21Y0K13 (17%, 21%, 0%, 13%)
(0.17 / 0.21 / 0.00 / 0.13)

CMYK percentages

%16.67
%21.17
%0
%12.94

Codes

Color #B9AFDE in popluar color models

B9 AF DE
RGB 185 175 222
HSL 253° 41.59% 77.84%
HSB/HSV 253° 21.17% 87.06%
CMYK 16.67% 21.17% 0.00%
12.94%

Color #B9AFDE in popluar number systems.

HEX B9 AF DE
Decimal 185 175 222
Binary 10111001 10101111 11011110
Octal 271 257 336

Shades and tints

Shades of #B9AFDE

#B9AFDE
(185,175,222)
#A9A0CA
(169,160,202)
#9991B6
(153,145,182)
#8982A2
(137,130,162)
#79738E
(121,115,142)
#69647A
(105,100,122)
#595566
(89,85,102)
#494652
(73,70,82)
#39373E
(57,55,62)
#29282A
(41,40,42)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #B9AFDE

#B9AFDE
(185,175,222)
#BFB6E1
(191,182,225)
#C5BDE4
(197,189,228)
#CBC4E7
(203,196,231)
#D1CBEA
(209,203,234)
#D7D2ED
(215,210,237)
#DDD9F0
(221,217,240)
#E3E0F3
(227,224,243)
#E9E7F6
(233,231,246)
#EFEEF9
(239,238,249)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AFDE color. Also use rgb(185,175,222) instead hex code.

Text Font Color

.myTextColor { color: #B9AFDE; }

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

This text font color is #B9AFDE.

Background Color

.myBgColor { background-color: #B9AFDE; }

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

This div background color is #B9AFDE.

Border color

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

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

This div border color is #B9AFDE.

Opacity

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

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

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

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

This text has shadow with #B9AFDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AFDE.

Preview

Color preview on black background

This text has color #B9AFDE on black background.


Color preview on white background

This text has color #B9AFDE on white background.


Black color preview on #B9AFDE background

This text has black color on #B9AFDE background.


White color preview on #B9AFDE background

This text has white color on #B9AFDE background.


Related colors

Complementary color

Complementary color for #hex is #465021.


I love getcolorcode.com

Triadic colors

1 #DEB9AF and #AFDEB9 with #B9AFDE are triadic colors.

2 #DEAFB9 and #AFB9DE with #B9AFDE are triadic colors.