COLOR #B1ADED

HEX: #B1ADED
RGB: (177,173,237)

Color info

#B1ADED contains mainly blue color. Web safe color of #B1ADED is #9999FF (or #99F).

RGB color model

#B1ADED color RGB value is (177,173,237).

  • red value is 177;
  • green value is 173;
  • blue value is 237.
RGB:
(177,173,237)
(69%,68%,93%)

RGB channels and saturation

R 177 of 255 = 69%
G 173 of 255 = 68%
B 237 of 255 = 93%

177
173
237

R + G + B ~ 77%. #B1ADED is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 173 + 237 = 587 (100%)
R 177 of 587 ~ 30.15%
G 173 of 587 ~ 29.47%
B 237 of 587 ~ 40.37%

%30.15
%29.47
%40.37

CMYK color model

#B1ADED color CMYK value is (25,27,0,7).

  • cyan value is 25.32%
  • magenta value is 27.00%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(25,27,0,7)
C25M27Y0K7 
(25%,27%,0%,7%)
(0.25/0.27/0.00/0.07)	

CMYK percentages

%25.32
%27
%0
%7.06

Codes

Color #B1ADED in popluar color models

B1ADED
RGB177173237
HSL244°64.00%80.39%
HSB/HSV244°27.00%92.94%
CMYK25.32%27.00%0.00%
7.06%

Color #B1ADED in popluar number systems.

HEXB1ADED
Decimal177173237
Binary101100011010110111101101
Octal261255355

Shades and tints

Shades of #B1ADED

#B1ADED
(177,173,237)
#A19ED8
(161,158,216)
#918FC3
(145,143,195)
#8180AE
(129,128,174)
#717199
(113,113,153)
#616284
(97,98,132)
#51536F
(81,83,111)
#41445A
(65,68,90)
#313545
(49,53,69)
#212630
(33,38,48)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #B1ADED

#B1ADED
(177,173,237)
#B8B4EE
(184,180,238)
#BFBBEF
(191,187,239)
#C6C2F0
(198,194,240)
#CDC9F1
(205,201,241)
#D4D0F2
(212,208,242)
#DBD7F3
(219,215,243)
#E2DEF4
(226,222,244)
#E9E5F5
(233,229,245)
#F0ECF6
(240,236,246)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1ADED color. Also use rgb(177,173,237) instead hex code.

Text Font Color

.myTextColor { color: #B1ADED; }

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

This text font color is #B1ADED.


Background Color

.myBgColor { background-color: #B1ADED; }

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

This div background color is #B1ADED.


Border color

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

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

This div border color is #B1ADED.


Opacity

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

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

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

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

This text has shadow with #B1ADED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ADED on black background.


Color preview on white background

This text has color #B1ADED on white background.



Black color preview on #B1ADED background

This text has black color on #B1ADED background.


White color preview on #B1ADED background

This text has white color on #B1ADED background.