COLOR #BDD68C

HEX: #BDD68C
RGB: (189,214,140)

Color info

#BDD68C contains mainly red and green colors. Web safe color of #BDD68C is #CCCC99 (or #CC9).

RGB color model

#BDD68C color RGB value is (189,214,140).

  • red value is 189;
  • green value is 214;
  • blue value is 140.
RGB:
(189,214,140)
(74%,84%,55%)

RGB channels and saturation

R 189 of 255 = 74%
G 214 of 255 = 84%
B 140 of 255 = 55%

189
214
140

R + G + B ~ 71%. #BDD68C is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 214 + 140 = 543 (100%)
R 189 of 543 ~ 34.81%
G 214 of 543 ~ 39.41%
B 140 of 543 ~ 25.78%

%34.81
%39.41
%25.78

CMYK color model

#BDD68C color CMYK value is (12,0,35,16).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 34.58%
  • key color value is 16.08%
CMYK:
(12,0,35,16)
C12M0Y35K16 
(12%,0%,35%,16%)
(0.12/0.00/0.35/0.16)	

CMYK percentages

%11.68
%0
%34.58
%16.08

Codes

Color #BDD68C in popluar color models

BDD68C
RGB189214140
HSL80°47.44%69.41%
HSB/HSV80°34.58%83.92%
CMYK11.68%0.00%34.58%
16.08%

Color #BDD68C in popluar number systems.

HEXBDD68C
Decimal189214140
Binary101111011101011010001100
Octal275326214

Shades and tints

Shades of #BDD68C

#BDD68C
(189,214,140)
#ACC380
(172,195,128)
#9BB074
(155,176,116)
#8A9D68
(138,157,104)
#798A5C
(121,138,92)
#687750
(104,119,80)
#576444
(87,100,68)
#465138
(70,81,56)
#353E2C
(53,62,44)
#242B20
(36,43,32)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #BDD68C

#BDD68C
(189,214,140)
#C3D996
(195,217,150)
#C9DCA0
(201,220,160)
#CFDFAA
(207,223,170)
#D5E2B4
(213,226,180)
#DBE5BE
(219,229,190)
#E1E8C8
(225,232,200)
#E7EBD2
(231,235,210)
#EDEEDC
(237,238,220)
#F3F1E6
(243,241,230)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD68C color. Also use rgb(189,214,140) instead hex code.

Text Font Color

.myTextColor { color: #BDD68C; }

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

This text font color is #BDD68C.


Background Color

.myBgColor { background-color: #BDD68C; }

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

This div background color is #BDD68C.


Border color

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

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

This div border color is #BDD68C.


Opacity

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

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

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

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

This text has shadow with #BDD68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD68C on black background.


Color preview on white background

This text has color #BDD68C on white background.



Black color preview on #BDD68C background

This text has black color on #BDD68C background.


White color preview on #BDD68C background

This text has white color on #BDD68C background.