COLOR #BDD681

HEX: #BDD681
RGB: (189,214,129)

Color info

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

RGB color model

#BDD681 color RGB value is (189,214,129).

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

RGB channels and saturation

R 189 of 255 = 74%
G 214 of 255 = 84%
B 129 of 255 = 51%

189
214
129

R + G + B ~ 70%. #BDD681 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 214 + 129 = 532 (100%)
R 189 of 532 ~ 35.53%
G 214 of 532 ~ 40.23%
B 129 of 532 ~ 24.25%

%35.53
%40.23
%24.25

CMYK color model

#BDD681 color CMYK value is (12,0,40,16).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 39.72%
  • key color value is 16.08%
CMYK:
(12,0,40,16)
C12M0Y40K16 
(12%,0%,40%,16%)
(0.12/0.00/0.40/0.16)	

CMYK percentages

%11.68
%0
%39.72
%16.08

Codes

Color #BDD681 in popluar color models

BDD681
RGB189214129
HSL78°50.90%67.25%
HSB/HSV78°39.72%83.92%
CMYK11.68%0.00%39.72%
16.08%

Color #BDD681 in popluar number systems.

HEXBDD681
Decimal189214129
Binary101111011101011010000001
Octal275326201

Shades and tints

Shades of #BDD681

#BDD681
(189,214,129)
#ACC376
(172,195,118)
#9BB06B
(155,176,107)
#8A9D60
(138,157,96)
#798A55
(121,138,85)
#68774A
(104,119,74)
#57643F
(87,100,63)
#465134
(70,81,52)
#353E29
(53,62,41)
#242B1E
(36,43,30)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #BDD681

#BDD681
(189,214,129)
#C3D98C
(195,217,140)
#C9DC97
(201,220,151)
#CFDFA2
(207,223,162)
#D5E2AD
(213,226,173)
#DBE5B8
(219,229,184)
#E1E8C3
(225,232,195)
#E7EBCE
(231,235,206)
#EDEED9
(237,238,217)
#F3F1E4
(243,241,228)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD681; }

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

This text font color is #BDD681.


Background Color

.myBgColor { background-color: #BDD681; }

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

This div background color is #BDD681.


Border color

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

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

This div border color is #BDD681.


Opacity

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

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

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

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

This text has shadow with #BDD681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD681 on black background.


Color preview on white background

This text has color #BDD681 on white background.



Black color preview on #BDD681 background

This text has black color on #BDD681 background.


White color preview on #BDD681 background

This text has white color on #BDD681 background.