COLOR #669999

HEX: #669999
RGB: (102,153,153)

Renk bilgisi

#669999 contains red, green and blue colors in about the same proportion. #669999 color is web safe color. It maybe written shortly as #699.

RGB renk modeli

#669999 color RGB value is (102,153,153).

  • kırmız ton 102;
  • yeşil ton 153;
  • mavi ton 153.
RGB:
(102,153,153)
(40%,60%,60%)

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 153 of 255 = 60%
B 153 of 255 = 60%

102
153
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 153 + 153 = 408 (100%)
R 102 of 408 ~ 25%
G 153 of 408 ~ 37.5%
B 153 of 408 ~ 37.5%

%25
%37.5
%37.5

CMYK RENK MODELİ

#669999 rengi CMYK tonu (33,0,0,40).

  • camgöbeği tonu 33.33%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(33,0,0,40)
C33M0Y0K40 
(33%,0%,0%,40%)
(0.33/0.00/0.00/0.40)	

CMYK yüzdeleri

%33.33
%0
%0
%40

Codes

Color #669999 in popluar color models

669999
RGB102153153
HSL180°20.00%50.00%
HSB/HSV180°33.33%60.00%
CMYK33.33%0.00%0.00%
40.00%

Color #669999 in popluar number systems.

HEX669999
Decimal102153153
Binary11001101001100110011001
Octal146231231

Shades and tints

Shades of #669999

#669999
(102,153,153)
#5D8C8C
(93,140,140)
#547F7F
(84,127,127)
#4B7272
(75,114,114)
#426565
(66,101,101)
#395858
(57,88,88)
#304B4B
(48,75,75)
#273E3E
(39,62,62)
#1E3131
(30,49,49)
#152424
(21,36,36)
#0C1717
(12,23,23)
#000000
(0,0,0)

Tints of #669999

#669999
(102,153,153)
#73A2A2
(115,162,162)
#80ABAB
(128,171,171)
#8DB4B4
(141,180,180)
#9ABDBD
(154,189,189)
#A7C6C6
(167,198,198)
#B4CFCF
(180,207,207)
#C1D8D8
(193,216,216)
#CEE1E1
(206,225,225)
#DBEAEA
(219,234,234)
#E8F3F3
(232,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669999; }

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

This text font color is #669999.


Background Color

.myBgColor { background-color: #669999; }

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

This div background color is #669999.


Border color

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

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

This div border color is #669999.


Opacity

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

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

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

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

This text has shadow with #669999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669999 on black background.


Color preview on white background

This text has color #669999 on white background.



Black color preview on #669999 background

This text has black color on #669999 background.


White color preview on #669999 background

This text has white color on #669999 background.