COLOR #B899D1

HEX: #B899D1 RGB: (184,153,209)

Color info

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

RGB color model

#B899D1 color RGB value is (184,153,209).

RGB: (184,153,209) (72%, 60%, 82%)

RGB channels and saturation

R 184 of 255 = 72%
G 153 of 255 = 60%
B 209 of 255 = 82%

184
153
209

R + G + B ~ 71%. #B899D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 153 + 209 = 546 (100%)
R 184 of 546 ~ 33.7%
G 153 of 546 ~ 28.02%
B 209 of 546 ~ 38.28'%

%33.7
%28.02
%38.28

CMYK color model

#B899D1 color CMYK value is (12,27,0,18).

  • cyan value is 11.96%
  • magenta value is 26.79%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (12,27,0,18)
C12M27Y0K18 (12%, 27%, 0%, 18%)
(0.12 / 0.27 / 0.00 / 0.18)

CMYK percentages

%11.96
%26.79
%0
%18.04

Codes

Color #B899D1 in popluar color models

B8 99 D1
RGB 184 153 209
HSL 273° 37.84% 70.98%
HSB/HSV 273° 26.79% 81.96%
CMYK 11.96% 26.79% 0.00%
18.04%

Color #B899D1 in popluar number systems.

HEX B8 99 D1
Decimal 184 153 209
Binary 10111000 10011001 11010001
Octal 270 231 321

Shades and tints

Shades of #B899D1

#B899D1
(184,153,209)
#A88CBE
(168,140,190)
#987FAB
(152,127,171)
#887298
(136,114,152)
#786585
(120,101,133)
#685872
(104,88,114)
#584B5F
(88,75,95)
#483E4C
(72,62,76)
#383139
(56,49,57)
#282426
(40,36,38)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #B899D1

#B899D1
(184,153,209)
#BEA2D5
(190,162,213)
#C4ABD9
(196,171,217)
#CAB4DD
(202,180,221)
#D0BDE1
(208,189,225)
#D6C6E5
(214,198,229)
#DCCFE9
(220,207,233)
#E2D8ED
(226,216,237)
#E8E1F1
(232,225,241)
#EEEAF5
(238,234,245)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B899D1 color. Also use rgb(184,153,209) instead hex code.

Text Font Color

.myTextColor { color: #B899D1; }

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

This text font color is #B899D1.

Background Color

.myBgColor { background-color: #B899D1; }

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

This div background color is #B899D1.

Border color

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

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

This div border color is #B899D1.

Opacity

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

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

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

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

This text has shadow with #B899D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B899D1.

Preview

Color preview on black background

This text has color #B899D1 on black background.


Color preview on white background

This text has color #B899D1 on white background.


Black color preview on #B899D1 background

This text has black color on #B899D1 background.


White color preview on #B899D1 background

This text has white color on #B899D1 background.


Related colors

Complementary color

Complementary color for #hex is #47662E.


I love getcolorcode.com

Triadic colors

1 #D1B899 and #99D1B8 with #B899D1 are triadic colors.

2 #D199B8 and #99B8D1 with #B899D1 are triadic colors.