COLOR #B5998D

HEX: #B5998D
RGB: (181,153,141)

Renk bilgisi

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

RGB renk modeli

#B5998D color RGB value is (181,153,141).

  • kırmız ton 181;
  • yeşil ton 153;
  • mavi ton 141.
RGB:
(181,153,141)
(71%,60%,55%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 153 of 255 = 60%
B 141 of 255 = 55%

181
153
141

R + G + B ~ 62%. #B5998D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 153 + 141 = 475 (100%)
R 181 of 475 ~ 38.11%
G 153 of 475 ~ 32.21%
B 141 of 475 ~ 29.68%

%38.11
%32.21
%29.68

CMYK RENK MODELİ

#B5998D rengi CMYK tonu (0,15,22,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.47%
  • sarı tonu 22.10%
  • ana renk tonu 29.02%
CMYK:
(0,15,22,29)
C0M15Y22K29 
(0%,15%,22%,29%)
(0.00/0.15/0.22/0.29)	

CMYK yüzdeleri

%0
%15.47
%22.1
%29.02

Codes

Color #B5998D in popluar color models

B5998D
RGB181153141
HSL18°21.28%63.14%
HSB/HSV18°22.10%70.98%
CMYK0.00%15.47%22.10%
29.02%

Color #B5998D in popluar number systems.

HEXB5998D
Decimal181153141
Binary101101011001100110001101
Octal265231215

Shades and tints

Shades of #B5998D

#B5998D
(181,153,141)
#A58C81
(165,140,129)
#957F75
(149,127,117)
#857269
(133,114,105)
#75655D
(117,101,93)
#655851
(101,88,81)
#554B45
(85,75,69)
#453E39
(69,62,57)
#35312D
(53,49,45)
#252421
(37,36,33)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #B5998D

#B5998D
(181,153,141)
#BBA297
(187,162,151)
#C1ABA1
(193,171,161)
#C7B4AB
(199,180,171)
#CDBDB5
(205,189,181)
#D3C6BF
(211,198,191)
#D9CFC9
(217,207,201)
#DFD8D3
(223,216,211)
#E5E1DD
(229,225,221)
#EBEAE7
(235,234,231)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5998D color. Also use rgb(181,153,141) instead hex code.

Text Font Color

.myTextColor { color: #B5998D; }

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

This text font color is #B5998D.


Background Color

.myBgColor { background-color: #B5998D; }

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

This div background color is #B5998D.


Border color

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

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

This div border color is #B5998D.


Opacity

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

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

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

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

This text has shadow with #B5998D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5998D on black background.


Color preview on white background

This text has color #B5998D on white background.



Black color preview on #B5998D background

This text has black color on #B5998D background.


White color preview on #B5998D background

This text has white color on #B5998D background.