COLOR #BBCD7E

HEX: #BBCD7E
RGB: (187,205,126)

Color info

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

RGB color model

#BBCD7E color RGB value is (187,205,126).

  • red value is 187;
  • green value is 205;
  • blue value is 126.
RGB:
(187,205,126)
(73%,80%,49%)

RGB channels and saturation

R 187 of 255 = 73%
G 205 of 255 = 80%
B 126 of 255 = 49%

187
205
126

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

Portions of RGB colors in percentages

R + G + B =
187 + 205 + 126 = 518 (100%)
R 187 of 518 ~ 36.1%
G 205 of 518 ~ 39.58%
B 126 of 518 ~ 24.32%

%36.1
%39.58
%24.32

CMYK color model

#BBCD7E color CMYK value is (9,0,39,20).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 38.54%
  • key color value is 19.61%
CMYK:
(9,0,39,20)
C9M0Y39K20 
(9%,0%,39%,20%)
(0.09/0.00/0.39/0.20)	

CMYK percentages

%8.78
%0
%38.54
%19.61

Codes

Color #BBCD7E in popluar color models

BBCD7E
RGB187205126
HSL74°44.13%64.90%
HSB/HSV74°38.54%80.39%
CMYK8.78%0.00%38.54%
19.61%

Color #BBCD7E in popluar number systems.

HEXBBCD7E
Decimal187205126
Binary10111011110011011111110
Octal273315176

Shades and tints

Shades of #BBCD7E

#BBCD7E
(187,205,126)
#AABB73
(170,187,115)
#99A968
(153,169,104)
#88975D
(136,151,93)
#778552
(119,133,82)
#667347
(102,115,71)
#55613C
(85,97,60)
#444F31
(68,79,49)
#333D26
(51,61,38)
#222B1B
(34,43,27)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #BBCD7E

#BBCD7E
(187,205,126)
#C1D189
(193,209,137)
#C7D594
(199,213,148)
#CDD99F
(205,217,159)
#D3DDAA
(211,221,170)
#D9E1B5
(217,225,181)
#DFE5C0
(223,229,192)
#E5E9CB
(229,233,203)
#EBEDD6
(235,237,214)
#F1F1E1
(241,241,225)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCD7E color. Also use rgb(187,205,126) instead hex code.

Text Font Color

.myTextColor { color: #BBCD7E; }

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

This text font color is #BBCD7E.


Background Color

.myBgColor { background-color: #BBCD7E; }

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

This div background color is #BBCD7E.


Border color

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

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

This div border color is #BBCD7E.


Opacity

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

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

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

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

This text has shadow with #BBCD7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCD7E on black background.


Color preview on white background

This text has color #BBCD7E on white background.



Black color preview on #BBCD7E background

This text has black color on #BBCD7E background.


White color preview on #BBCD7E background

This text has white color on #BBCD7E background.