COLOR #69867D

HEX: #69867D RGB: (105,134,125)

Color info

#69867D contains red, green and blue colors in about the same proportion. Web safe color of #69867D is #669966 (or #696).

RGB color model

#69867D color RGB value is (105,134,125).

RGB: (105,134,125) (41%, 53%, 49%)

RGB channels and saturation

R 105 of 255 = 41%
G 134 of 255 = 53%
B 125 of 255 = 49%

105
134
125

R + G + B ~ 48%. #69867D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 134 + 125 = 364 (100%)
R 105 of 364 ~ 28.85%
G 134 of 364 ~ 36.81%
B 125 of 364 ~ 34.34'%

%28.85
%36.81
%34.34

CMYK color model

#69867D color CMYK value is (22,0,7,47).

  • cyan value is 21.64%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 47.45%
CMYK: (22,0,7,47) C22M0Y7K47 (22%,0%,7%,47%) (0.22/0.00/0.07/0.47) 

CMYK percentages

%21.64
%0
%6.72
%47.45

Codes

Color #69867D in popluar color models

69 86 7D
RGB 105 134 125
HSL 161° 12.13% 46.86%
HSB/HSV 161° 21.64% 52.55%
CMYK 21.64% 0.00% 6.72%
47.45%

Color #69867D in popluar number systems.

HEX 69 86 7D
Decimal 105 134 125
Binary 1101001 10000110 1111101
Octal 151 206 175

Shades and tints

Shades of #69867D

#69867D
(105,134,125)
#607A72
(96,122,114)
#576E67
(87,110,103)
#4E625C
(78,98,92)
#455651
(69,86,81)
#3C4A46
(60,74,70)
#333E3B
(51,62,59)
#2A3230
(42,50,48)
#212625
(33,38,37)
#181A1A
(24,26,26)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #69867D

#69867D
(105,134,125)
#769188
(118,145,136)
#839C93
(131,156,147)
#90A79E
(144,167,158)
#9DB2A9
(157,178,169)
#AABDB4
(170,189,180)
#B7C8BF
(183,200,191)
#C4D3CA
(196,211,202)
#D1DED5
(209,222,213)
#DEE9E0
(222,233,224)
#EBF4EB
(235,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69867D color. Also use rgb(105,134,125) instead hex code.

Text Font Color

.myTextColor { color: #69867D; }

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

This text font color is #69867D.

Background Color

.myBgColor { background-color: #69867D; }

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

This div background color is #69867D.

Border color

.myBorderColor { border: 1px solid #69867D; }

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

This div border color is #69867D.

Opacity

.myOpacity80 { color: #69867D; opacity: 0.8; }

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

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

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

This text has shadow with #69867D color.


.textShadow {text-shadow: 3px 3px 1px #69867D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #69867D; -webkit-box-shadow: 1px 1px 3px 2px #69867D; box-shadow:1px 1px 3px 2px #69867D;">
Div content here
</div>

This div box has shadow with color #69867D.

Preview

Color preview on black background

This text has color #69867D on black background.


Color preview on white background

This text has color #69867D on white background.


Black color preview on #69867D background

This text has black color on #69867D background.


White color preview on #69867D background

This text has white color on #69867D background.


Related colors

Complementary color

Complementary color for #hex is #967982.


I love getcolorcode.com

Triadic colors

1 #7D6986 and #867D69 with #69867D are triadic colors.

2 #7D8669 and #86697D with #69867D are triadic colors.