COLOR #B095C8

HEX: #B095C8 RGB: (176,149,200)

Color info

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

RGB color model

#B095C8 color RGB value is (176,149,200).

RGB: (176,149,200) (69%, 58%, 78%)

RGB channels and saturation

R 176 of 255 = 69%
G 149 of 255 = 58%
B 200 of 255 = 78%

176
149
200

R + G + B ~ 68%. #B095C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 149 + 200 = 525 (100%)
R 176 of 525 ~ 33.52%
G 149 of 525 ~ 28.38%
B 200 of 525 ~ 38.1'%

%33.52
%28.38
%38.1

CMYK color model

#B095C8 color CMYK value is (12,26,0,22).

  • cyan value is 12.00%
  • magenta value is 25.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (12,26,0,22)
C12M26Y0K22 (12%, 26%, 0%, 22%)
(0.12 / 0.26 / 0.00 / 0.22)

CMYK percentages

%12
%25.5
%0
%21.57

Codes

Color #B095C8 in popluar color models

B0 95 C8
RGB 176 149 200
HSL 272° 31.68% 68.43%
HSB/HSV 272° 25.50% 78.43%
CMYK 12.00% 25.50% 0.00%
21.57%

Color #B095C8 in popluar number systems.

HEX B0 95 C8
Decimal 176 149 200
Binary 10110000 10010101 11001000
Octal 260 225 310

Shades and tints

Shades of #B095C8

#B095C8
(176,149,200)
#A088B6
(160,136,182)
#907BA4
(144,123,164)
#806E92
(128,110,146)
#706180
(112,97,128)
#60546E
(96,84,110)
#50475C
(80,71,92)
#403A4A
(64,58,74)
#302D38
(48,45,56)
#202026
(32,32,38)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #B095C8

#B095C8
(176,149,200)
#B79ECD
(183,158,205)
#BEA7D2
(190,167,210)
#C5B0D7
(197,176,215)
#CCB9DC
(204,185,220)
#D3C2E1
(211,194,225)
#DACBE6
(218,203,230)
#E1D4EB
(225,212,235)
#E8DDF0
(232,221,240)
#EFE6F5
(239,230,245)
#F6EFFA
(246,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B095C8 color. Also use rgb(176,149,200) instead hex code.

Text Font Color

.myTextColor { color: #B095C8; }

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

This text font color is #B095C8.

Background Color

.myBgColor { background-color: #B095C8; }

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

This div background color is #B095C8.

Border color

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

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

This div border color is #B095C8.

Opacity

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

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

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

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

This text has shadow with #B095C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B095C8.

Preview

Color preview on black background

This text has color #B095C8 on black background.


Color preview on white background

This text has color #B095C8 on white background.


Black color preview on #B095C8 background

This text has black color on #B095C8 background.


White color preview on #B095C8 background

This text has white color on #B095C8 background.


Related colors

Complementary color

Complementary color for #hex is #4F6A37.


I love getcolorcode.com

Triadic colors

1 #C8B095 and #95C8B0 with #B095C8 are triadic colors.

2 #C895B0 and #95B0C8 with #B095C8 are triadic colors.