COLOR #B4C199

HEX: #B4C199
RGB: (180,193,153)

Renk bilgisi

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

RGB renk modeli

#B4C199 color RGB value is (180,193,153).

  • kırmız ton 180;
  • yeşil ton 193;
  • mavi ton 153.
RGB:
(180,193,153)
(71%,76%,60%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 193 of 255 = 76%
B 153 of 255 = 60%

180
193
153

R + G + B ~ 69%. #B4C199 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 193 + 153 = 526 (100%)
R 180 of 526 ~ 34.22%
G 193 of 526 ~ 36.69%
B 153 of 526 ~ 29.09%

%34.22
%36.69
%29.09

CMYK RENK MODELİ

#B4C199 rengi CMYK tonu (7,0,21,24).

  • camgöbeği tonu 6.74%
  • eflatun tonu 0.00%
  • sarı tonu 20.73%
  • ana renk tonu 24.31%
CMYK:
(7,0,21,24)
C7M0Y21K24 
(7%,0%,21%,24%)
(0.07/0.00/0.21/0.24)	

CMYK yüzdeleri

%6.74
%0
%20.73
%24.31

Codes

Color #B4C199 in popluar color models

B4C199
RGB180193153
HSL80°24.39%67.84%
HSB/HSV80°20.73%75.69%
CMYK6.74%0.00%20.73%
24.31%

Color #B4C199 in popluar number systems.

HEXB4C199
Decimal180193153
Binary101101001100000110011001
Octal264301231

Shades and tints

Shades of #B4C199

#B4C199
(180,193,153)
#A4B08C
(164,176,140)
#949F7F
(148,159,127)
#848E72
(132,142,114)
#747D65
(116,125,101)
#646C58
(100,108,88)
#545B4B
(84,91,75)
#444A3E
(68,74,62)
#343931
(52,57,49)
#242824
(36,40,36)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #B4C199

#B4C199
(180,193,153)
#BAC6A2
(186,198,162)
#C0CBAB
(192,203,171)
#C6D0B4
(198,208,180)
#CCD5BD
(204,213,189)
#D2DAC6
(210,218,198)
#D8DFCF
(216,223,207)
#DEE4D8
(222,228,216)
#E4E9E1
(228,233,225)
#EAEEEA
(234,238,234)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C199 color. Also use rgb(180,193,153) instead hex code.

Text Font Color

.myTextColor { color: #B4C199; }

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

This text font color is #B4C199.


Background Color

.myBgColor { background-color: #B4C199; }

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

This div background color is #B4C199.


Border color

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

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

This div border color is #B4C199.


Opacity

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

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

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

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

This text has shadow with #B4C199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C199 on black background.


Color preview on white background

This text has color #B4C199 on white background.



Black color preview on #B4C199 background

This text has black color on #B4C199 background.


White color preview on #B4C199 background

This text has white color on #B4C199 background.