COLOR #BDDAB2

HEX: #BDDAB2
RGB: (189,218,178)

Color info

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

RGB color model

#BDDAB2 color RGB value is (189,218,178).

  • red value is 189;
  • green value is 218;
  • blue value is 178.
RGB:
(189,218,178)
(74%,85%,70%)

RGB channels and saturation

R 189 of 255 = 74%
G 218 of 255 = 85%
B 178 of 255 = 70%

189
218
178

R + G + B ~ 76%. #BDDAB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 218 + 178 = 585 (100%)
R 189 of 585 ~ 32.31%
G 218 of 585 ~ 37.26%
B 178 of 585 ~ 30.43%

%32.31
%37.26
%30.43

CMYK color model

#BDDAB2 color CMYK value is (13,0,18,15).

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 18.35%
  • key color value is 14.51%
CMYK:
(13,0,18,15)
C13M0Y18K15 
(13%,0%,18%,15%)
(0.13/0.00/0.18/0.15)	

CMYK percentages

%13.3
%0
%18.35
%14.51

Codes

Color #BDDAB2 in popluar color models

BDDAB2
RGB189218178
HSL104°35.09%77.65%
HSB/HSV104°18.35%85.49%
CMYK13.30%0.00%18.35%
14.51%

Color #BDDAB2 in popluar number systems.

HEXBDDAB2
Decimal189218178
Binary101111011101101010110010
Octal275332262

Shades and tints

Shades of #BDDAB2

#BDDAB2
(189,218,178)
#ACC7A2
(172,199,162)
#9BB492
(155,180,146)
#8AA182
(138,161,130)
#798E72
(121,142,114)
#687B62
(104,123,98)
#576852
(87,104,82)
#465542
(70,85,66)
#354232
(53,66,50)
#242F22
(36,47,34)
#131C12
(19,28,18)
#000000
(0,0,0)

Tints of #BDDAB2

#BDDAB2
(189,218,178)
#C3DDB9
(195,221,185)
#C9E0C0
(201,224,192)
#CFE3C7
(207,227,199)
#D5E6CE
(213,230,206)
#DBE9D5
(219,233,213)
#E1ECDC
(225,236,220)
#E7EFE3
(231,239,227)
#EDF2EA
(237,242,234)
#F3F5F1
(243,245,241)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDAB2 color. Also use rgb(189,218,178) instead hex code.

Text Font Color

.myTextColor { color: #BDDAB2; }

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

This text font color is #BDDAB2.


Background Color

.myBgColor { background-color: #BDDAB2; }

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

This div background color is #BDDAB2.


Border color

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

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

This div border color is #BDDAB2.


Opacity

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

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

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

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

This text has shadow with #BDDAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDAB2 on black background.


Color preview on white background

This text has color #BDDAB2 on white background.



Black color preview on #BDDAB2 background

This text has black color on #BDDAB2 background.


White color preview on #BDDAB2 background

This text has white color on #BDDAB2 background.