COLOR #B8A8CA

HEX: #B8A8CA RGB: (184,168,202)

Color info

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

RGB color model

#B8A8CA color RGB value is (184,168,202).

RGB: (184,168,202) (72%, 66%, 79%)

RGB channels and saturation

R 184 of 255 = 72%
G 168 of 255 = 66%
B 202 of 255 = 79%

184
168
202

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

Portions of RGB colors in percentages

R + G + B = 184 + 168 + 202 = 554 (100%)
R 184 of 554 ~ 33.21%
G 168 of 554 ~ 30.32%
B 202 of 554 ~ 36.46'%

%33.21
%30.32
%36.46

CMYK color model

#B8A8CA color CMYK value is (9,17,0,21).

  • cyan value is 8.91%
  • magenta value is 16.83%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (9,17,0,21)
C9M17Y0K21 (9%, 17%, 0%, 21%)
(0.09 / 0.17 / 0.00 / 0.21)

CMYK percentages

%8.91
%16.83
%0
%20.78

Codes

Color #B8A8CA in popluar color models

B8 A8 CA
RGB 184 168 202
HSL 268° 24.29% 72.55%
HSB/HSV 268° 16.83% 79.22%
CMYK 8.91% 16.83% 0.00%
20.78%

Color #B8A8CA in popluar number systems.

HEX B8 A8 CA
Decimal 184 168 202
Binary 10111000 10101000 11001010
Octal 270 250 312

Shades and tints

Shades of #B8A8CA

#B8A8CA
(184,168,202)
#A899B8
(168,153,184)
#988AA6
(152,138,166)
#887B94
(136,123,148)
#786C82
(120,108,130)
#685D70
(104,93,112)
#584E5E
(88,78,94)
#483F4C
(72,63,76)
#38303A
(56,48,58)
#282128
(40,33,40)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #B8A8CA

#B8A8CA
(184,168,202)
#BEAFCE
(190,175,206)
#C4B6D2
(196,182,210)
#CABDD6
(202,189,214)
#D0C4DA
(208,196,218)
#D6CBDE
(214,203,222)
#DCD2E2
(220,210,226)
#E2D9E6
(226,217,230)
#E8E0EA
(232,224,234)
#EEE7EE
(238,231,238)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A8CA color. Also use rgb(184,168,202) instead hex code.

Text Font Color

.myTextColor { color: #B8A8CA; }

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

This text font color is #B8A8CA.

Background Color

.myBgColor { background-color: #B8A8CA; }

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

This div background color is #B8A8CA.

Border color

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

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

This div border color is #B8A8CA.

Opacity

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

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

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

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

This text has shadow with #B8A8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A8CA.

Preview

Color preview on black background

This text has color #B8A8CA on black background.


Color preview on white background

This text has color #B8A8CA on white background.


Black color preview on #B8A8CA background

This text has black color on #B8A8CA background.


White color preview on #B8A8CA background

This text has white color on #B8A8CA background.


Related colors

Complementary color

Complementary color for #hex is #475735.


I love getcolorcode.com

Triadic colors

1 #CAB8A8 and #A8CAB8 with #B8A8CA are triadic colors.

2 #CAA8B8 and #A8B8CA with #B8A8CA are triadic colors.