COLOR #B4AFCC

HEX: #B4AFCC RGB: (180,175,204)

Color info

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

RGB color model

#B4AFCC color RGB value is (180,175,204).

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

RGB channels and saturation

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

180
175
204

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

Portions of RGB colors in percentages

R + G + B = 180 + 175 + 204 = 559 (100%)
R 180 of 559 ~ 32.2%
G 175 of 559 ~ 31.31%
B 204 of 559 ~ 36.49'%

%32.2
%31.31
%36.49

CMYK color model

#B4AFCC color CMYK value is (12,14,0,20).

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

CMYK: (12,14,0,20)
C12M14Y0K20 (12%, 14%, 0%, 20%)
(0.12 / 0.14 / 0.00 / 0.20)

CMYK percentages

%11.76
%14.22
%0
%20

Codes

Color #B4AFCC in popluar color models

B4 AF CC
RGB 180 175 204
HSL 250° 22.14% 74.31%
HSB/HSV 250° 14.22% 80.00%
CMYK 11.76% 14.22% 0.00%
20.00%

Color #B4AFCC in popluar number systems.

HEX B4 AF CC
Decimal 180 175 204
Binary 10110100 10101111 11001100
Octal 264 257 314

Shades and tints

Shades of #B4AFCC

#B4AFCC
(180,175,204)
#A4A0BA
(164,160,186)
#9491A8
(148,145,168)
#848296
(132,130,150)
#747384
(116,115,132)
#646472
(100,100,114)
#545560
(84,85,96)
#44464E
(68,70,78)
#34373C
(52,55,60)
#24282A
(36,40,42)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #B4AFCC

#B4AFCC
(180,175,204)
#BAB6D0
(186,182,208)
#C0BDD4
(192,189,212)
#C6C4D8
(198,196,216)
#CCCBDC
(204,203,220)
#D2D2E0
(210,210,224)
#D8D9E4
(216,217,228)
#DEE0E8
(222,224,232)
#E4E7EC
(228,231,236)
#EAEEF0
(234,238,240)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AFCC; }

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

This text font color is #B4AFCC.

Background Color

.myBgColor { background-color: #B4AFCC; }

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

This div background color is #B4AFCC.

Border color

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

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

This div border color is #B4AFCC.

Opacity

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

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

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

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

This text has shadow with #B4AFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AFCC.

Preview

Color preview on black background

This text has color #B4AFCC on black background.


Color preview on white background

This text has color #B4AFCC on white background.


Black color preview on #B4AFCC background

This text has black color on #B4AFCC background.


White color preview on #B4AFCC background

This text has white color on #B4AFCC background.


Related colors

Complementary color

Complementary color for #hex is #4B5033.


I love getcolorcode.com

Triadic colors

1 #CCB4AF and #AFCCB4 with #B4AFCC are triadic colors.

2 #CCAFB4 and #AFB4CC with #B4AFCC are triadic colors.