COLOR #B5C780

HEX: #B5C780 RGB: (181,199,128)

Color info

#B5C780 contains mainly red and green colors. Web safe color of #B5C780 is #CCCC66 (or #CC6).

RGB color model

#B5C780 color RGB value is (181,199,128).

RGB: (181,199,128) (71%, 78%, 50%)

RGB channels and saturation

R 181 of 255 = 71%
G 199 of 255 = 78%
B 128 of 255 = 50%

181
199
128

R + G + B ~ 66%. #B5C780 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 199 + 128 = 508 (100%)
R 181 of 508 ~ 35.63%
G 199 of 508 ~ 39.17%
B 128 of 508 ~ 25.2'%

%35.63
%39.17
%25.2

CMYK color model

#B5C780 color CMYK value is (9,0,36,22).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 35.68%
  • key color value is 21.96%

CMYK: (9,0,36,22)
C9M0Y36K22 (9%, 0%, 36%, 22%)
(0.09 / 0.00 / 0.36 / 0.22)

CMYK percentages

%9.05
%0
%35.68
%21.96

Codes

Color #B5C780 in popluar color models

B5 C7 80
RGB 181 199 128
HSL 75° 38.80% 64.12%
HSB/HSV 75° 35.68% 78.04%
CMYK 9.05% 0.00% 35.68%
21.96%

Color #B5C780 in popluar number systems.

HEX B5 C7 80
Decimal 181 199 128
Binary 10110101 11000111 10000000
Octal 265 307 200

Shades and tints

Shades of #B5C780

#B5C780
(181,199,128)
#A5B575
(165,181,117)
#95A36A
(149,163,106)
#85915F
(133,145,95)
#757F54
(117,127,84)
#656D49
(101,109,73)
#555B3E
(85,91,62)
#454933
(69,73,51)
#353728
(53,55,40)
#25251D
(37,37,29)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #B5C780

#B5C780
(181,199,128)
#BBCC8B
(187,204,139)
#C1D196
(193,209,150)
#C7D6A1
(199,214,161)
#CDDBAC
(205,219,172)
#D3E0B7
(211,224,183)
#D9E5C2
(217,229,194)
#DFEACD
(223,234,205)
#E5EFD8
(229,239,216)
#EBF4E3
(235,244,227)
#F1F9EE
(241,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C780 color. Also use rgb(181,199,128) instead hex code.

Text Font Color

.myTextColor { color: #B5C780; }

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

This text font color is #B5C780.

Background Color

.myBgColor { background-color: #B5C780; }

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

This div background color is #B5C780.

Border color

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

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

This div border color is #B5C780.

Opacity

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

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

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

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

This text has shadow with #B5C780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C780.

Preview

Color preview on black background

This text has color #B5C780 on black background.


Color preview on white background

This text has color #B5C780 on white background.


Black color preview on #B5C780 background

This text has black color on #B5C780 background.


White color preview on #B5C780 background

This text has white color on #B5C780 background.


Related colors

Complementary color

Complementary color for #hex is #4A387F.


I love getcolorcode.com

Triadic colors

1 #80B5C7 and #C780B5 with #B5C780 are triadic colors.

2 #80C7B5 and #C7B580 with #B5C780 are triadic colors.