COLOR #696184

HEX: #696184
RGB: (105,97,132)

Color info

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

RGB color model

#696184 color RGB value is (105,97,132).

  • red value is 105;
  • green value is 97;
  • blue value is 132.
RGB:
(105,97,132)
(41%,38%,52%)

RGB channels and saturation

R 105 of 255 = 41%
G 97 of 255 = 38%
B 132 of 255 = 52%

105
97
132

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

Portions of RGB colors in percentages

R + G + B =
105 + 97 + 132 = 334 (100%)
R 105 of 334 ~ 31.44%
G 97 of 334 ~ 29.04%
B 132 of 334 ~ 39.52%

%31.44
%29.04
%39.52

CMYK color model

#696184 color CMYK value is (20,27,0,48).

  • cyan value is 20.45%
  • magenta value is 26.52%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(20,27,0,48)
C20M27Y0K48 
(20%,27%,0%,48%)
(0.20/0.27/0.00/0.48)	

CMYK percentages

%20.45
%26.52
%0
%48.24

Codes

Color #696184 in popluar color models

696184
RGB10597132
HSL254°15.28%44.90%
HSB/HSV254°26.52%51.76%
CMYK20.45%26.52%0.00%
48.24%

Color #696184 in popluar number systems.

HEX696184
Decimal10597132
Binary1101001110000110000100
Octal151141204

Shades and tints

Shades of #696184

#696184
(105,97,132)
#605978
(96,89,120)
#57516C
(87,81,108)
#4E4960
(78,73,96)
#454154
(69,65,84)
#3C3948
(60,57,72)
#33313C
(51,49,60)
#2A2930
(42,41,48)
#212124
(33,33,36)
#181918
(24,25,24)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #696184

#696184
(105,97,132)
#766F8F
(118,111,143)
#837D9A
(131,125,154)
#908BA5
(144,139,165)
#9D99B0
(157,153,176)
#AAA7BB
(170,167,187)
#B7B5C6
(183,181,198)
#C4C3D1
(196,195,209)
#D1D1DC
(209,209,220)
#DEDFE7
(222,223,231)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696184 color. Also use rgb(105,97,132) instead hex code.

Text Font Color

.myTextColor { color: #696184; }

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

This text font color is #696184.


Background Color

.myBgColor { background-color: #696184; }

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

This div background color is #696184.


Border color

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

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

This div border color is #696184.


Opacity

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

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

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

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

This text has shadow with #696184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696184 on black background.


Color preview on white background

This text has color #696184 on white background.



Black color preview on #696184 background

This text has black color on #696184 background.


White color preview on #696184 background

This text has white color on #696184 background.