COLOR #B695EE

HEX: #B695EE
RGB: (182,149,238)

Color info

#B695EE contains mainly red and blue colors. Web safe color of #B695EE is #CC99FF (or #C9F).

RGB color model

#B695EE color RGB value is (182,149,238).

  • red value is 182;
  • green value is 149;
  • blue value is 238.
RGB:
(182,149,238)
(71%,58%,93%)

RGB channels and saturation

R 182 of 255 = 71%
G 149 of 255 = 58%
B 238 of 255 = 93%

182
149
238

R + G + B ~ 74%. #B695EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 149 + 238 = 569 (100%)
R 182 of 569 ~ 31.99%
G 149 of 569 ~ 26.19%
B 238 of 569 ~ 41.83%

%31.99
%26.19
%41.83

CMYK color model

#B695EE color CMYK value is (24,37,0,7).

  • cyan value is 23.53%
  • magenta value is 37.39%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,37,0,7)
C24M37Y0K7 
(24%,37%,0%,7%)
(0.24/0.37/0.00/0.07)	

CMYK percentages

%23.53
%37.39
%0
%6.67

Codes

Color #B695EE in popluar color models

B695EE
RGB182149238
HSL262°72.36%75.88%
HSB/HSV262°37.39%93.33%
CMYK23.53%37.39%0.00%
6.67%

Color #B695EE in popluar number systems.

HEXB695EE
Decimal182149238
Binary101101101001010111101110
Octal266225356

Shades and tints

Shades of #B695EE

#B695EE
(182,149,238)
#A688D9
(166,136,217)
#967BC4
(150,123,196)
#866EAF
(134,110,175)
#76619A
(118,97,154)
#665485
(102,84,133)
#564770
(86,71,112)
#463A5B
(70,58,91)
#362D46
(54,45,70)
#262031
(38,32,49)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #B695EE

#B695EE
(182,149,238)
#BC9EEF
(188,158,239)
#C2A7F0
(194,167,240)
#C8B0F1
(200,176,241)
#CEB9F2
(206,185,242)
#D4C2F3
(212,194,243)
#DACBF4
(218,203,244)
#E0D4F5
(224,212,245)
#E6DDF6
(230,221,246)
#ECE6F7
(236,230,247)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B695EE color. Also use rgb(182,149,238) instead hex code.

Text Font Color

.myTextColor { color: #B695EE; }

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

This text font color is #B695EE.


Background Color

.myBgColor { background-color: #B695EE; }

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

This div background color is #B695EE.


Border color

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

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

This div border color is #B695EE.


Opacity

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

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

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

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

This text has shadow with #B695EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B695EE on black background.


Color preview on white background

This text has color #B695EE on white background.



Black color preview on #B695EE background

This text has black color on #B695EE background.


White color preview on #B695EE background

This text has white color on #B695EE background.