COLOR #B7D070

HEX: #B7D070 RGB: (183,208,112)

Color info

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

RGB color model

#B7D070 color RGB value is (183,208,112).

RGB: (183,208,112) (72%, 82%, 44%)

RGB channels and saturation

R 183 of 255 = 72%
G 208 of 255 = 82%
B 112 of 255 = 44%

183
208
112

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

Portions of RGB colors in percentages

R + G + B = 183 + 208 + 112 = 503 (100%)
R 183 of 503 ~ 36.38%
G 208 of 503 ~ 41.35%
B 112 of 503 ~ 22.27'%

%36.38
%41.35
%22.27

CMYK color model

#B7D070 color CMYK value is (12,0,46,18).

  • cyan value is 12.02%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 18.43%
CMYK: (12,0,46,18) C12M0Y46K18 (12%,0%,46%,18%) (0.12/0.00/0.46/0.18) 

CMYK percentages

%12.02
%0
%46.15
%18.43

Codes

Color #B7D070 in popluar color models

B7 D0 70
RGB 183 208 112
HSL 76° 50.53% 62.75%
HSB/HSV 76° 46.15% 81.57%
CMYK 12.02% 0.00% 46.15%
18.43%

Color #B7D070 in popluar number systems.

HEX B7 D0 70
Decimal 183 208 112
Binary 10110111 11010000 1110000
Octal 267 320 160

Shades and tints

Shades of #B7D070

#B7D070
(183,208,112)
#A7BE66
(167,190,102)
#97AC5C
(151,172,92)
#879A52
(135,154,82)
#778848
(119,136,72)
#67763E
(103,118,62)
#576434
(87,100,52)
#47522A
(71,82,42)
#374020
(55,64,32)
#272E16
(39,46,22)
#171C0C
(23,28,12)
#000000
(0,0,0)

Tints of #B7D070

#B7D070
(183,208,112)
#BDD47D
(189,212,125)
#C3D88A
(195,216,138)
#C9DC97
(201,220,151)
#CFE0A4
(207,224,164)
#D5E4B1
(213,228,177)
#DBE8BE
(219,232,190)
#E1ECCB
(225,236,203)
#E7F0D8
(231,240,216)
#EDF4E5
(237,244,229)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D070 color. Also use rgb(183,208,112) instead hex code.

Text Font Color

.myTextColor { color: #B7D070; }

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

This text font color is #B7D070.

Background Color

.myBgColor { background-color: #B7D070; }

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

This div background color is #B7D070.

Border color

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

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

This div border color is #B7D070.

Opacity

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

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

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

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

This text has shadow with #B7D070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7D070.

Preview

Color preview on black background

This text has color #B7D070 on black background.


Color preview on white background

This text has color #B7D070 on white background.


Black color preview on #B7D070 background

This text has black color on #B7D070 background.


White color preview on #B7D070 background

This text has white color on #B7D070 background.


Related colors

Complementary color

Complementary color for #hex is #482F8F.


I love getcolorcode.com

Triadic colors

1 #70B7D0 and #D070B7 with #B7D070 are triadic colors.

2 #70D0B7 and #D0B770 with #B7D070 are triadic colors.