COLOR #BDDA7C

HEX: #BDDA7C
RGB: (189,218,124)

Color info

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

RGB color model

#BDDA7C color RGB value is (189,218,124).

  • red value is 189;
  • green value is 218;
  • blue value is 124.
RGB:
(189,218,124)
(74%,85%,49%)

RGB channels and saturation

R 189 of 255 = 74%
G 218 of 255 = 85%
B 124 of 255 = 49%

189
218
124

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

Portions of RGB colors in percentages

R + G + B =
189 + 218 + 124 = 531 (100%)
R 189 of 531 ~ 35.59%
G 218 of 531 ~ 41.05%
B 124 of 531 ~ 23.35%

%35.59
%41.05
%23.35

CMYK color model

#BDDA7C color CMYK value is (13,0,43,15).

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 43.12%
  • key color value is 14.51%
CMYK:
(13,0,43,15)
C13M0Y43K15 
(13%,0%,43%,15%)
(0.13/0.00/0.43/0.15)	

CMYK percentages

%13.3
%0
%43.12
%14.51

Codes

Color #BDDA7C in popluar color models

BDDA7C
RGB189218124
HSL79°55.95%67.06%
HSB/HSV79°43.12%85.49%
CMYK13.30%0.00%43.12%
14.51%

Color #BDDA7C in popluar number systems.

HEXBDDA7C
Decimal189218124
Binary10111101110110101111100
Octal275332174

Shades and tints

Shades of #BDDA7C

#BDDA7C
(189,218,124)
#ACC771
(172,199,113)
#9BB466
(155,180,102)
#8AA15B
(138,161,91)
#798E50
(121,142,80)
#687B45
(104,123,69)
#57683A
(87,104,58)
#46552F
(70,85,47)
#354224
(53,66,36)
#242F19
(36,47,25)
#131C0E
(19,28,14)
#000000
(0,0,0)

Tints of #BDDA7C

#BDDA7C
(189,218,124)
#C3DD87
(195,221,135)
#C9E092
(201,224,146)
#CFE39D
(207,227,157)
#D5E6A8
(213,230,168)
#DBE9B3
(219,233,179)
#E1ECBE
(225,236,190)
#E7EFC9
(231,239,201)
#EDF2D4
(237,242,212)
#F3F5DF
(243,245,223)
#F9F8EA
(249,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDA7C color. Also use rgb(189,218,124) instead hex code.

Text Font Color

.myTextColor { color: #BDDA7C; }

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

This text font color is #BDDA7C.


Background Color

.myBgColor { background-color: #BDDA7C; }

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

This div background color is #BDDA7C.


Border color

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

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

This div border color is #BDDA7C.


Opacity

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

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

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

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

This text has shadow with #BDDA7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDA7C on black background.


Color preview on white background

This text has color #BDDA7C on white background.



Black color preview on #BDDA7C background

This text has black color on #BDDA7C background.


White color preview on #BDDA7C background

This text has white color on #BDDA7C background.