COLOR #B4C395

HEX: #B4C395
RGB: (180,195,149)

Renk bilgisi

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

RGB renk modeli

#B4C395 color RGB value is (180,195,149).

  • kırmız ton 180;
  • yeşil ton 195;
  • mavi ton 149.
RGB:
(180,195,149)
(71%,76%,58%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 195 of 255 = 76%
B 149 of 255 = 58%

180
195
149

R + G + B ~ 68%. #B4C395 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 195 + 149 = 524 (100%)
R 180 of 524 ~ 34.35%
G 195 of 524 ~ 37.21%
B 149 of 524 ~ 28.44%

%34.35
%37.21
%28.44

CMYK RENK MODELİ

#B4C395 rengi CMYK tonu (8,0,24,24).

  • camgöbeği tonu 7.69%
  • eflatun tonu 0.00%
  • sarı tonu 23.59%
  • ana renk tonu 23.53%
CMYK:
(8,0,24,24)
C8M0Y24K24 
(8%,0%,24%,24%)
(0.08/0.00/0.24/0.24)	

CMYK yüzdeleri

%7.69
%0
%23.59
%23.53

Codes

Color #B4C395 in popluar color models

B4C395
RGB180195149
HSL80°27.71%67.45%
HSB/HSV80°23.59%76.47%
CMYK7.69%0.00%23.59%
23.53%

Color #B4C395 in popluar number systems.

HEXB4C395
Decimal180195149
Binary101101001100001110010101
Octal264303225

Shades and tints

Shades of #B4C395

#B4C395
(180,195,149)
#A4B288
(164,178,136)
#94A17B
(148,161,123)
#84906E
(132,144,110)
#747F61
(116,127,97)
#646E54
(100,110,84)
#545D47
(84,93,71)
#444C3A
(68,76,58)
#343B2D
(52,59,45)
#242A20
(36,42,32)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #B4C395

#B4C395
(180,195,149)
#BAC89E
(186,200,158)
#C0CDA7
(192,205,167)
#C6D2B0
(198,210,176)
#CCD7B9
(204,215,185)
#D2DCC2
(210,220,194)
#D8E1CB
(216,225,203)
#DEE6D4
(222,230,212)
#E4EBDD
(228,235,221)
#EAF0E6
(234,240,230)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C395 color. Also use rgb(180,195,149) instead hex code.

Text Font Color

.myTextColor { color: #B4C395; }

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

This text font color is #B4C395.


Background Color

.myBgColor { background-color: #B4C395; }

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

This div background color is #B4C395.


Border color

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

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

This div border color is #B4C395.


Opacity

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

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

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

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

This text has shadow with #B4C395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C395 on black background.


Color preview on white background

This text has color #B4C395 on white background.



Black color preview on #B4C395 background

This text has black color on #B4C395 background.


White color preview on #B4C395 background

This text has white color on #B4C395 background.