COLOR #695866

HEX: #695866
RGB: (105,88,102)

Color info

#695866 contains red, green and blue colors in about the same proportion. Web safe color of #695866 is #666666 (or #666).

RGB color model

#695866 color RGB value is (105,88,102).

  • red value is 105;
  • green value is 88;
  • blue value is 102.
RGB:
(105,88,102)
(41%,35%,40%)

RGB channels and saturation

R 105 of 255 = 41%
G 88 of 255 = 35%
B 102 of 255 = 40%

105
88
102

R + G + B ~ 39%. #695866 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 88 + 102 = 295 (100%)
R 105 of 295 ~ 35.59%
G 88 of 295 ~ 29.83%
B 102 of 295 ~ 34.58%

%35.59
%29.83
%34.58

CMYK color model

#695866 color CMYK value is (0,16,3,59).

  • cyan value is 0.00%
  • magenta value is 16.19%
  • yellow value is 2.86%
  • key color value is 58.82%
CMYK:
(0,16,3,59)
C0M16Y3K59 
(0%,16%,3%,59%)
(0.00/0.16/0.03/0.59)	

CMYK percentages

%0
%16.19
%2.86
%58.82

Codes

Color #695866 in popluar color models

695866
RGB10588102
HSL311°8.81%37.84%
HSB/HSV311°16.19%41.18%
CMYK0.00%16.19%2.86%
58.82%

Color #695866 in popluar number systems.

HEX695866
Decimal10588102
Binary110100110110001100110
Octal151130146

Shades and tints

Shades of #695866

#695866
(105,88,102)
#60505D
(96,80,93)
#574854
(87,72,84)
#4E404B
(78,64,75)
#453842
(69,56,66)
#3C3039
(60,48,57)
#332830
(51,40,48)
#2A2027
(42,32,39)
#21181E
(33,24,30)
#181015
(24,16,21)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #695866

#695866
(105,88,102)
#766773
(118,103,115)
#837680
(131,118,128)
#90858D
(144,133,141)
#9D949A
(157,148,154)
#AAA3A7
(170,163,167)
#B7B2B4
(183,178,180)
#C4C1C1
(196,193,193)
#D1D0CE
(209,208,206)
#DEDFDB
(222,223,219)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695866 color. Also use rgb(105,88,102) instead hex code.

Text Font Color

.myTextColor { color: #695866; }

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

This text font color is #695866.


Background Color

.myBgColor { background-color: #695866; }

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

This div background color is #695866.


Border color

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

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

This div border color is #695866.


Opacity

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

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

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

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

This text has shadow with #695866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695866 on black background.


Color preview on white background

This text has color #695866 on white background.



Black color preview on #695866 background

This text has black color on #695866 background.


White color preview on #695866 background

This text has white color on #695866 background.