COLOR #B488AE

HEX: #B488AE RGB: (180,136,174)

Color info

#B488AE contains red, green and blue colors in about the same proportion. Web safe color of #B488AE is #CC9999 (or #C99).

RGB color model

#B488AE color RGB value is (180,136,174).

RGB: (180,136,174) (71%, 53%, 68%)

RGB channels and saturation

R 180 of 255 = 71%
G 136 of 255 = 53%
B 174 of 255 = 68%

180
136
174

R + G + B ~ 64%. #B488AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 136 + 174 = 490 (100%)
R 180 of 490 ~ 36.73%
G 136 of 490 ~ 27.76%
B 174 of 490 ~ 35.51'%

%36.73
%27.76
%35.51

CMYK color model

#B488AE color CMYK value is (0,24,3,29).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 3.33%
  • key color value is 29.41%
CMYK: (0,24,3,29) C0M24Y3K29 (0%,24%,3%,29%) (0.00/0.24/0.03/0.29) 

CMYK percentages

%0
%24.44
%3.33
%29.41

Codes

Color #B488AE in popluar color models

B4 88 AE
RGB 180 136 174
HSL 308° 22.68% 61.96%
HSB/HSV 308° 24.44% 70.59%
CMYK 0.00% 24.44% 3.33%
29.41%

Color #B488AE in popluar number systems.

HEX B4 88 AE
Decimal 180 136 174
Binary 10110100 10001000 10101110
Octal 264 210 256

Shades and tints

Shades of #B488AE

#B488AE
(180,136,174)
#A47C9F
(164,124,159)
#947090
(148,112,144)
#846481
(132,100,129)
#745872
(116,88,114)
#644C63
(100,76,99)
#544054
(84,64,84)
#443445
(68,52,69)
#342836
(52,40,54)
#241C27
(36,28,39)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #B488AE

#B488AE
(180,136,174)
#BA92B5
(186,146,181)
#C09CBC
(192,156,188)
#C6A6C3
(198,166,195)
#CCB0CA
(204,176,202)
#D2BAD1
(210,186,209)
#D8C4D8
(216,196,216)
#DECEDF
(222,206,223)
#E4D8E6
(228,216,230)
#EAE2ED
(234,226,237)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B488AE color. Also use rgb(180,136,174) instead hex code.

Text Font Color

.myTextColor { color: #B488AE; }

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

This text font color is #B488AE.

Background Color

.myBgColor { background-color: #B488AE; }

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

This div background color is #B488AE.

Border color

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

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

This div border color is #B488AE.

Opacity

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

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

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

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

This text has shadow with #B488AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B488AE.

Preview

Color preview on black background

This text has color #B488AE on black background.


Color preview on white background

This text has color #B488AE on white background.


Black color preview on #B488AE background

This text has black color on #B488AE background.


White color preview on #B488AE background

This text has white color on #B488AE background.


Related colors

Complementary color

Complementary color for #hex is #4B7751.


I love getcolorcode.com

Triadic colors

1 #AEB488 and #88AEB4 with #B488AE are triadic colors.

2 #AE88B4 and #88B4AE with #B488AE are triadic colors.