COLOR #BDDC6B

HEX: #BDDC6B
RGB: (189,220,107)

Color info

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

RGB color model

#BDDC6B color RGB value is (189,220,107).

  • red value is 189;
  • green value is 220;
  • blue value is 107.
RGB:
(189,220,107)
(74%,86%,42%)

RGB channels and saturation

R 189 of 255 = 74%
G 220 of 255 = 86%
B 107 of 255 = 42%

189
220
107

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

Portions of RGB colors in percentages

R + G + B =
189 + 220 + 107 = 516 (100%)
R 189 of 516 ~ 36.63%
G 220 of 516 ~ 42.64%
B 107 of 516 ~ 20.74%

%36.63
%42.64
%20.74

CMYK color model

#BDDC6B color CMYK value is (14,0,51,14).

  • cyan value is 14.09%
  • magenta value is 0.00%
  • yellow value is 51.36%
  • key color value is 13.73%
CMYK:
(14,0,51,14)
C14M0Y51K14 
(14%,0%,51%,14%)
(0.14/0.00/0.51/0.14)	

CMYK percentages

%14.09
%0
%51.36
%13.73

Codes

Color #BDDC6B in popluar color models

BDDC6B
RGB189220107
HSL76°61.75%64.12%
HSB/HSV76°51.36%86.27%
CMYK14.09%0.00%51.36%
13.73%

Color #BDDC6B in popluar number systems.

HEXBDDC6B
Decimal189220107
Binary10111101110111001101011
Octal275334153

Shades and tints

Shades of #BDDC6B

#BDDC6B
(189,220,107)
#ACC862
(172,200,98)
#9BB459
(155,180,89)
#8AA050
(138,160,80)
#798C47
(121,140,71)
#68783E
(104,120,62)
#576435
(87,100,53)
#46502C
(70,80,44)
#353C23
(53,60,35)
#24281A
(36,40,26)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #BDDC6B

#BDDC6B
(189,220,107)
#C3DF78
(195,223,120)
#C9E285
(201,226,133)
#CFE592
(207,229,146)
#D5E89F
(213,232,159)
#DBEBAC
(219,235,172)
#E1EEB9
(225,238,185)
#E7F1C6
(231,241,198)
#EDF4D3
(237,244,211)
#F3F7E0
(243,247,224)
#F9FAED
(249,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDC6B color. Also use rgb(189,220,107) instead hex code.

Text Font Color

.myTextColor { color: #BDDC6B; }

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

This text font color is #BDDC6B.


Background Color

.myBgColor { background-color: #BDDC6B; }

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

This div background color is #BDDC6B.


Border color

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

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

This div border color is #BDDC6B.


Opacity

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

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

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

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

This text has shadow with #BDDC6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDC6B on black background.


Color preview on white background

This text has color #BDDC6B on white background.



Black color preview on #BDDC6B background

This text has black color on #BDDC6B background.


White color preview on #BDDC6B background

This text has white color on #BDDC6B background.