COLOR #B4C599

HEX: #B4C599
RGB: (180,197,153)

Renk bilgisi

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

RGB renk modeli

#B4C599 color RGB value is (180,197,153).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 197 of 255 = 77%
B 153 of 255 = 60%

180
197
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 197 + 153 = 530 (100%)
R 180 of 530 ~ 33.96%
G 197 of 530 ~ 37.17%
B 153 of 530 ~ 28.87%

%33.96
%37.17
%28.87

CMYK RENK MODELİ

#B4C599 rengi CMYK tonu (9,0,22,23).

  • camgöbeği tonu 8.63%
  • eflatun tonu 0.00%
  • sarı tonu 22.34%
  • ana renk tonu 22.75%
CMYK:
(9,0,22,23)
C9M0Y22K23 
(9%,0%,22%,23%)
(0.09/0.00/0.22/0.23)	

CMYK yüzdeleri

%8.63
%0
%22.34
%22.75

Codes

Color #B4C599 in popluar color models

B4C599
RGB180197153
HSL83°27.50%68.63%
HSB/HSV83°22.34%77.25%
CMYK8.63%0.00%22.34%
22.75%

Color #B4C599 in popluar number systems.

HEXB4C599
Decimal180197153
Binary101101001100010110011001
Octal264305231

Shades and tints

Shades of #B4C599

#B4C599
(180,197,153)
#A4B48C
(164,180,140)
#94A37F
(148,163,127)
#849272
(132,146,114)
#748165
(116,129,101)
#647058
(100,112,88)
#545F4B
(84,95,75)
#444E3E
(68,78,62)
#343D31
(52,61,49)
#242C24
(36,44,36)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #B4C599

#B4C599
(180,197,153)
#BACAA2
(186,202,162)
#C0CFAB
(192,207,171)
#C6D4B4
(198,212,180)
#CCD9BD
(204,217,189)
#D2DEC6
(210,222,198)
#D8E3CF
(216,227,207)
#DEE8D8
(222,232,216)
#E4EDE1
(228,237,225)
#EAF2EA
(234,242,234)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C599; }

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

This text font color is #B4C599.


Background Color

.myBgColor { background-color: #B4C599; }

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

This div background color is #B4C599.


Border color

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

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

This div border color is #B4C599.


Opacity

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

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

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

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

This text has shadow with #B4C599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C599 on black background.


Color preview on white background

This text has color #B4C599 on white background.



Black color preview on #B4C599 background

This text has black color on #B4C599 background.


White color preview on #B4C599 background

This text has white color on #B4C599 background.