COLOR #B7DC70

HEX: #B7DC70 RGB: (183,220,112)

Color info

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

RGB color model

#B7DC70 color RGB value is (183,220,112).

RGB: (183,220,112) (72%, 86%, 44%)

RGB channels and saturation

R 183 of 255 = 72%
G 220 of 255 = 86%
B 112 of 255 = 44%

183
220
112

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

Portions of RGB colors in percentages

R + G + B = 183 + 220 + 112 = 515 (100%)
R 183 of 515 ~ 35.53%
G 220 of 515 ~ 42.72%
B 112 of 515 ~ 21.75'%

%35.53
%42.72
%21.75

CMYK color model

#B7DC70 color CMYK value is (17,0,49,14).

  • cyan value is 16.82%
  • magenta value is 0.00%
  • yellow value is 49.09%
  • key color value is 13.73%

CMYK: (17,0,49,14)
C17M0Y49K14 (17%, 0%, 49%, 14%)
(0.17 / 0.00 / 0.49 / 0.14)

CMYK percentages

%16.82
%0
%49.09
%13.73

Codes

Color #B7DC70 in popluar color models

B7 DC 70
RGB 183 220 112
HSL 81° 60.67% 65.10%
HSB/HSV 81° 49.09% 86.27%
CMYK 16.82% 0.00% 49.09%
13.73%

Color #B7DC70 in popluar number systems.

HEX B7 DC 70
Decimal 183 220 112
Binary 10110111 11011100 1110000
Octal 267 334 160

Shades and tints

Shades of #B7DC70

#B7DC70
(183,220,112)
#A7C866
(167,200,102)
#97B45C
(151,180,92)
#87A052
(135,160,82)
#778C48
(119,140,72)
#67783E
(103,120,62)
#576434
(87,100,52)
#47502A
(71,80,42)
#373C20
(55,60,32)
#272816
(39,40,22)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #B7DC70

#B7DC70
(183,220,112)
#BDDF7D
(189,223,125)
#C3E28A
(195,226,138)
#C9E597
(201,229,151)
#CFE8A4
(207,232,164)
#D5EBB1
(213,235,177)
#DBEEBE
(219,238,190)
#E1F1CB
(225,241,203)
#E7F4D8
(231,244,216)
#EDF7E5
(237,247,229)
#F3FAF2
(243,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DC70; }

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

This text font color is #B7DC70.

Background Color

.myBgColor { background-color: #B7DC70; }

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

This div background color is #B7DC70.

Border color

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

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

This div border color is #B7DC70.

Opacity

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

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

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

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

This text has shadow with #B7DC70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7DC70.

Preview

Color preview on black background

This text has color #B7DC70 on black background.


Color preview on white background

This text has color #B7DC70 on white background.


Black color preview on #B7DC70 background

This text has black color on #B7DC70 background.


White color preview on #B7DC70 background

This text has white color on #B7DC70 background.


Related colors

Complementary color

Complementary color for #hex is #48238F.


I love getcolorcode.com

Triadic colors

1 #70B7DC and #DC70B7 with #B7DC70 are triadic colors.

2 #70DCB7 and #DCB770 with #B7DC70 are triadic colors.