COLOR #69827D

HEX: #69827D
RGB: (105,130,125)

Color info

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

RGB color model

#69827D color RGB value is (105,130,125).

  • red value is 105;
  • green value is 130;
  • blue value is 125.
RGB:
(105,130,125)
(41%,51%,49%)

RGB channels and saturation

R 105 of 255 = 41%
G 130 of 255 = 51%
B 125 of 255 = 49%

105
130
125

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

Portions of RGB colors in percentages

R + G + B =
105 + 130 + 125 = 360 (100%)
R 105 of 360 ~ 29.17%
G 130 of 360 ~ 36.11%
B 125 of 360 ~ 34.72%

%29.17
%36.11
%34.72

CMYK color model

#69827D color CMYK value is (19,0,4,49).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 49.02%
CMYK:
(19,0,4,49)
C19M0Y4K49 
(19%,0%,4%,49%)
(0.19/0.00/0.04/0.49)	

CMYK percentages

%19.23
%0
%3.85
%49.02

Codes

Color #69827D in popluar color models

69827D
RGB105130125
HSL168°10.64%46.08%
HSB/HSV168°19.23%50.98%
CMYK19.23%0.00%3.85%
49.02%

Color #69827D in popluar number systems.

HEX69827D
Decimal105130125
Binary1101001100000101111101
Octal151202175

Shades and tints

Shades of #69827D

#69827D
(105,130,125)
#607772
(96,119,114)
#576C67
(87,108,103)
#4E615C
(78,97,92)
#455651
(69,86,81)
#3C4B46
(60,75,70)
#33403B
(51,64,59)
#2A3530
(42,53,48)
#212A25
(33,42,37)
#181F1A
(24,31,26)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #69827D

#69827D
(105,130,125)
#768D88
(118,141,136)
#839893
(131,152,147)
#90A39E
(144,163,158)
#9DAEA9
(157,174,169)
#AAB9B4
(170,185,180)
#B7C4BF
(183,196,191)
#C4CFCA
(196,207,202)
#D1DAD5
(209,218,213)
#DEE5E0
(222,229,224)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69827D; }

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

This text font color is #69827D.


Background Color

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

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

This div background color is #69827D.


Border color

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

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

This div border color is #69827D.


Opacity

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

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

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

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

This text has shadow with #69827D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69827D on black background.


Color preview on white background

This text has color #69827D on white background.



Black color preview on #69827D background

This text has black color on #69827D background.


White color preview on #69827D background

This text has white color on #69827D background.