COLOR #699599

HEX: #699599
RGB: (105,149,153)

Renk bilgisi

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

RGB renk modeli

#699599 color RGB value is (105,149,153).

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

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 149 of 255 = 58%
B 153 of 255 = 60%

105
149
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 149 + 153 = 407 (100%)
R 105 of 407 ~ 25.8%
G 149 of 407 ~ 36.61%
B 153 of 407 ~ 37.59%

%25.8
%36.61
%37.59

CMYK RENK MODELİ

#699599 rengi CMYK tonu (31,3,0,40).

  • camgöbeği tonu 31.37%
  • eflatun tonu 2.61%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(31,3,0,40)
C31M3Y0K40 
(31%,3%,0%,40%)
(0.31/0.03/0.00/0.40)	

CMYK yüzdeleri

%31.37
%2.61
%0
%40

Codes

Color #699599 in popluar color models

699599
RGB105149153
HSL185°19.05%50.59%
HSB/HSV185°31.37%60.00%
CMYK31.37%2.61%0.00%
40.00%

Color #699599 in popluar number systems.

HEX699599
Decimal105149153
Binary11010011001010110011001
Octal151225231

Shades and tints

Shades of #699599

#699599
(105,149,153)
#60888C
(96,136,140)
#577B7F
(87,123,127)
#4E6E72
(78,110,114)
#456165
(69,97,101)
#3C5458
(60,84,88)
#33474B
(51,71,75)
#2A3A3E
(42,58,62)
#212D31
(33,45,49)
#182024
(24,32,36)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #699599

#699599
(105,149,153)
#769EA2
(118,158,162)
#83A7AB
(131,167,171)
#90B0B4
(144,176,180)
#9DB9BD
(157,185,189)
#AAC2C6
(170,194,198)
#B7CBCF
(183,203,207)
#C4D4D8
(196,212,216)
#D1DDE1
(209,221,225)
#DEE6EA
(222,230,234)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699599; }

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

This text font color is #699599.


Background Color

.myBgColor { background-color: #699599; }

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

This div background color is #699599.


Border color

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

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

This div border color is #699599.


Opacity

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

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

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

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

This text has shadow with #699599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699599 on black background.


Color preview on white background

This text has color #699599 on white background.



Black color preview on #699599 background

This text has black color on #699599 background.


White color preview on #699599 background

This text has white color on #699599 background.