COLOR #B7CA80

HEX: #B7CA80 RGB: (183,202,128)

Color info

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

RGB color model

#B7CA80 color RGB value is (183,202,128).

RGB: (183,202,128) (72%, 79%, 50%)

RGB channels and saturation

R 183 of 255 = 72%
G 202 of 255 = 79%
B 128 of 255 = 50%

183
202
128

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

Portions of RGB colors in percentages

R + G + B = 183 + 202 + 128 = 513 (100%)
R 183 of 513 ~ 35.67%
G 202 of 513 ~ 39.38%
B 128 of 513 ~ 24.95'%

%35.67
%39.38
%24.95

CMYK color model

#B7CA80 color CMYK value is (9,0,37,21).

  • cyan value is 9.41%
  • magenta value is 0.00%
  • yellow value is 36.63%
  • key color value is 20.78%
CMYK: (9,0,37,21) C9M0Y37K21 (9%,0%,37%,21%) (0.09/0.00/0.37/0.21) 

CMYK percentages

%9.41
%0
%36.63
%20.78

Codes

Color #B7CA80 in popluar color models

B7 CA 80
RGB 183 202 128
HSL 75° 41.11% 64.71%
HSB/HSV 75° 36.63% 79.22%
CMYK 9.41% 0.00% 36.63%
20.78%

Color #B7CA80 in popluar number systems.

HEX B7 CA 80
Decimal 183 202 128
Binary 10110111 11001010 10000000
Octal 267 312 200

Shades and tints

Shades of #B7CA80

#B7CA80
(183,202,128)
#A7B875
(167,184,117)
#97A66A
(151,166,106)
#87945F
(135,148,95)
#778254
(119,130,84)
#677049
(103,112,73)
#575E3E
(87,94,62)
#474C33
(71,76,51)
#373A28
(55,58,40)
#27281D
(39,40,29)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #B7CA80

#B7CA80
(183,202,128)
#BDCE8B
(189,206,139)
#C3D296
(195,210,150)
#C9D6A1
(201,214,161)
#CFDAAC
(207,218,172)
#D5DEB7
(213,222,183)
#DBE2C2
(219,226,194)
#E1E6CD
(225,230,205)
#E7EAD8
(231,234,216)
#EDEEE3
(237,238,227)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CA80 color. Also use rgb(183,202,128) instead hex code.

Text Font Color

.myTextColor { color: #B7CA80; }

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

This text font color is #B7CA80.

Background Color

.myBgColor { background-color: #B7CA80; }

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

This div background color is #B7CA80.

Border color

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

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

This div border color is #B7CA80.

Opacity

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

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

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

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

This text has shadow with #B7CA80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7CA80.

Preview

Color preview on black background

This text has color #B7CA80 on black background.


Color preview on white background

This text has color #B7CA80 on white background.


Black color preview on #B7CA80 background

This text has black color on #B7CA80 background.


White color preview on #B7CA80 background

This text has white color on #B7CA80 background.


Related colors

Complementary color

Complementary color for #hex is #48357F.


I love getcolorcode.com

Triadic colors

1 #80B7CA and #CA80B7 with #B7CA80 are triadic colors.

2 #80CAB7 and #CAB780 with #B7CA80 are triadic colors.