COLOR #BDD98A

HEX: #BDD98A
RGB: (189,217,138)

Color info

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

RGB color model

#BDD98A color RGB value is (189,217,138).

  • red value is 189;
  • green value is 217;
  • blue value is 138.
RGB:
(189,217,138)
(74%,85%,54%)

RGB channels and saturation

R 189 of 255 = 74%
G 217 of 255 = 85%
B 138 of 255 = 54%

189
217
138

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

Portions of RGB colors in percentages

R + G + B =
189 + 217 + 138 = 544 (100%)
R 189 of 544 ~ 34.74%
G 217 of 544 ~ 39.89%
B 138 of 544 ~ 25.37%

%34.74
%39.89
%25.37

CMYK color model

#BDD98A color CMYK value is (13,0,36,15).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 36.41%
  • key color value is 14.90%
CMYK:
(13,0,36,15)
C13M0Y36K15 
(13%,0%,36%,15%)
(0.13/0.00/0.36/0.15)	

CMYK percentages

%12.9
%0
%36.41
%14.9

Codes

Color #BDD98A in popluar color models

BDD98A
RGB189217138
HSL81°50.97%69.61%
HSB/HSV81°36.41%85.10%
CMYK12.90%0.00%36.41%
14.90%

Color #BDD98A in popluar number systems.

HEXBDD98A
Decimal189217138
Binary101111011101100110001010
Octal275331212

Shades and tints

Shades of #BDD98A

#BDD98A
(189,217,138)
#ACC67E
(172,198,126)
#9BB372
(155,179,114)
#8AA066
(138,160,102)
#798D5A
(121,141,90)
#687A4E
(104,122,78)
#576742
(87,103,66)
#465436
(70,84,54)
#35412A
(53,65,42)
#242E1E
(36,46,30)
#131B12
(19,27,18)
#000000
(0,0,0)

Tints of #BDD98A

#BDD98A
(189,217,138)
#C3DC94
(195,220,148)
#C9DF9E
(201,223,158)
#CFE2A8
(207,226,168)
#D5E5B2
(213,229,178)
#DBE8BC
(219,232,188)
#E1EBC6
(225,235,198)
#E7EED0
(231,238,208)
#EDF1DA
(237,241,218)
#F3F4E4
(243,244,228)
#F9F7EE
(249,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD98A color. Also use rgb(189,217,138) instead hex code.

Text Font Color

.myTextColor { color: #BDD98A; }

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

This text font color is #BDD98A.


Background Color

.myBgColor { background-color: #BDD98A; }

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

This div background color is #BDD98A.


Border color

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

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

This div border color is #BDD98A.


Opacity

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

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

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

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

This text has shadow with #BDD98A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD98A on black background.


Color preview on white background

This text has color #BDD98A on white background.



Black color preview on #BDD98A background

This text has black color on #BDD98A background.


White color preview on #BDD98A background

This text has white color on #BDD98A background.