COLOR #B8AFCC

HEX: #B8AFCC RGB: (184,175,204)

Color info

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

RGB color model

#B8AFCC color RGB value is (184,175,204).

RGB: (184,175,204) (72%, 69%, 80%)

RGB channels and saturation

R 184 of 255 = 72%
G 175 of 255 = 69%
B 204 of 255 = 80%

184
175
204

R + G + B ~ 74%. #B8AFCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 175 + 204 = 563 (100%)
R 184 of 563 ~ 32.68%
G 175 of 563 ~ 31.08%
B 204 of 563 ~ 36.23'%

%32.68
%31.08
%36.23

CMYK color model

#B8AFCC color CMYK value is (10,14,0,20).

  • cyan value is 9.80%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (10,14,0,20) C10M14Y0K20 (10%,14%,0%,20%) (0.10/0.14/0.00/0.20) 

CMYK percentages

%9.8
%14.22
%0
%20

Codes

Color #B8AFCC in popluar color models

B8 AF CC
RGB 184 175 204
HSL 259° 22.14% 74.31%
HSB/HSV 259° 14.22% 80.00%
CMYK 9.80% 14.22% 0.00%
20.00%

Color #B8AFCC in popluar number systems.

HEX B8 AF CC
Decimal 184 175 204
Binary 10111000 10101111 11001100
Octal 270 257 314

Shades and tints

Shades of #B8AFCC

#B8AFCC
(184,175,204)
#A8A0BA
(168,160,186)
#9891A8
(152,145,168)
#888296
(136,130,150)
#787384
(120,115,132)
#686472
(104,100,114)
#585560
(88,85,96)
#48464E
(72,70,78)
#38373C
(56,55,60)
#28282A
(40,40,42)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #B8AFCC

#B8AFCC
(184,175,204)
#BEB6D0
(190,182,208)
#C4BDD4
(196,189,212)
#CAC4D8
(202,196,216)
#D0CBDC
(208,203,220)
#D6D2E0
(214,210,224)
#DCD9E4
(220,217,228)
#E2E0E8
(226,224,232)
#E8E7EC
(232,231,236)
#EEEEF0
(238,238,240)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AFCC; }

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

This text font color is #B8AFCC.

Background Color

.myBgColor { background-color: #B8AFCC; }

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

This div background color is #B8AFCC.

Border color

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

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

This div border color is #B8AFCC.

Opacity

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

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

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

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

This text has shadow with #B8AFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8AFCC.

Preview

Color preview on black background

This text has color #B8AFCC on black background.


Color preview on white background

This text has color #B8AFCC on white background.


Black color preview on #B8AFCC background

This text has black color on #B8AFCC background.


White color preview on #B8AFCC background

This text has white color on #B8AFCC background.


Related colors

Complementary color

Complementary color for #hex is #475033.


I love getcolorcode.com

Triadic colors

1 #CCB8AF and #AFCCB8 with #B8AFCC are triadic colors.

2 #CCAFB8 and #AFB8CC with #B8AFCC are triadic colors.