COLOR #B5ACCD

HEX: #B5ACCD RGB: (181,172,205)

Color info

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

RGB color model

#B5ACCD color RGB value is (181,172,205).

RGB: (181,172,205) (71%, 67%, 80%)

RGB channels and saturation

R 181 of 255 = 71%
G 172 of 255 = 67%
B 205 of 255 = 80%

181
172
205

R + G + B ~ 73%. #B5ACCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 172 + 205 = 558 (100%)
R 181 of 558 ~ 32.44%
G 172 of 558 ~ 30.82%
B 205 of 558 ~ 36.74'%

%32.44
%30.82
%36.74

CMYK color model

#B5ACCD color CMYK value is (12,16,0,20).

  • cyan value is 11.71%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (12,16,0,20)
C12M16Y0K20 (12%, 16%, 0%, 20%)
(0.12 / 0.16 / 0.00 / 0.20)

CMYK percentages

%11.71
%16.1
%0
%19.61

Codes

Color #B5ACCD in popluar color models

B5 AC CD
RGB 181 172 205
HSL 256° 24.81% 73.92%
HSB/HSV 256° 16.10% 80.39%
CMYK 11.71% 16.10% 0.00%
19.61%

Color #B5ACCD in popluar number systems.

HEX B5 AC CD
Decimal 181 172 205
Binary 10110101 10101100 11001101
Octal 265 254 315

Shades and tints

Shades of #B5ACCD

#B5ACCD
(181,172,205)
#A59DBB
(165,157,187)
#958EA9
(149,142,169)
#857F97
(133,127,151)
#757085
(117,112,133)
#656173
(101,97,115)
#555261
(85,82,97)
#45434F
(69,67,79)
#35343D
(53,52,61)
#25252B
(37,37,43)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #B5ACCD

#B5ACCD
(181,172,205)
#BBB3D1
(187,179,209)
#C1BAD5
(193,186,213)
#C7C1D9
(199,193,217)
#CDC8DD
(205,200,221)
#D3CFE1
(211,207,225)
#D9D6E5
(217,214,229)
#DFDDE9
(223,221,233)
#E5E4ED
(229,228,237)
#EBEBF1
(235,235,241)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5ACCD color. Also use rgb(181,172,205) instead hex code.

Text Font Color

.myTextColor { color: #B5ACCD; }

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

This text font color is #B5ACCD.

Background Color

.myBgColor { background-color: #B5ACCD; }

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

This div background color is #B5ACCD.

Border color

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

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

This div border color is #B5ACCD.

Opacity

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

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

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

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

This text has shadow with #B5ACCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5ACCD.

Preview

Color preview on black background

This text has color #B5ACCD on black background.


Color preview on white background

This text has color #B5ACCD on white background.


Black color preview on #B5ACCD background

This text has black color on #B5ACCD background.


White color preview on #B5ACCD background

This text has white color on #B5ACCD background.


Related colors

Complementary color

Complementary color for #hex is #4A5332.


I love getcolorcode.com

Triadic colors

1 #CDB5AC and #ACCDB5 with #B5ACCD are triadic colors.

2 #CDACB5 and #ACB5CD with #B5ACCD are triadic colors.