COLOR #BDD181

HEX: #BDD181 RGB: (189,209,129)

Color info

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

RGB color model

#BDD181 color RGB value is (189,209,129).

RGB: (189,209,129) (74%, 82%, 51%)

RGB channels and saturation

R 189 of 255 = 74%
G 209 of 255 = 82%
B 129 of 255 = 51%

189
209
129

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

Portions of RGB colors in percentages

R + G + B = 189 + 209 + 129 = 527 (100%)
R 189 of 527 ~ 35.86%
G 209 of 527 ~ 39.66%
B 129 of 527 ~ 24.48'%

%35.86
%39.66
%24.48

CMYK color model

#BDD181 color CMYK value is (10,0,38,18).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 38.28%
  • key color value is 18.04%

CMYK: (10,0,38,18)
C10M0Y38K18 (10%, 0%, 38%, 18%)
(0.10 / 0.00 / 0.38 / 0.18)

CMYK percentages

%9.57
%0
%38.28
%18.04

Codes

Color #BDD181 in popluar color models

BD D1 81
RGB 189 209 129
HSL 75° 46.51% 66.27%
HSB/HSV 75° 38.28% 81.96%
CMYK 9.57% 0.00% 38.28%
18.04%

Color #BDD181 in popluar number systems.

HEX BD D1 81
Decimal 189 209 129
Binary 10111101 11010001 10000001
Octal 275 321 201

Shades and tints

Shades of #BDD181

#BDD181
(189,209,129)
#ACBE76
(172,190,118)
#9BAB6B
(155,171,107)
#8A9860
(138,152,96)
#798555
(121,133,85)
#68724A
(104,114,74)
#575F3F
(87,95,63)
#464C34
(70,76,52)
#353929
(53,57,41)
#24261E
(36,38,30)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #BDD181

#BDD181
(189,209,129)
#C3D58C
(195,213,140)
#C9D997
(201,217,151)
#CFDDA2
(207,221,162)
#D5E1AD
(213,225,173)
#DBE5B8
(219,229,184)
#E1E9C3
(225,233,195)
#E7EDCE
(231,237,206)
#EDF1D9
(237,241,217)
#F3F5E4
(243,245,228)
#F9F9EF
(249,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD181; }

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

This text font color is #BDD181.

Background Color

.myBgColor { background-color: #BDD181; }

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

This div background color is #BDD181.

Border color

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

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

This div border color is #BDD181.

Opacity

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

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

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

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

This text has shadow with #BDD181 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD181.

Preview

Color preview on black background

This text has color #BDD181 on black background.


Color preview on white background

This text has color #BDD181 on white background.


Black color preview on #BDD181 background

This text has black color on #BDD181 background.


White color preview on #BDD181 background

This text has white color on #BDD181 background.


Related colors

Complementary color

Complementary color for #hex is #422E7E.


I love getcolorcode.com

Triadic colors

1 #81BDD1 and #D181BD with #BDD181 are triadic colors.

2 #81D1BD and #D1BD81 with #BDD181 are triadic colors.