COLOR #B895C5

HEX: #B895C5 RGB: (184,149,197)

Color info

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

RGB color model

#B895C5 color RGB value is (184,149,197).

RGB: (184,149,197) (72%, 58%, 77%)

RGB channels and saturation

R 184 of 255 = 72%
G 149 of 255 = 58%
B 197 of 255 = 77%

184
149
197

R + G + B ~ 69%. #B895C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 149 + 197 = 530 (100%)
R 184 of 530 ~ 34.72%
G 149 of 530 ~ 28.11%
B 197 of 530 ~ 37.17'%

%34.72
%28.11
%37.17

CMYK color model

#B895C5 color CMYK value is (7,24,0,23).

  • cyan value is 6.60%
  • magenta value is 24.37%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (7,24,0,23)
C7M24Y0K23 (7%, 24%, 0%, 23%)
(0.07 / 0.24 / 0.00 / 0.23)

CMYK percentages

%6.6
%24.37
%0
%22.75

Codes

Color #B895C5 in popluar color models

B8 95 C5
RGB 184 149 197
HSL 284° 29.27% 67.84%
HSB/HSV 284° 24.37% 77.25%
CMYK 6.60% 24.37% 0.00%
22.75%

Color #B895C5 in popluar number systems.

HEX B8 95 C5
Decimal 184 149 197
Binary 10111000 10010101 11000101
Octal 270 225 305

Shades and tints

Shades of #B895C5

#B895C5
(184,149,197)
#A888B4
(168,136,180)
#987BA3
(152,123,163)
#886E92
(136,110,146)
#786181
(120,97,129)
#685470
(104,84,112)
#58475F
(88,71,95)
#483A4E
(72,58,78)
#382D3D
(56,45,61)
#28202C
(40,32,44)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #B895C5

#B895C5
(184,149,197)
#BE9ECA
(190,158,202)
#C4A7CF
(196,167,207)
#CAB0D4
(202,176,212)
#D0B9D9
(208,185,217)
#D6C2DE
(214,194,222)
#DCCBE3
(220,203,227)
#E2D4E8
(226,212,232)
#E8DDED
(232,221,237)
#EEE6F2
(238,230,242)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B895C5; }

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

This text font color is #B895C5.

Background Color

.myBgColor { background-color: #B895C5; }

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

This div background color is #B895C5.

Border color

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

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

This div border color is #B895C5.

Opacity

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

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

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

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

This text has shadow with #B895C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B895C5.

Preview

Color preview on black background

This text has color #B895C5 on black background.


Color preview on white background

This text has color #B895C5 on white background.


Black color preview on #B895C5 background

This text has black color on #B895C5 background.


White color preview on #B895C5 background

This text has white color on #B895C5 background.


Related colors

Complementary color

Complementary color for #hex is #476A3A.


I love getcolorcode.com

Triadic colors

1 #C5B895 and #95C5B8 with #B895C5 are triadic colors.

2 #C595B8 and #95B8C5 with #B895C5 are triadic colors.