COLOR #BDDD92

HEX: #BDDD92
RGB: (189,221,146)

Color info

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

RGB color model

#BDDD92 color RGB value is (189,221,146).

  • red value is 189;
  • green value is 221;
  • blue value is 146.
RGB:
(189,221,146)
(74%,87%,57%)

RGB channels and saturation

R 189 of 255 = 74%
G 221 of 255 = 87%
B 146 of 255 = 57%

189
221
146

R + G + B ~ 73%. #BDDD92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 221 + 146 = 556 (100%)
R 189 of 556 ~ 33.99%
G 221 of 556 ~ 39.75%
B 146 of 556 ~ 26.26%

%33.99
%39.75
%26.26

CMYK color model

#BDDD92 color CMYK value is (14,0,34,13).

  • cyan value is 14.48%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 13.33%
CMYK:
(14,0,34,13)
C14M0Y34K13 
(14%,0%,34%,13%)
(0.14/0.00/0.34/0.13)	

CMYK percentages

%14.48
%0
%33.94
%13.33

Codes

Color #BDDD92 in popluar color models

BDDD92
RGB189221146
HSL86°52.45%71.96%
HSB/HSV86°33.94%86.67%
CMYK14.48%0.00%33.94%
13.33%

Color #BDDD92 in popluar number systems.

HEXBDDD92
Decimal189221146
Binary101111011101110110010010
Octal275335222

Shades and tints

Shades of #BDDD92

#BDDD92
(189,221,146)
#ACC985
(172,201,133)
#9BB578
(155,181,120)
#8AA16B
(138,161,107)
#798D5E
(121,141,94)
#687951
(104,121,81)
#576544
(87,101,68)
#465137
(70,81,55)
#353D2A
(53,61,42)
#24291D
(36,41,29)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #BDDD92

#BDDD92
(189,221,146)
#C3E09B
(195,224,155)
#C9E3A4
(201,227,164)
#CFE6AD
(207,230,173)
#D5E9B6
(213,233,182)
#DBECBF
(219,236,191)
#E1EFC8
(225,239,200)
#E7F2D1
(231,242,209)
#EDF5DA
(237,245,218)
#F3F8E3
(243,248,227)
#F9FBEC
(249,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDD92 color. Also use rgb(189,221,146) instead hex code.

Text Font Color

.myTextColor { color: #BDDD92; }

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

This text font color is #BDDD92.


Background Color

.myBgColor { background-color: #BDDD92; }

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

This div background color is #BDDD92.


Border color

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

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

This div border color is #BDDD92.


Opacity

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

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

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

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

This text has shadow with #BDDD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDD92 on black background.


Color preview on white background

This text has color #BDDD92 on white background.



Black color preview on #BDDD92 background

This text has black color on #BDDD92 background.


White color preview on #BDDD92 background

This text has white color on #BDDD92 background.