COLOR #B4D692

HEX: #B4D692
RGB: (180,214,146)

Renk bilgisi

#B4D692 contains mainly red and green colors. #B4D692 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#B4D692 color RGB value is (180,214,146).

  • kırmız ton 180;
  • yeşil ton 214;
  • mavi ton 146.
RGB:
(180,214,146)
(71%,84%,57%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 214 of 255 = 84%
B 146 of 255 = 57%

180
214
146

R + G + B ~ 71%. #B4D692 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 214 + 146 = 540 (100%)
R 180 of 540 ~ 33.33%
G 214 of 540 ~ 39.63%
B 146 of 540 ~ 27.04%

%33.33
%39.63
%27.04

CMYK RENK MODELİ

#B4D692 rengi CMYK tonu (16,0,32,16).

  • camgöbeği tonu 15.89%
  • eflatun tonu 0.00%
  • sarı tonu 31.78%
  • ana renk tonu 16.08%
CMYK:
(16,0,32,16)
C16M0Y32K16 
(16%,0%,32%,16%)
(0.16/0.00/0.32/0.16)	

CMYK yüzdeleri

%15.89
%0
%31.78
%16.08

Codes

Color #B4D692 in popluar color models

B4D692
RGB180214146
HSL90°45.33%70.59%
HSB/HSV90°31.78%83.92%
CMYK15.89%0.00%31.78%
16.08%

Color #B4D692 in popluar number systems.

HEXB4D692
Decimal180214146
Binary101101001101011010010010
Octal264326222

Shades and tints

Shades of #B4D692

#B4D692
(180,214,146)
#A4C385
(164,195,133)
#94B078
(148,176,120)
#849D6B
(132,157,107)
#748A5E
(116,138,94)
#647751
(100,119,81)
#546444
(84,100,68)
#445137
(68,81,55)
#343E2A
(52,62,42)
#242B1D
(36,43,29)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #B4D692

#B4D692
(180,214,146)
#BAD99B
(186,217,155)
#C0DCA4
(192,220,164)
#C6DFAD
(198,223,173)
#CCE2B6
(204,226,182)
#D2E5BF
(210,229,191)
#D8E8C8
(216,232,200)
#DEEBD1
(222,235,209)
#E4EEDA
(228,238,218)
#EAF1E3
(234,241,227)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D692 color. Also use rgb(180,214,146) instead hex code.

Text Font Color

.myTextColor { color: #B4D692; }

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

This text font color is #B4D692.


Background Color

.myBgColor { background-color: #B4D692; }

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

This div background color is #B4D692.


Border color

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

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

This div border color is #B4D692.


Opacity

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

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

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

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

This text has shadow with #B4D692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D692 on black background.


Color preview on white background

This text has color #B4D692 on white background.



Black color preview on #B4D692 background

This text has black color on #B4D692 background.


White color preview on #B4D692 background

This text has white color on #B4D692 background.