COLOR #696EAB

HEX: #696EAB
RGB: (105,110,171)

Color info

#696EAB contains mainly blue color. Web safe color of #696EAB is #666699 (or #669).

RGB color model

#696EAB color RGB value is (105,110,171).

  • red value is 105;
  • green value is 110;
  • blue value is 171.
RGB:
(105,110,171)
(41%,43%,67%)

RGB channels and saturation

R 105 of 255 = 41%
G 110 of 255 = 43%
B 171 of 255 = 67%

105
110
171

R + G + B ~ 50%. #696EAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 110 + 171 = 386 (100%)
R 105 of 386 ~ 27.2%
G 110 of 386 ~ 28.5%
B 171 of 386 ~ 44.3%

%27.2
%28.5
%44.3

CMYK color model

#696EAB color CMYK value is (39,36,0,33).

  • cyan value is 38.60%
  • magenta value is 35.67%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(39,36,0,33)
C39M36Y0K33 
(39%,36%,0%,33%)
(0.39/0.36/0.00/0.33)	

CMYK percentages

%38.6
%35.67
%0
%32.94

Codes

Color #696EAB in popluar color models

696EAB
RGB105110171
HSL235°28.21%54.12%
HSB/HSV235°38.60%67.06%
CMYK38.60%35.67%0.00%
32.94%

Color #696EAB in popluar number systems.

HEX696EAB
Decimal105110171
Binary1101001110111010101011
Octal151156253

Shades and tints

Shades of #696EAB

#696EAB
(105,110,171)
#60649C
(96,100,156)
#575A8D
(87,90,141)
#4E507E
(78,80,126)
#45466F
(69,70,111)
#3C3C60
(60,60,96)
#333251
(51,50,81)
#2A2842
(42,40,66)
#211E33
(33,30,51)
#181424
(24,20,36)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #696EAB

#696EAB
(105,110,171)
#767BB2
(118,123,178)
#8388B9
(131,136,185)
#9095C0
(144,149,192)
#9DA2C7
(157,162,199)
#AAAFCE
(170,175,206)
#B7BCD5
(183,188,213)
#C4C9DC
(196,201,220)
#D1D6E3
(209,214,227)
#DEE3EA
(222,227,234)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696EAB color. Also use rgb(105,110,171) instead hex code.

Text Font Color

.myTextColor { color: #696EAB; }

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

This text font color is #696EAB.


Background Color

.myBgColor { background-color: #696EAB; }

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

This div background color is #696EAB.


Border color

.myBorderColor { border: 1px solid #696EAB; }

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

This div border color is #696EAB.


Opacity

.myOpacity80 { color: #696EAB; opacity: 0.8; }

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

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

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

This text has shadow with #696EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696EAB on black background.


Color preview on white background

This text has color #696EAB on white background.



Black color preview on #696EAB background

This text has black color on #696EAB background.


White color preview on #696EAB background

This text has white color on #696EAB background.