COLOR #BDDDA5

HEX: #BDDDA5 RGB: (189,221,165)

Color info

#BDDDA5 contains red, green and blue colors in about the same proportion. Web safe color of #BDDDA5 is #CCCC99 (or #CC9).

RGB color model

#BDDDA5 color RGB value is (189,221,165).

RGB: (189,221,165) (74%, 87%, 65%)

RGB channels and saturation

R 189 of 255 = 74%
G 221 of 255 = 87%
B 165 of 255 = 65%

189
221
165

R + G + B ~ 75%. #BDDDA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 221 + 165 = 575 (100%)
R 189 of 575 ~ 32.87%
G 221 of 575 ~ 38.43%
B 165 of 575 ~ 28.7'%

%32.87
%38.43
%28.7

CMYK color model

#BDDDA5 color CMYK value is (14,0,25,13).

  • cyan value is 14.48%
  • magenta value is 0.00%
  • yellow value is 25.34%
  • key color value is 13.33%

CMYK: (14,0,25,13)
C14M0Y25K13 (14%, 0%, 25%, 13%)
(0.14 / 0.00 / 0.25 / 0.13)

CMYK percentages

%14.48
%0
%25.34
%13.33

Codes

Color #BDDDA5 in popluar color models

BD DD A5
RGB 189 221 165
HSL 94° 45.16% 75.69%
HSB/HSV 94° 25.34% 86.67%
CMYK 14.48% 0.00% 25.34%
13.33%

Color #BDDDA5 in popluar number systems.

HEX BD DD A5
Decimal 189 221 165
Binary 10111101 11011101 10100101
Octal 275 335 245

Shades and tints

Shades of #BDDDA5

#BDDDA5
(189,221,165)
#ACC996
(172,201,150)
#9BB587
(155,181,135)
#8AA178
(138,161,120)
#798D69
(121,141,105)
#68795A
(104,121,90)
#57654B
(87,101,75)
#46513C
(70,81,60)
#353D2D
(53,61,45)
#24291E
(36,41,30)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #BDDDA5

#BDDDA5
(189,221,165)
#C3E0AD
(195,224,173)
#C9E3B5
(201,227,181)
#CFE6BD
(207,230,189)
#D5E9C5
(213,233,197)
#DBECCD
(219,236,205)
#E1EFD5
(225,239,213)
#E7F2DD
(231,242,221)
#EDF5E5
(237,245,229)
#F3F8ED
(243,248,237)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDDA5; }

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

This text font color is #BDDDA5.

Background Color

.myBgColor { background-color: #BDDDA5; }

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

This div background color is #BDDDA5.

Border color

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

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

This div border color is #BDDDA5.

Opacity

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

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

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

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

This text has shadow with #BDDDA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDDA5.

Preview

Color preview on black background

This text has color #BDDDA5 on black background.


Color preview on white background

This text has color #BDDDA5 on white background.


Black color preview on #BDDDA5 background

This text has black color on #BDDDA5 background.


White color preview on #BDDDA5 background

This text has white color on #BDDDA5 background.


Related colors

Complementary color

Complementary color for #hex is #42225A.


I love getcolorcode.com

Triadic colors

1 #A5BDDD and #DDA5BD with #BDDDA5 are triadic colors.

2 #A5DDBD and #DDBDA5 with #BDDDA5 are triadic colors.