COLOR #668788

HEX: #668788
RGB: (102,135,136)

Color info

#668788 contains red, green and blue colors in about the same proportion. Web safe color of #668788 is #669999 (or #699).

RGB color model

#668788 color RGB value is (102,135,136).

  • red value is 102;
  • green value is 135;
  • blue value is 136.
RGB:
(102,135,136)
(40%,53%,53%)

RGB channels and saturation

R 102 of 255 = 40%
G 135 of 255 = 53%
B 136 of 255 = 53%

102
135
136

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

Portions of RGB colors in percentages

R + G + B =
102 + 135 + 136 = 373 (100%)
R 102 of 373 ~ 27.35%
G 135 of 373 ~ 36.19%
B 136 of 373 ~ 36.46%

%27.35
%36.19
%36.46

CMYK color model

#668788 color CMYK value is (25,1,0,47).

  • cyan value is 25.00%
  • magenta value is 0.74%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(25,1,0,47)
C25M1Y0K47 
(25%,1%,0%,47%)
(0.25/0.01/0.00/0.47)	

CMYK percentages

%25
%0.74
%0
%46.67

Codes

Color #668788 in popluar color models

668788
RGB102135136
HSL182°14.29%46.67%
HSB/HSV182°25.00%53.33%
CMYK25.00%0.74%0.00%
46.67%

Color #668788 in popluar number systems.

HEX668788
Decimal102135136
Binary11001101000011110001000
Octal146207210

Shades and tints

Shades of #668788

#668788
(102,135,136)
#5D7B7C
(93,123,124)
#546F70
(84,111,112)
#4B6364
(75,99,100)
#425758
(66,87,88)
#394B4C
(57,75,76)
#303F40
(48,63,64)
#273334
(39,51,52)
#1E2728
(30,39,40)
#151B1C
(21,27,28)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #668788

#668788
(102,135,136)
#739192
(115,145,146)
#809B9C
(128,155,156)
#8DA5A6
(141,165,166)
#9AAFB0
(154,175,176)
#A7B9BA
(167,185,186)
#B4C3C4
(180,195,196)
#C1CDCE
(193,205,206)
#CED7D8
(206,215,216)
#DBE1E2
(219,225,226)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668788 color. Also use rgb(102,135,136) instead hex code.

Text Font Color

.myTextColor { color: #668788; }

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

This text font color is #668788.


Background Color

.myBgColor { background-color: #668788; }

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

This div background color is #668788.


Border color

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

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

This div border color is #668788.


Opacity

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

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

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

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

This text has shadow with #668788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668788 on black background.


Color preview on white background

This text has color #668788 on white background.



Black color preview on #668788 background

This text has black color on #668788 background.


White color preview on #668788 background

This text has white color on #668788 background.