COLOR #B4CC7D

HEX: #B4CC7D
RGB: (180,204,125)

Renk bilgisi

#B4CC7D contains mainly red and green colors. #B4CC7D ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#B4CC7D color RGB value is (180,204,125).

  • kırmız ton 180;
  • yeşil ton 204;
  • mavi ton 125.
RGB:
(180,204,125)
(71%,80%,49%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 204 of 255 = 80%
B 125 of 255 = 49%

180
204
125

R + G + B ~ 67%. #B4CC7D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 204 + 125 = 509 (100%)
R 180 of 509 ~ 35.36%
G 204 of 509 ~ 40.08%
B 125 of 509 ~ 24.56%

%35.36
%40.08
%24.56

CMYK RENK MODELİ

#B4CC7D rengi CMYK tonu (12,0,39,20).

  • camgöbeği tonu 11.76%
  • eflatun tonu 0.00%
  • sarı tonu 38.73%
  • ana renk tonu 20.00%
CMYK:
(12,0,39,20)
C12M0Y39K20 
(12%,0%,39%,20%)
(0.12/0.00/0.39/0.20)	

CMYK yüzdeleri

%11.76
%0
%38.73
%20

Codes

Color #B4CC7D in popluar color models

B4CC7D
RGB180204125
HSL78°43.65%64.51%
HSB/HSV78°38.73%80.00%
CMYK11.76%0.00%38.73%
20.00%

Color #B4CC7D in popluar number systems.

HEXB4CC7D
Decimal180204125
Binary10110100110011001111101
Octal264314175

Shades and tints

Shades of #B4CC7D

#B4CC7D
(180,204,125)
#A4BA72
(164,186,114)
#94A867
(148,168,103)
#84965C
(132,150,92)
#748451
(116,132,81)
#647246
(100,114,70)
#54603B
(84,96,59)
#444E30
(68,78,48)
#343C25
(52,60,37)
#242A1A
(36,42,26)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #B4CC7D

#B4CC7D
(180,204,125)
#BAD088
(186,208,136)
#C0D493
(192,212,147)
#C6D89E
(198,216,158)
#CCDCA9
(204,220,169)
#D2E0B4
(210,224,180)
#D8E4BF
(216,228,191)
#DEE8CA
(222,232,202)
#E4ECD5
(228,236,213)
#EAF0E0
(234,240,224)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CC7D color. Also use rgb(180,204,125) instead hex code.

Text Font Color

.myTextColor { color: #B4CC7D; }

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

This text font color is #B4CC7D.


Background Color

.myBgColor { background-color: #B4CC7D; }

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

This div background color is #B4CC7D.


Border color

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

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

This div border color is #B4CC7D.


Opacity

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

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

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

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

This text has shadow with #B4CC7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CC7D on black background.


Color preview on white background

This text has color #B4CC7D on white background.



Black color preview on #B4CC7D background

This text has black color on #B4CC7D background.


White color preview on #B4CC7D background

This text has white color on #B4CC7D background.