COLOR #B5CE7B

HEX: #B5CE7B RGB: (181,206,123)

Color info

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

RGB color model

#B5CE7B color RGB value is (181,206,123).

RGB: (181,206,123) (71%, 81%, 48%)

RGB channels and saturation

R 181 of 255 = 71%
G 206 of 255 = 81%
B 123 of 255 = 48%

181
206
123

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

Portions of RGB colors in percentages

R + G + B = 181 + 206 + 123 = 510 (100%)
R 181 of 510 ~ 35.49%
G 206 of 510 ~ 40.39%
B 123 of 510 ~ 24.12'%

%35.49
%40.39
%24.12

CMYK color model

#B5CE7B color CMYK value is (12,0,40,19).

  • cyan value is 12.14%
  • magenta value is 0.00%
  • yellow value is 40.29%
  • key color value is 19.22%
CMYK: (12,0,40,19) C12M0Y40K19 (12%,0%,40%,19%) (0.12/0.00/0.40/0.19) 

CMYK percentages

%12.14
%0
%40.29
%19.22

Codes

Color #B5CE7B in popluar color models

B5 CE 7B
RGB 181 206 123
HSL 78° 45.86% 64.51%
HSB/HSV 78° 40.29% 80.78%
CMYK 12.14% 0.00% 40.29%
19.22%

Color #B5CE7B in popluar number systems.

HEX B5 CE 7B
Decimal 181 206 123
Binary 10110101 11001110 1111011
Octal 265 316 173

Shades and tints

Shades of #B5CE7B

#B5CE7B
(181,206,123)
#A5BC70
(165,188,112)
#95AA65
(149,170,101)
#85985A
(133,152,90)
#75864F
(117,134,79)
#657444
(101,116,68)
#556239
(85,98,57)
#45502E
(69,80,46)
#353E23
(53,62,35)
#252C18
(37,44,24)
#151A0D
(21,26,13)
#000000
(0,0,0)

Tints of #B5CE7B

#B5CE7B
(181,206,123)
#BBD287
(187,210,135)
#C1D693
(193,214,147)
#C7DA9F
(199,218,159)
#CDDEAB
(205,222,171)
#D3E2B7
(211,226,183)
#D9E6C3
(217,230,195)
#DFEACF
(223,234,207)
#E5EEDB
(229,238,219)
#EBF2E7
(235,242,231)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CE7B; }

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

This text font color is #B5CE7B.

Background Color

.myBgColor { background-color: #B5CE7B; }

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

This div background color is #B5CE7B.

Border color

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

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

This div border color is #B5CE7B.

Opacity

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

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

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

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

This text has shadow with #B5CE7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CE7B.

Preview

Color preview on black background

This text has color #B5CE7B on black background.


Color preview on white background

This text has color #B5CE7B on white background.


Black color preview on #B5CE7B background

This text has black color on #B5CE7B background.


White color preview on #B5CE7B background

This text has white color on #B5CE7B background.


Related colors

Complementary color

Complementary color for #hex is #4A3184.


I love getcolorcode.com

Triadic colors

1 #7BB5CE and #CE7BB5 with #B5CE7B are triadic colors.

2 #7BCEB5 and #CEB57B with #B5CE7B are triadic colors.