COLOR #6B9B95

HEX: #6B9B95
RGB: (107,155,149)

Renk bilgisi

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

RGB renk modeli

#6B9B95 color RGB value is (107,155,149).

  • kırmız ton 107;
  • yeşil ton 155;
  • mavi ton 149.
RGB:
(107,155,149)
(42%,61%,58%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 155 of 255 = 61%
B 149 of 255 = 58%

107
155
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 155 + 149 = 411 (100%)
R 107 of 411 ~ 26.03%
G 155 of 411 ~ 37.71%
B 149 of 411 ~ 36.25%

%26.03
%37.71
%36.25

CMYK RENK MODELİ

#6B9B95 rengi CMYK tonu (31,0,4,39).

  • camgöbeği tonu 30.97%
  • eflatun tonu 0.00%
  • sarı tonu 3.87%
  • ana renk tonu 39.22%
CMYK:
(31,0,4,39)
C31M0Y4K39 
(31%,0%,4%,39%)
(0.31/0.00/0.04/0.39)	

CMYK yüzdeleri

%30.97
%0
%3.87
%39.22

Codes

Color #6B9B95 in popluar color models

6B9B95
RGB107155149
HSL173°19.35%51.37%
HSB/HSV173°30.97%60.78%
CMYK30.97%0.00%3.87%
39.22%

Color #6B9B95 in popluar number systems.

HEX6B9B95
Decimal107155149
Binary11010111001101110010101
Octal153233225

Shades and tints

Shades of #6B9B95

#6B9B95
(107,155,149)
#628D88
(98,141,136)
#597F7B
(89,127,123)
#50716E
(80,113,110)
#476361
(71,99,97)
#3E5554
(62,85,84)
#354747
(53,71,71)
#2C393A
(44,57,58)
#232B2D
(35,43,45)
#1A1D20
(26,29,32)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #6B9B95

#6B9B95
(107,155,149)
#78A49E
(120,164,158)
#85ADA7
(133,173,167)
#92B6B0
(146,182,176)
#9FBFB9
(159,191,185)
#ACC8C2
(172,200,194)
#B9D1CB
(185,209,203)
#C6DAD4
(198,218,212)
#D3E3DD
(211,227,221)
#E0ECE6
(224,236,230)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9B95 color. Also use rgb(107,155,149) instead hex code.

Text Font Color

.myTextColor { color: #6B9B95; }

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

This text font color is #6B9B95.


Background Color

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

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

This div background color is #6B9B95.


Border color

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

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

This div border color is #6B9B95.


Opacity

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

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

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

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

This text has shadow with #6B9B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9B95 on black background.


Color preview on white background

This text has color #6B9B95 on white background.



Black color preview on #6B9B95 background

This text has black color on #6B9B95 background.


White color preview on #6B9B95 background

This text has white color on #6B9B95 background.