COLOR #999699

HEX: #999699
RGB: (153,150,153)

Renk bilgisi

#999699 contains red, green and blue colors in about the same proportion. #999699 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#999699 color RGB value is (153,150,153).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 150 of 255 = 59%
B 153 of 255 = 60%

153
150
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 150 + 153 = 456 (100%)
R 153 of 456 ~ 33.55%
G 150 of 456 ~ 32.89%
B 153 of 456 ~ 33.55%

%33.55
%32.89
%33.55

CMYK RENK MODELİ

#999699 rengi CMYK tonu (0,2,0,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.96%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(0,2,0,40)
C0M2Y0K40 
(0%,2%,0%,40%)
(0.00/0.02/0.00/0.40)	

CMYK yüzdeleri

%0
%1.96
%0
%40

Codes

Color #999699 in popluar color models

999699
RGB153150153
HSL300°1.45%59.41%
HSB/HSV300°1.96%60.00%
CMYK0.00%1.96%0.00%
40.00%

Color #999699 in popluar number systems.

HEX999699
Decimal153150153
Binary100110011001011010011001
Octal231226231

Shades and tints

Shades of #999699

#999699
(153,150,153)
#8C898C
(140,137,140)
#7F7C7F
(127,124,127)
#726F72
(114,111,114)
#656265
(101,98,101)
#585558
(88,85,88)
#4B484B
(75,72,75)
#3E3B3E
(62,59,62)
#312E31
(49,46,49)
#242124
(36,33,36)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #999699

#999699
(153,150,153)
#A29FA2
(162,159,162)
#ABA8AB
(171,168,171)
#B4B1B4
(180,177,180)
#BDBABD
(189,186,189)
#C6C3C6
(198,195,198)
#CFCCCF
(207,204,207)
#D8D5D8
(216,213,216)
#E1DEE1
(225,222,225)
#EAE7EA
(234,231,234)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999699; }

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

This text font color is #999699.


Background Color

.myBgColor { background-color: #999699; }

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

This div background color is #999699.


Border color

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

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

This div border color is #999699.


Opacity

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

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

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

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

This text has shadow with #999699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999699 on black background.


Color preview on white background

This text has color #999699 on white background.



Black color preview on #999699 background

This text has black color on #999699 background.


White color preview on #999699 background

This text has white color on #999699 background.