COLOR #BDD67D

HEX: #BDD67D
RGB: (189,214,125)

Color info

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

RGB color model

#BDD67D color RGB value is (189,214,125).

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

RGB channels and saturation

R 189 of 255 = 74%
G 214 of 255 = 84%
B 125 of 255 = 49%

189
214
125

R + G + B ~ 69%. #BDD67D is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 214 + 125 = 528 (100%)
R 189 of 528 ~ 35.8%
G 214 of 528 ~ 40.53%
B 125 of 528 ~ 23.67%

%35.8
%40.53
%23.67

CMYK color model

#BDD67D color CMYK value is (12,0,42,16).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 41.59%
  • key color value is 16.08%
CMYK:
(12,0,42,16)
C12M0Y42K16 
(12%,0%,42%,16%)
(0.12/0.00/0.42/0.16)	

CMYK percentages

%11.68
%0
%41.59
%16.08

Codes

Color #BDD67D in popluar color models

BDD67D
RGB189214125
HSL77°52.05%66.47%
HSB/HSV77°41.59%83.92%
CMYK11.68%0.00%41.59%
16.08%

Color #BDD67D in popluar number systems.

HEXBDD67D
Decimal189214125
Binary10111101110101101111101
Octal275326175

Shades and tints

Shades of #BDD67D

#BDD67D
(189,214,125)
#ACC372
(172,195,114)
#9BB067
(155,176,103)
#8A9D5C
(138,157,92)
#798A51
(121,138,81)
#687746
(104,119,70)
#57643B
(87,100,59)
#465130
(70,81,48)
#353E25
(53,62,37)
#242B1A
(36,43,26)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #BDD67D

#BDD67D
(189,214,125)
#C3D988
(195,217,136)
#C9DC93
(201,220,147)
#CFDF9E
(207,223,158)
#D5E2A9
(213,226,169)
#DBE5B4
(219,229,180)
#E1E8BF
(225,232,191)
#E7EBCA
(231,235,202)
#EDEED5
(237,238,213)
#F3F1E0
(243,241,224)
#F9F4EB
(249,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD67D; }

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

This text font color is #BDD67D.


Background Color

.myBgColor { background-color: #BDD67D; }

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

This div background color is #BDD67D.


Border color

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

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

This div border color is #BDD67D.


Opacity

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

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

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

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

This text has shadow with #BDD67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD67D on black background.


Color preview on white background

This text has color #BDD67D on white background.



Black color preview on #BDD67D background

This text has black color on #BDD67D background.


White color preview on #BDD67D background

This text has white color on #BDD67D background.