COLOR #69827B

HEX: #69827B
RGB: (105,130,123)

Color info

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

RGB color model

#69827B color RGB value is (105,130,123).

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

RGB channels and saturation

R 105 of 255 = 41%
G 130 of 255 = 51%
B 123 of 255 = 48%

105
130
123

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

Portions of RGB colors in percentages

R + G + B =
105 + 130 + 123 = 358 (100%)
R 105 of 358 ~ 29.33%
G 130 of 358 ~ 36.31%
B 123 of 358 ~ 34.36%

%29.33
%36.31
%34.36

CMYK color model

#69827B color CMYK value is (19,0,5,49).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 5.38%
  • key color value is 49.02%
CMYK: (19,0,5,49) C19M0Y5K49 (19%,0%,5%,49%) (0.19/0.00/0.05/0.49)

CMYK percentages

%19.23
%0
%5.38
%49.02

Codes

Color #69827B in popluar color models

69827B
RGB105130123
HSL163°10.64%46.08%
HSB/HSV163°19.23%50.98%
CMYK19.23%0.00%5.38%
49.02%

Color #69827B in popluar number systems.

HEX69827B
Decimal105130123
Binary1101001100000101111011
Octal151202173

Shades and tints

Shades of #69827B

#69827B
(105,130,123)
#607770
(96,119,112)
#576C65
(87,108,101)
#4E615A
(78,97,90)
#45564F
(69,86,79)
#3C4B44
(60,75,68)
#334039
(51,64,57)
#2A352E
(42,53,46)
#212A23
(33,42,35)
#181F18
(24,31,24)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #69827B

#69827B
(105,130,123)
#768D87
(118,141,135)
#839893
(131,152,147)
#90A39F
(144,163,159)
#9DAEAB
(157,174,171)
#AAB9B7
(170,185,183)
#B7C4C3
(183,196,195)
#C4CFCF
(196,207,207)
#D1DADB
(209,218,219)
#DEE5E7
(222,229,231)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69827B; }

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

This text font color is #69827B.


Background Color

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

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

This div background color is #69827B.


Border color

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

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

This div border color is #69827B.


Opacity

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

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

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

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

This text has shadow with #69827B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #69827B on black background.


Color preview on white background

This text has color #69827B on white background.



Black color preview on #69827B background

This text has black color on #69827B background.


White color preview on #69827B background

This text has white color on #69827B background.