COLOR #B690DC

HEX: #B690DC
RGB: (182,144,220)

Color info

#B690DC contains mainly red and blue colors. Web safe color of #B690DC is #CC99CC (or #C9C).

RGB color model

#B690DC color RGB value is (182,144,220).

  • red value is 182;
  • green value is 144;
  • blue value is 220.
RGB:
(182,144,220)
(71%,56%,86%)

RGB channels and saturation

R 182 of 255 = 71%
G 144 of 255 = 56%
B 220 of 255 = 86%

182
144
220

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

Portions of RGB colors in percentages

R + G + B =
182 + 144 + 220 = 546 (100%)
R 182 of 546 ~ 33.33%
G 144 of 546 ~ 26.37%
B 220 of 546 ~ 40.29%

%33.33
%26.37
%40.29

CMYK color model

#B690DC color CMYK value is (17,35,0,14).

  • cyan value is 17.27%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(17,35,0,14)
C17M35Y0K14 
(17%,35%,0%,14%)
(0.17/0.35/0.00/0.14)	

CMYK percentages

%17.27
%34.55
%0
%13.73

Codes

Color #B690DC in popluar color models

B690DC
RGB182144220
HSL270°52.05%71.37%
HSB/HSV270°34.55%86.27%
CMYK17.27%34.55%0.00%
13.73%

Color #B690DC in popluar number systems.

HEXB690DC
Decimal182144220
Binary101101101001000011011100
Octal266220334

Shades and tints

Shades of #B690DC

#B690DC
(182,144,220)
#A683C8
(166,131,200)
#9676B4
(150,118,180)
#8669A0
(134,105,160)
#765C8C
(118,92,140)
#664F78
(102,79,120)
#564264
(86,66,100)
#463550
(70,53,80)
#36283C
(54,40,60)
#261B28
(38,27,40)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #B690DC

#B690DC
(182,144,220)
#BC9ADF
(188,154,223)
#C2A4E2
(194,164,226)
#C8AEE5
(200,174,229)
#CEB8E8
(206,184,232)
#D4C2EB
(212,194,235)
#DACCEE
(218,204,238)
#E0D6F1
(224,214,241)
#E6E0F4
(230,224,244)
#ECEAF7
(236,234,247)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B690DC color. Also use rgb(182,144,220) instead hex code.

Text Font Color

.myTextColor { color: #B690DC; }

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

This text font color is #B690DC.


Background Color

.myBgColor { background-color: #B690DC; }

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

This div background color is #B690DC.


Border color

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

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

This div border color is #B690DC.


Opacity

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

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

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

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

This text has shadow with #B690DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B690DC on black background.


Color preview on white background

This text has color #B690DC on white background.



Black color preview on #B690DC background

This text has black color on #B690DC background.


White color preview on #B690DC background

This text has white color on #B690DC background.