COLOR #B6AFCC

HEX: #B6AFCC RGB: (182,175,204)

Color info

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

RGB color model

#B6AFCC color RGB value is (182,175,204).

RGB: (182,175,204) (71%, 69%, 80%)

RGB channels and saturation

R 182 of 255 = 71%
G 175 of 255 = 69%
B 204 of 255 = 80%

182
175
204

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

Portions of RGB colors in percentages

R + G + B = 182 + 175 + 204 = 561 (100%)
R 182 of 561 ~ 32.44%
G 175 of 561 ~ 31.19%
B 204 of 561 ~ 36.36'%

%32.44
%31.19
%36.36

CMYK color model

#B6AFCC color CMYK value is (11,14,0,20).

  • cyan value is 10.78%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (11,14,0,20)
C11M14Y0K20 (11%, 14%, 0%, 20%)
(0.11 / 0.14 / 0.00 / 0.20)

CMYK percentages

%10.78
%14.22
%0
%20

Codes

Color #B6AFCC in popluar color models

B6 AF CC
RGB 182 175 204
HSL 254° 22.14% 74.31%
HSB/HSV 254° 14.22% 80.00%
CMYK 10.78% 14.22% 0.00%
20.00%

Color #B6AFCC in popluar number systems.

HEX B6 AF CC
Decimal 182 175 204
Binary 10110110 10101111 11001100
Octal 266 257 314

Shades and tints

Shades of #B6AFCC

#B6AFCC
(182,175,204)
#A6A0BA
(166,160,186)
#9691A8
(150,145,168)
#868296
(134,130,150)
#767384
(118,115,132)
#666472
(102,100,114)
#565560
(86,85,96)
#46464E
(70,70,78)
#36373C
(54,55,60)
#26282A
(38,40,42)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #B6AFCC

#B6AFCC
(182,175,204)
#BCB6D0
(188,182,208)
#C2BDD4
(194,189,212)
#C8C4D8
(200,196,216)
#CECBDC
(206,203,220)
#D4D2E0
(212,210,224)
#DAD9E4
(218,217,228)
#E0E0E8
(224,224,232)
#E6E7EC
(230,231,236)
#ECEEF0
(236,238,240)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AFCC color. Also use rgb(182,175,204) instead hex code.

Text Font Color

.myTextColor { color: #B6AFCC; }

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

This text font color is #B6AFCC.

Background Color

.myBgColor { background-color: #B6AFCC; }

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

This div background color is #B6AFCC.

Border color

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

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

This div border color is #B6AFCC.

Opacity

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

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

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

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

This text has shadow with #B6AFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6AFCC.

Preview

Color preview on black background

This text has color #B6AFCC on black background.


Color preview on white background

This text has color #B6AFCC on white background.


Black color preview on #B6AFCC background

This text has black color on #B6AFCC background.


White color preview on #B6AFCC background

This text has white color on #B6AFCC background.


Related colors

Complementary color

Complementary color for #hex is #495033.


I love getcolorcode.com

Triadic colors

1 #CCB6AF and #AFCCB6 with #B6AFCC are triadic colors.

2 #CCAFB6 and #AFB6CC with #B6AFCC are triadic colors.