COLOR #667D85

HEX: #667D85
RGB: (102,125,133)

Color info

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

RGB color model

#667D85 color RGB value is (102,125,133).

  • red value is 102;
  • green value is 125;
  • blue value is 133.
RGB:
(102,125,133)
(40%,49%,52%)

RGB channels and saturation

R 102 of 255 = 40%
G 125 of 255 = 49%
B 133 of 255 = 52%

102
125
133

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

Portions of RGB colors in percentages

R + G + B =
102 + 125 + 133 = 360 (100%)
R 102 of 360 ~ 28.33%
G 125 of 360 ~ 34.72%
B 133 of 360 ~ 36.94%

%28.33
%34.72
%36.94

CMYK color model

#667D85 color CMYK value is (23,6,0,48).

  • cyan value is 23.31%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(23,6,0,48)
C23M6Y0K48 
(23%,6%,0%,48%)
(0.23/0.06/0.00/0.48)	

CMYK percentages

%23.31
%6.02
%0
%47.84

Codes

Color #667D85 in popluar color models

667D85
RGB102125133
HSL195°13.19%46.08%
HSB/HSV195°23.31%52.16%
CMYK23.31%6.02%0.00%
47.84%

Color #667D85 in popluar number systems.

HEX667D85
Decimal102125133
Binary1100110111110110000101
Octal146175205

Shades and tints

Shades of #667D85

#667D85
(102,125,133)
#5D7279
(93,114,121)
#54676D
(84,103,109)
#4B5C61
(75,92,97)
#425155
(66,81,85)
#394649
(57,70,73)
#303B3D
(48,59,61)
#273031
(39,48,49)
#1E2525
(30,37,37)
#151A19
(21,26,25)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #667D85

#667D85
(102,125,133)
#738890
(115,136,144)
#80939B
(128,147,155)
#8D9EA6
(141,158,166)
#9AA9B1
(154,169,177)
#A7B4BC
(167,180,188)
#B4BFC7
(180,191,199)
#C1CAD2
(193,202,210)
#CED5DD
(206,213,221)
#DBE0E8
(219,224,232)
#E8EBF3
(232,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667D85 color. Also use rgb(102,125,133) instead hex code.

Text Font Color

.myTextColor { color: #667D85; }

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

This text font color is #667D85.


Background Color

.myBgColor { background-color: #667D85; }

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

This div background color is #667D85.


Border color

.myBorderColor { border: 1px solid #667D85; }

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

This div border color is #667D85.


Opacity

.myOpacity80 { color: #667D85; opacity: 0.8; }

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

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

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

This text has shadow with #667D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667D85 on black background.


Color preview on white background

This text has color #667D85 on white background.



Black color preview on #667D85 background

This text has black color on #667D85 background.


White color preview on #667D85 background

This text has white color on #667D85 background.