COLOR #83B199

HEX: #83B199
RGB: (131,177,153)

Renk bilgisi

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

RGB renk modeli

#83B199 color RGB value is (131,177,153).

  • kırmız ton 131;
  • yeşil ton 177;
  • mavi ton 153.
RGB:
(131,177,153)
(51%,69%,60%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 177 of 255 = 69%
B 153 of 255 = 60%

131
177
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 177 + 153 = 461 (100%)
R 131 of 461 ~ 28.42%
G 177 of 461 ~ 38.39%
B 153 of 461 ~ 33.19%

%28.42
%38.39
%33.19

CMYK RENK MODELİ

#83B199 rengi CMYK tonu (26,0,14,31).

  • camgöbeği tonu 25.99%
  • eflatun tonu 0.00%
  • sarı tonu 13.56%
  • ana renk tonu 30.59%
CMYK:
(26,0,14,31)
C26M0Y14K31 
(26%,0%,14%,31%)
(0.26/0.00/0.14/0.31)	

CMYK yüzdeleri

%25.99
%0
%13.56
%30.59

Codes

Color #83B199 in popluar color models

83B199
RGB131177153
HSL149°22.77%60.39%
HSB/HSV149°25.99%69.41%
CMYK25.99%0.00%13.56%
30.59%

Color #83B199 in popluar number systems.

HEX83B199
Decimal131177153
Binary100000111011000110011001
Octal203261231

Shades and tints

Shades of #83B199

#83B199
(131,177,153)
#78A18C
(120,161,140)
#6D917F
(109,145,127)
#628172
(98,129,114)
#577165
(87,113,101)
#4C6158
(76,97,88)
#41514B
(65,81,75)
#36413E
(54,65,62)
#2B3131
(43,49,49)
#202124
(32,33,36)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #83B199

#83B199
(131,177,153)
#8EB8A2
(142,184,162)
#99BFAB
(153,191,171)
#A4C6B4
(164,198,180)
#AFCDBD
(175,205,189)
#BAD4C6
(186,212,198)
#C5DBCF
(197,219,207)
#D0E2D8
(208,226,216)
#DBE9E1
(219,233,225)
#E6F0EA
(230,240,234)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B199 color. Also use rgb(131,177,153) instead hex code.

Text Font Color

.myTextColor { color: #83B199; }

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

This text font color is #83B199.


Background Color

.myBgColor { background-color: #83B199; }

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

This div background color is #83B199.


Border color

.myBorderColor { border: 1px solid #83B199; }

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

This div border color is #83B199.


Opacity

.myOpacity80 { color: #83B199; opacity: 0.8; }

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

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

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

This text has shadow with #83B199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B199 on black background.


Color preview on white background

This text has color #83B199 on white background.



Black color preview on #83B199 background

This text has black color on #83B199 background.


White color preview on #83B199 background

This text has white color on #83B199 background.