COLOR #B092CD

HEX: #B092CD
RGB: (176,146,205)

Color info

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

RGB color model

#B092CD color RGB value is (176,146,205).

  • red value is 176;
  • green value is 146;
  • blue value is 205.
RGB:
(176,146,205)
(69%,57%,80%)

RGB channels and saturation

R 176 of 255 = 69%
G 146 of 255 = 57%
B 205 of 255 = 80%

176
146
205

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

Portions of RGB colors in percentages

R + G + B =
176 + 146 + 205 = 527 (100%)
R 176 of 527 ~ 33.4%
G 146 of 527 ~ 27.7%
B 205 of 527 ~ 38.9%

%33.4
%27.7
%38.9

CMYK color model

#B092CD color CMYK value is (14,29,0,20).

  • cyan value is 14.15%
  • magenta value is 28.78%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(14,29,0,20)
C14M29Y0K20 
(14%,29%,0%,20%)
(0.14/0.29/0.00/0.20)	

CMYK percentages

%14.15
%28.78
%0
%19.61

Codes

Color #B092CD in popluar color models

B092CD
RGB176146205
HSL271°37.11%68.82%
HSB/HSV271°28.78%80.39%
CMYK14.15%28.78%0.00%
19.61%

Color #B092CD in popluar number systems.

HEXB092CD
Decimal176146205
Binary101100001001001011001101
Octal260222315

Shades and tints

Shades of #B092CD

#B092CD
(176,146,205)
#A085BB
(160,133,187)
#9078A9
(144,120,169)
#806B97
(128,107,151)
#705E85
(112,94,133)
#605173
(96,81,115)
#504461
(80,68,97)
#40374F
(64,55,79)
#302A3D
(48,42,61)
#201D2B
(32,29,43)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #B092CD

#B092CD
(176,146,205)
#B79BD1
(183,155,209)
#BEA4D5
(190,164,213)
#C5ADD9
(197,173,217)
#CCB6DD
(204,182,221)
#D3BFE1
(211,191,225)
#DAC8E5
(218,200,229)
#E1D1E9
(225,209,233)
#E8DAED
(232,218,237)
#EFE3F1
(239,227,241)
#F6ECF5
(246,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B092CD color. Also use rgb(176,146,205) instead hex code.

Text Font Color

.myTextColor { color: #B092CD; }

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

This text font color is #B092CD.


Background Color

.myBgColor { background-color: #B092CD; }

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

This div background color is #B092CD.


Border color

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

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

This div border color is #B092CD.


Opacity

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

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

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

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

This text has shadow with #B092CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B092CD on black background.


Color preview on white background

This text has color #B092CD on white background.



Black color preview on #B092CD background

This text has black color on #B092CD background.


White color preview on #B092CD background

This text has white color on #B092CD background.