COLOR #B095DA

HEX: #B095DA
RGB: (176,149,218)

Color info

#B095DA contains mainly red and blue colors. Web safe color of #B095DA is #9999CC (or #99C).

RGB color model

#B095DA color RGB value is (176,149,218).

  • red value is 176;
  • green value is 149;
  • blue value is 218.
RGB:
(176,149,218)
(69%,58%,85%)

RGB channels and saturation

R 176 of 255 = 69%
G 149 of 255 = 58%
B 218 of 255 = 85%

176
149
218

R + G + B ~ 71%. #B095DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 149 + 218 = 543 (100%)
R 176 of 543 ~ 32.41%
G 149 of 543 ~ 27.44%
B 218 of 543 ~ 40.15%

%32.41
%27.44
%40.15

CMYK color model

#B095DA color CMYK value is (19,32,0,15).

  • cyan value is 19.27%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(19,32,0,15)
C19M32Y0K15 
(19%,32%,0%,15%)
(0.19/0.32/0.00/0.15)	

CMYK percentages

%19.27
%31.65
%0
%14.51

Codes

Color #B095DA in popluar color models

B095DA
RGB176149218
HSL263°48.25%71.96%
HSB/HSV263°31.65%85.49%
CMYK19.27%31.65%0.00%
14.51%

Color #B095DA in popluar number systems.

HEXB095DA
Decimal176149218
Binary101100001001010111011010
Octal260225332

Shades and tints

Shades of #B095DA

#B095DA
(176,149,218)
#A088C7
(160,136,199)
#907BB4
(144,123,180)
#806EA1
(128,110,161)
#70618E
(112,97,142)
#60547B
(96,84,123)
#504768
(80,71,104)
#403A55
(64,58,85)
#302D42
(48,45,66)
#20202F
(32,32,47)
#10131C
(16,19,28)
#000000
(0,0,0)

Tints of #B095DA

#B095DA
(176,149,218)
#B79EDD
(183,158,221)
#BEA7E0
(190,167,224)
#C5B0E3
(197,176,227)
#CCB9E6
(204,185,230)
#D3C2E9
(211,194,233)
#DACBEC
(218,203,236)
#E1D4EF
(225,212,239)
#E8DDF2
(232,221,242)
#EFE6F5
(239,230,245)
#F6EFF8
(246,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B095DA; }

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

This text font color is #B095DA.


Background Color

.myBgColor { background-color: #B095DA; }

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

This div background color is #B095DA.


Border color

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

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

This div border color is #B095DA.


Opacity

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

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

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

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

This text has shadow with #B095DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B095DA on black background.


Color preview on white background

This text has color #B095DA on white background.



Black color preview on #B095DA background

This text has black color on #B095DA background.


White color preview on #B095DA background

This text has white color on #B095DA background.