COLOR #B5DC7B

HEX: #B5DC7B RGB: (181,220,123)

Color info

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

RGB color model

#B5DC7B color RGB value is (181,220,123).

RGB: (181,220,123) (71%, 86%, 48%)

RGB channels and saturation

R 181 of 255 = 71%
G 220 of 255 = 86%
B 123 of 255 = 48%

181
220
123

R + G + B ~ 68%. #B5DC7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 220 + 123 = 524 (100%)
R 181 of 524 ~ 34.54%
G 220 of 524 ~ 41.98%
B 123 of 524 ~ 23.47'%

%34.54
%41.98
%23.47

CMYK color model

#B5DC7B color CMYK value is (18,0,44,14).

  • cyan value is 17.73%
  • magenta value is 0.00%
  • yellow value is 44.09%
  • key color value is 13.73%

CMYK: (18,0,44,14)
C18M0Y44K14 (18%, 0%, 44%, 14%)
(0.18 / 0.00 / 0.44 / 0.14)

CMYK percentages

%17.73
%0
%44.09
%13.73

Codes

Color #B5DC7B in popluar color models

B5 DC 7B
RGB 181 220 123
HSL 84° 58.08% 67.25%
HSB/HSV 84° 44.09% 86.27%
CMYK 17.73% 0.00% 44.09%
13.73%

Color #B5DC7B in popluar number systems.

HEX B5 DC 7B
Decimal 181 220 123
Binary 10110101 11011100 1111011
Octal 265 334 173

Shades and tints

Shades of #B5DC7B

#B5DC7B
(181,220,123)
#A5C870
(165,200,112)
#95B465
(149,180,101)
#85A05A
(133,160,90)
#758C4F
(117,140,79)
#657844
(101,120,68)
#556439
(85,100,57)
#45502E
(69,80,46)
#353C23
(53,60,35)
#252818
(37,40,24)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #B5DC7B

#B5DC7B
(181,220,123)
#BBDF87
(187,223,135)
#C1E293
(193,226,147)
#C7E59F
(199,229,159)
#CDE8AB
(205,232,171)
#D3EBB7
(211,235,183)
#D9EEC3
(217,238,195)
#DFF1CF
(223,241,207)
#E5F4DB
(229,244,219)
#EBF7E7
(235,247,231)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5DC7B color. Also use rgb(181,220,123) instead hex code.

Text Font Color

.myTextColor { color: #B5DC7B; }

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

This text font color is #B5DC7B.

Background Color

.myBgColor { background-color: #B5DC7B; }

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

This div background color is #B5DC7B.

Border color

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

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

This div border color is #B5DC7B.

Opacity

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

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

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

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

This text has shadow with #B5DC7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DC7B.

Preview

Color preview on black background

This text has color #B5DC7B on black background.


Color preview on white background

This text has color #B5DC7B on white background.


Black color preview on #B5DC7B background

This text has black color on #B5DC7B background.


White color preview on #B5DC7B background

This text has white color on #B5DC7B background.


Related colors

Complementary color

Complementary color for #hex is #4A2384.


I love getcolorcode.com

Triadic colors

1 #7BB5DC and #DC7BB5 with #B5DC7B are triadic colors.

2 #7BDCB5 and #DCB57B with #B5DC7B are triadic colors.