COLOR #6B9C88

HEX: #6B9C88
RGB: (107,156,136)

Renk bilgisi

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

RGB renk modeli

#6B9C88 color RGB value is (107,156,136).

  • kırmız ton 107;
  • yeşil ton 156;
  • mavi ton 136.
RGB:
(107,156,136)
(42%,61%,53%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 156 of 255 = 61%
B 136 of 255 = 53%

107
156
136

R + G + B ~ 52%. #6B9C88 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 156 + 136 = 399 (100%)
R 107 of 399 ~ 26.82%
G 156 of 399 ~ 39.1%
B 136 of 399 ~ 34.09%

%26.82
%39.1
%34.09

CMYK RENK MODELİ

#6B9C88 rengi CMYK tonu (31,0,13,39).

  • camgöbeği tonu 31.41%
  • eflatun tonu 0.00%
  • sarı tonu 12.82%
  • ana renk tonu 38.82%
CMYK:
(31,0,13,39)
C31M0Y13K39 
(31%,0%,13%,39%)
(0.31/0.00/0.13/0.39)	

CMYK yüzdeleri

%31.41
%0
%12.82
%38.82

Codes

Color #6B9C88 in popluar color models

6B9C88
RGB107156136
HSL156°19.84%51.57%
HSB/HSV156°31.41%61.18%
CMYK31.41%0.00%12.82%
38.82%

Color #6B9C88 in popluar number systems.

HEX6B9C88
Decimal107156136
Binary11010111001110010001000
Octal153234210

Shades and tints

Shades of #6B9C88

#6B9C88
(107,156,136)
#628E7C
(98,142,124)
#598070
(89,128,112)
#507264
(80,114,100)
#476458
(71,100,88)
#3E564C
(62,86,76)
#354840
(53,72,64)
#2C3A34
(44,58,52)
#232C28
(35,44,40)
#1A1E1C
(26,30,28)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #6B9C88

#6B9C88
(107,156,136)
#78A592
(120,165,146)
#85AE9C
(133,174,156)
#92B7A6
(146,183,166)
#9FC0B0
(159,192,176)
#ACC9BA
(172,201,186)
#B9D2C4
(185,210,196)
#C6DBCE
(198,219,206)
#D3E4D8
(211,228,216)
#E0EDE2
(224,237,226)
#EDF6EC
(237,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9C88 color. Also use rgb(107,156,136) instead hex code.

Text Font Color

.myTextColor { color: #6B9C88; }

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

This text font color is #6B9C88.


Background Color

.myBgColor { background-color: #6B9C88; }

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

This div background color is #6B9C88.


Border color

.myBorderColor { border: 1px solid #6B9C88; }

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

This div border color is #6B9C88.


Opacity

.myOpacity80 { color: #6B9C88; opacity: 0.8; }

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

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

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

This text has shadow with #6B9C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9C88 on black background.


Color preview on white background

This text has color #6B9C88 on white background.



Black color preview on #6B9C88 background

This text has black color on #6B9C88 background.


White color preview on #6B9C88 background

This text has white color on #6B9C88 background.