COLOR #696881

HEX: #696881
RGB: (105,104,129)

Color info

#696881 contains red, green and blue colors in about the same proportion. Web safe color of #696881 is #666699 (or #669).

RGB color model

#696881 color RGB value is (105,104,129).

  • red value is 105;
  • green value is 104;
  • blue value is 129.
RGB:
(105,104,129)
(41%,41%,51%)

RGB channels and saturation

R 105 of 255 = 41%
G 104 of 255 = 41%
B 129 of 255 = 51%

105
104
129

R + G + B ~ 44%. #696881 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 104 + 129 = 338 (100%)
R 105 of 338 ~ 31.07%
G 104 of 338 ~ 30.77%
B 129 of 338 ~ 38.17%

%31.07
%30.77
%38.17

CMYK color model

#696881 color CMYK value is (19,19,0,49).

  • cyan value is 18.60%
  • magenta value is 19.38%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(19,19,0,49)
C19M19Y0K49 
(19%,19%,0%,49%)
(0.19/0.19/0.00/0.49)	

CMYK percentages

%18.6
%19.38
%0
%49.41

Codes

Color #696881 in popluar color models

696881
RGB105104129
HSL242°10.73%45.69%
HSB/HSV242°19.38%50.59%
CMYK18.60%19.38%0.00%
49.41%

Color #696881 in popluar number systems.

HEX696881
Decimal105104129
Binary1101001110100010000001
Octal151150201

Shades and tints

Shades of #696881

#696881
(105,104,129)
#605F76
(96,95,118)
#57566B
(87,86,107)
#4E4D60
(78,77,96)
#454455
(69,68,85)
#3C3B4A
(60,59,74)
#33323F
(51,50,63)
#2A2934
(42,41,52)
#212029
(33,32,41)
#18171E
(24,23,30)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #696881

#696881
(105,104,129)
#76758C
(118,117,140)
#838297
(131,130,151)
#908FA2
(144,143,162)
#9D9CAD
(157,156,173)
#AAA9B8
(170,169,184)
#B7B6C3
(183,182,195)
#C4C3CE
(196,195,206)
#D1D0D9
(209,208,217)
#DEDDE4
(222,221,228)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696881 color. Also use rgb(105,104,129) instead hex code.

Text Font Color

.myTextColor { color: #696881; }

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

This text font color is #696881.


Background Color

.myBgColor { background-color: #696881; }

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

This div background color is #696881.


Border color

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

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

This div border color is #696881.


Opacity

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

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

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

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

This text has shadow with #696881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696881 on black background.


Color preview on white background

This text has color #696881 on white background.



Black color preview on #696881 background

This text has black color on #696881 background.


White color preview on #696881 background

This text has white color on #696881 background.