COLOR #699980

HEX: #699980
RGB: (105,153,128)

Renk bilgisi

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

RGB renk modeli

#699980 color RGB value is (105,153,128).

  • kırmız ton 105;
  • yeşil ton 153;
  • mavi ton 128.
RGB:
(105,153,128)
(41%,60%,50%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 153 of 255 = 60%
B 128 of 255 = 50%

105
153
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 153 + 128 = 386 (100%)
R 105 of 386 ~ 27.2%
G 153 of 386 ~ 39.64%
B 128 of 386 ~ 33.16%

%27.2
%39.64
%33.16

CMYK RENK MODELİ

#699980 rengi CMYK tonu (31,0,16,40).

  • camgöbeği tonu 31.37%
  • eflatun tonu 0.00%
  • sarı tonu 16.34%
  • ana renk tonu 40.00%
CMYK:
(31,0,16,40)
C31M0Y16K40 
(31%,0%,16%,40%)
(0.31/0.00/0.16/0.40)	

CMYK yüzdeleri

%31.37
%0
%16.34
%40

Codes

Color #699980 in popluar color models

699980
RGB105153128
HSL149°19.05%50.59%
HSB/HSV149°31.37%60.00%
CMYK31.37%0.00%16.34%
40.00%

Color #699980 in popluar number systems.

HEX699980
Decimal105153128
Binary11010011001100110000000
Octal151231200

Shades and tints

Shades of #699980

#699980
(105,153,128)
#608C75
(96,140,117)
#577F6A
(87,127,106)
#4E725F
(78,114,95)
#456554
(69,101,84)
#3C5849
(60,88,73)
#334B3E
(51,75,62)
#2A3E33
(42,62,51)
#213128
(33,49,40)
#18241D
(24,36,29)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #699980

#699980
(105,153,128)
#76A28B
(118,162,139)
#83AB96
(131,171,150)
#90B4A1
(144,180,161)
#9DBDAC
(157,189,172)
#AAC6B7
(170,198,183)
#B7CFC2
(183,207,194)
#C4D8CD
(196,216,205)
#D1E1D8
(209,225,216)
#DEEAE3
(222,234,227)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699980; }

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

This text font color is #699980.


Background Color

.myBgColor { background-color: #699980; }

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

This div background color is #699980.


Border color

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

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

This div border color is #699980.


Opacity

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

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

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

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

This text has shadow with #699980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699980 on black background.


Color preview on white background

This text has color #699980 on white background.



Black color preview on #699980 background

This text has black color on #699980 background.


White color preview on #699980 background

This text has white color on #699980 background.