COLOR #B08988

HEX: #B08988
RGB: (176,137,136)

Renk bilgisi

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

RGB renk modeli

#B08988 color RGB value is (176,137,136).

  • kırmız ton 176;
  • yeşil ton 137;
  • mavi ton 136.
RGB:
(176,137,136)
(69%,54%,53%)

RGB bağlantıları ve doygunluk

R 176 of 255 = 69%
G 137 of 255 = 54%
B 136 of 255 = 53%

176
137
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
176 + 137 + 136 = 449 (100%)
R 176 of 449 ~ 39.2%
G 137 of 449 ~ 30.51%
B 136 of 449 ~ 30.29%

%39.2
%30.51
%30.29

CMYK RENK MODELİ

#B08988 rengi CMYK tonu (0,22,23,31).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.16%
  • sarı tonu 22.73%
  • ana renk tonu 30.98%
CMYK:
(0,22,23,31)
C0M22Y23K31 
(0%,22%,23%,31%)
(0.00/0.22/0.23/0.31)	

CMYK yüzdeleri

%0
%22.16
%22.73
%30.98

Codes

Color #B08988 in popluar color models

B08988
RGB176137136
HSL20.20%61.18%
HSB/HSV22.73%69.02%
CMYK0.00%22.16%22.73%
30.98%

Color #B08988 in popluar number systems.

HEXB08988
Decimal176137136
Binary101100001000100110001000
Octal260211210

Shades and tints

Shades of #B08988

#B08988
(176,137,136)
#A07D7C
(160,125,124)
#907170
(144,113,112)
#806564
(128,101,100)
#705958
(112,89,88)
#604D4C
(96,77,76)
#504140
(80,65,64)
#403534
(64,53,52)
#302928
(48,41,40)
#201D1C
(32,29,28)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #B08988

#B08988
(176,137,136)
#B79392
(183,147,146)
#BE9D9C
(190,157,156)
#C5A7A6
(197,167,166)
#CCB1B0
(204,177,176)
#D3BBBA
(211,187,186)
#DAC5C4
(218,197,196)
#E1CFCE
(225,207,206)
#E8D9D8
(232,217,216)
#EFE3E2
(239,227,226)
#F6EDEC
(246,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08988 color. Also use rgb(176,137,136) instead hex code.

Text Font Color

.myTextColor { color: #B08988; }

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

This text font color is #B08988.


Background Color

.myBgColor { background-color: #B08988; }

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

This div background color is #B08988.


Border color

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

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

This div border color is #B08988.


Opacity

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

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

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

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

This text has shadow with #B08988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08988 on black background.


Color preview on white background

This text has color #B08988 on white background.



Black color preview on #B08988 background

This text has black color on #B08988 background.


White color preview on #B08988 background

This text has white color on #B08988 background.