COLOR #B895DB

HEX: #B895DB RGB: (184,149,219)

Color info

#B895DB contains mainly red and blue colors. Web safe color of #B895DB is #CC99CC (or #C9C).

RGB color model

#B895DB color RGB value is (184,149,219).

RGB: (184,149,219) (72%, 58%, 86%)

RGB channels and saturation

R 184 of 255 = 72%
G 149 of 255 = 58%
B 219 of 255 = 86%

184
149
219

R + G + B ~ 72%. #B895DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 149 + 219 = 552 (100%)
R 184 of 552 ~ 33.33%
G 149 of 552 ~ 26.99%
B 219 of 552 ~ 39.67'%

%33.33
%26.99
%39.67

CMYK color model

#B895DB color CMYK value is (16,32,0,14).

  • cyan value is 15.98%
  • magenta value is 31.96%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (16,32,0,14)
C16M32Y0K14 (16%, 32%, 0%, 14%)
(0.16 / 0.32 / 0.00 / 0.14)

CMYK percentages

%15.98
%31.96
%0
%14.12

Codes

Color #B895DB in popluar color models

B8 95 DB
RGB 184 149 219
HSL 270° 49.30% 72.16%
HSB/HSV 270° 31.96% 85.88%
CMYK 15.98% 31.96% 0.00%
14.12%

Color #B895DB in popluar number systems.

HEX B8 95 DB
Decimal 184 149 219
Binary 10111000 10010101 11011011
Octal 270 225 333

Shades and tints

Shades of #B895DB

#B895DB
(184,149,219)
#A888C8
(168,136,200)
#987BB5
(152,123,181)
#886EA2
(136,110,162)
#78618F
(120,97,143)
#68547C
(104,84,124)
#584769
(88,71,105)
#483A56
(72,58,86)
#382D43
(56,45,67)
#282030
(40,32,48)
#18131D
(24,19,29)
#000000
(0,0,0)

Tints of #B895DB

#B895DB
(184,149,219)
#BE9EDE
(190,158,222)
#C4A7E1
(196,167,225)
#CAB0E4
(202,176,228)
#D0B9E7
(208,185,231)
#D6C2EA
(214,194,234)
#DCCBED
(220,203,237)
#E2D4F0
(226,212,240)
#E8DDF3
(232,221,243)
#EEE6F6
(238,230,246)
#F4EFF9
(244,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B895DB color. Also use rgb(184,149,219) instead hex code.

Text Font Color

.myTextColor { color: #B895DB; }

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

This text font color is #B895DB.

Background Color

.myBgColor { background-color: #B895DB; }

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

This div background color is #B895DB.

Border color

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

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

This div border color is #B895DB.

Opacity

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

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

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

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

This text has shadow with #B895DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B895DB.

Preview

Color preview on black background

This text has color #B895DB on black background.


Color preview on white background

This text has color #B895DB on white background.


Black color preview on #B895DB background

This text has black color on #B895DB background.


White color preview on #B895DB background

This text has white color on #B895DB background.


Related colors

Complementary color

Complementary color for #hex is #476A24.


I love getcolorcode.com

Triadic colors

1 #DBB895 and #95DBB8 with #B895DB are triadic colors.

2 #DB95B8 and #95B8DB with #B895DB are triadic colors.