COLOR #B394CD

HEX: #B394CD RGB: (179,148,205)

Color info

#B394CD contains red, green and blue colors in about the same proportion. Web safe color of #B394CD is #9999CC (or #99C).

RGB color model

#B394CD color RGB value is (179,148,205).

RGB: (179,148,205) (70%, 58%, 80%)

RGB channels and saturation

R 179 of 255 = 70%
G 148 of 255 = 58%
B 205 of 255 = 80%

179
148
205

R + G + B ~ 69%. #B394CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 148 + 205 = 532 (100%)
R 179 of 532 ~ 33.65%
G 148 of 532 ~ 27.82%
B 205 of 532 ~ 38.53'%

%33.65
%27.82
%38.53

CMYK color model

#B394CD color CMYK value is (13,28,0,20).

  • cyan value is 12.68%
  • magenta value is 27.80%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (13,28,0,20)
C13M28Y0K20 (13%, 28%, 0%, 20%)
(0.13 / 0.28 / 0.00 / 0.20)

CMYK percentages

%12.68
%27.8
%0
%19.61

Codes

Color #B394CD in popluar color models

B3 94 CD
RGB 179 148 205
HSL 273° 36.31% 69.22%
HSB/HSV 273° 27.80% 80.39%
CMYK 12.68% 27.80% 0.00%
19.61%

Color #B394CD in popluar number systems.

HEX B3 94 CD
Decimal 179 148 205
Binary 10110011 10010100 11001101
Octal 263 224 315

Shades and tints

Shades of #B394CD

#B394CD
(179,148,205)
#A387BB
(163,135,187)
#937AA9
(147,122,169)
#836D97
(131,109,151)
#736085
(115,96,133)
#635373
(99,83,115)
#534661
(83,70,97)
#43394F
(67,57,79)
#332C3D
(51,44,61)
#231F2B
(35,31,43)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #B394CD

#B394CD
(179,148,205)
#B99DD1
(185,157,209)
#BFA6D5
(191,166,213)
#C5AFD9
(197,175,217)
#CBB8DD
(203,184,221)
#D1C1E1
(209,193,225)
#D7CAE5
(215,202,229)
#DDD3E9
(221,211,233)
#E3DCED
(227,220,237)
#E9E5F1
(233,229,241)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B394CD color. Also use rgb(179,148,205) instead hex code.

Text Font Color

.myTextColor { color: #B394CD; }

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

This text font color is #B394CD.

Background Color

.myBgColor { background-color: #B394CD; }

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

This div background color is #B394CD.

Border color

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

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

This div border color is #B394CD.

Opacity

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

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

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

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

This text has shadow with #B394CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B394CD.

Preview

Color preview on black background

This text has color #B394CD on black background.


Color preview on white background

This text has color #B394CD on white background.


Black color preview on #B394CD background

This text has black color on #B394CD background.


White color preview on #B394CD background

This text has white color on #B394CD background.


Related colors

Complementary color

Complementary color for #hex is #4C6B32.


I love getcolorcode.com

Triadic colors

1 #CDB394 and #94CDB3 with #B394CD are triadic colors.

2 #CD94B3 and #94B3CD with #B394CD are triadic colors.