COLOR #B898CB

HEX: #B898CB RGB: (184,152,203)

Color info

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

RGB color model

#B898CB color RGB value is (184,152,203).

RGB: (184,152,203) (72%, 60%, 80%)

RGB channels and saturation

R 184 of 255 = 72%
G 152 of 255 = 60%
B 203 of 255 = 80%

184
152
203

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

Portions of RGB colors in percentages

R + G + B = 184 + 152 + 203 = 539 (100%)
R 184 of 539 ~ 34.14%
G 152 of 539 ~ 28.2%
B 203 of 539 ~ 37.66'%

%34.14
%28.2
%37.66

CMYK color model

#B898CB color CMYK value is (9,25,0,20).

  • cyan value is 9.36%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (9,25,0,20)
C9M25Y0K20 (9%, 25%, 0%, 20%)
(0.09 / 0.25 / 0.00 / 0.20)

CMYK percentages

%9.36
%25.12
%0
%20.39

Codes

Color #B898CB in popluar color models

B8 98 CB
RGB 184 152 203
HSL 278° 32.90% 69.61%
HSB/HSV 278° 25.12% 79.61%
CMYK 9.36% 25.12% 0.00%
20.39%

Color #B898CB in popluar number systems.

HEX B8 98 CB
Decimal 184 152 203
Binary 10111000 10011000 11001011
Octal 270 230 313

Shades and tints

Shades of #B898CB

#B898CB
(184,152,203)
#A88BB9
(168,139,185)
#987EA7
(152,126,167)
#887195
(136,113,149)
#786483
(120,100,131)
#685771
(104,87,113)
#584A5F
(88,74,95)
#483D4D
(72,61,77)
#38303B
(56,48,59)
#282329
(40,35,41)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #B898CB

#B898CB
(184,152,203)
#BEA1CF
(190,161,207)
#C4AAD3
(196,170,211)
#CAB3D7
(202,179,215)
#D0BCDB
(208,188,219)
#D6C5DF
(214,197,223)
#DCCEE3
(220,206,227)
#E2D7E7
(226,215,231)
#E8E0EB
(232,224,235)
#EEE9EF
(238,233,239)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B898CB color. Also use rgb(184,152,203) instead hex code.

Text Font Color

.myTextColor { color: #B898CB; }

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

This text font color is #B898CB.

Background Color

.myBgColor { background-color: #B898CB; }

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

This div background color is #B898CB.

Border color

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

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

This div border color is #B898CB.

Opacity

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

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

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

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

This text has shadow with #B898CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B898CB.

Preview

Color preview on black background

This text has color #B898CB on black background.


Color preview on white background

This text has color #B898CB on white background.


Black color preview on #B898CB background

This text has black color on #B898CB background.


White color preview on #B898CB background

This text has white color on #B898CB background.


Related colors

Complementary color

Complementary color for #hex is #476734.


I love getcolorcode.com

Triadic colors

1 #CBB898 and #98CBB8 with #B898CB are triadic colors.

2 #CB98B8 and #98B8CB with #B898CB are triadic colors.