COLOR #B993AE

HEX: #B993AE
RGB: (185,147,174)

Color info

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

RGB color model

#B993AE color RGB value is (185,147,174).

  • red value is 185;
  • green value is 147;
  • blue value is 174.
RGB:
(185,147,174)
(73%,58%,68%)

RGB channels and saturation

R 185 of 255 = 73%
G 147 of 255 = 58%
B 174 of 255 = 68%

185
147
174

R + G + B ~ 66%. #B993AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 147 + 174 = 506 (100%)
R 185 of 506 ~ 36.56%
G 147 of 506 ~ 29.05%
B 174 of 506 ~ 34.39%

%36.56
%29.05
%34.39

CMYK color model

#B993AE color CMYK value is (0,21,6,27).

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 5.95%
  • key color value is 27.45%
CMYK:
(0,21,6,27)
C0M21Y6K27 
(0%,21%,6%,27%)
(0.00/0.21/0.06/0.27)	

CMYK percentages

%0
%20.54
%5.95
%27.45

Codes

Color #B993AE in popluar color models

B993AE
RGB185147174
HSL317°21.35%65.10%
HSB/HSV317°20.54%72.55%
CMYK0.00%20.54%5.95%
27.45%

Color #B993AE in popluar number systems.

HEXB993AE
Decimal185147174
Binary101110011001001110101110
Octal271223256

Shades and tints

Shades of #B993AE

#B993AE
(185,147,174)
#A9869F
(169,134,159)
#997990
(153,121,144)
#896C81
(137,108,129)
#795F72
(121,95,114)
#695263
(105,82,99)
#594554
(89,69,84)
#493845
(73,56,69)
#392B36
(57,43,54)
#291E27
(41,30,39)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #B993AE

#B993AE
(185,147,174)
#BF9CB5
(191,156,181)
#C5A5BC
(197,165,188)
#CBAEC3
(203,174,195)
#D1B7CA
(209,183,202)
#D7C0D1
(215,192,209)
#DDC9D8
(221,201,216)
#E3D2DF
(227,210,223)
#E9DBE6
(233,219,230)
#EFE4ED
(239,228,237)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B993AE color. Also use rgb(185,147,174) instead hex code.

Text Font Color

.myTextColor { color: #B993AE; }

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

This text font color is #B993AE.


Background Color

.myBgColor { background-color: #B993AE; }

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

This div background color is #B993AE.


Border color

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

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

This div border color is #B993AE.


Opacity

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

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

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

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

This text has shadow with #B993AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B993AE on black background.


Color preview on white background

This text has color #B993AE on white background.



Black color preview on #B993AE background

This text has black color on #B993AE background.


White color preview on #B993AE background

This text has white color on #B993AE background.