COLOR #BDD1B3

HEX: #BDD1B3
RGB: (189,209,179)

Color info

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

RGB color model

#BDD1B3 color RGB value is (189,209,179).

  • red value is 189;
  • green value is 209;
  • blue value is 179.
RGB:
(189,209,179)
(74%,82%,70%)

RGB channels and saturation

R 189 of 255 = 74%
G 209 of 255 = 82%
B 179 of 255 = 70%

189
209
179

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

Portions of RGB colors in percentages

R + G + B =
189 + 209 + 179 = 577 (100%)
R 189 of 577 ~ 32.76%
G 209 of 577 ~ 36.22%
B 179 of 577 ~ 31.02%

%32.76
%36.22
%31.02

CMYK color model

#BDD1B3 color CMYK value is (10,0,14,18).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 18.04%
CMYK:
(10,0,14,18)
C10M0Y14K18 
(10%,0%,14%,18%)
(0.10/0.00/0.14/0.18)	

CMYK percentages

%9.57
%0
%14.35
%18.04

Codes

Color #BDD1B3 in popluar color models

BDD1B3
RGB189209179
HSL100°24.59%76.08%
HSB/HSV100°14.35%81.96%
CMYK9.57%0.00%14.35%
18.04%

Color #BDD1B3 in popluar number systems.

HEXBDD1B3
Decimal189209179
Binary101111011101000110110011
Octal275321263

Shades and tints

Shades of #BDD1B3

#BDD1B3
(189,209,179)
#ACBEA3
(172,190,163)
#9BAB93
(155,171,147)
#8A9883
(138,152,131)
#798573
(121,133,115)
#687263
(104,114,99)
#575F53
(87,95,83)
#464C43
(70,76,67)
#353933
(53,57,51)
#242623
(36,38,35)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #BDD1B3

#BDD1B3
(189,209,179)
#C3D5B9
(195,213,185)
#C9D9BF
(201,217,191)
#CFDDC5
(207,221,197)
#D5E1CB
(213,225,203)
#DBE5D1
(219,229,209)
#E1E9D7
(225,233,215)
#E7EDDD
(231,237,221)
#EDF1E3
(237,241,227)
#F3F5E9
(243,245,233)
#F9F9EF
(249,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD1B3; }

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

This text font color is #BDD1B3.


Background Color

.myBgColor { background-color: #BDD1B3; }

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

This div background color is #BDD1B3.


Border color

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

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

This div border color is #BDD1B3.


Opacity

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

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

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

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

This text has shadow with #BDD1B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD1B3 on black background.


Color preview on white background

This text has color #BDD1B3 on white background.



Black color preview on #BDD1B3 background

This text has black color on #BDD1B3 background.


White color preview on #BDD1B3 background

This text has white color on #BDD1B3 background.