COLOR #BDD2BD

HEX: #BDD2BD
RGB: (189,210,189)

Color info

#BDD2BD contains red, green and blue colors in about the same proportion. Web safe color of #BDD2BD is #CCCCCC (or #CCC).

RGB color model

#BDD2BD color RGB value is (189,210,189).

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

RGB channels and saturation

R 189 of 255 = 74%
G 210 of 255 = 82%
B 189 of 255 = 74%

189
210
189

R + G + B ~ 77%. #BDD2BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 210 + 189 = 588 (100%)
R 189 of 588 ~ 32.14%
G 210 of 588 ~ 35.71%
B 189 of 588 ~ 32.14%

%32.14
%35.71
%32.14

CMYK color model

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

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 17.65%
CMYK:
(10,0,10,18)
C10M0Y10K18 
(10%,0%,10%,18%)
(0.10/0.00/0.10/0.18)	

CMYK percentages

%10
%0
%10
%17.65

Codes

Color #BDD2BD in popluar color models

BDD2BD
RGB189210189
HSL120°18.92%78.24%
HSB/HSV120°10.00%82.35%
CMYK10.00%0.00%10.00%
17.65%

Color #BDD2BD in popluar number systems.

HEXBDD2BD
Decimal189210189
Binary101111011101001010111101
Octal275322275

Shades and tints

Shades of #BDD2BD

#BDD2BD
(189,210,189)
#ACBFAC
(172,191,172)
#9BAC9B
(155,172,155)
#8A998A
(138,153,138)
#798679
(121,134,121)
#687368
(104,115,104)
#576057
(87,96,87)
#464D46
(70,77,70)
#353A35
(53,58,53)
#242724
(36,39,36)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #BDD2BD

#BDD2BD
(189,210,189)
#C3D6C3
(195,214,195)
#C9DAC9
(201,218,201)
#CFDECF
(207,222,207)
#D5E2D5
(213,226,213)
#DBE6DB
(219,230,219)
#E1EAE1
(225,234,225)
#E7EEE7
(231,238,231)
#EDF2ED
(237,242,237)
#F3F6F3
(243,246,243)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD2BD; }

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

This text font color is #BDD2BD.


Background Color

.myBgColor { background-color: #BDD2BD; }

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

This div background color is #BDD2BD.


Border color

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

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

This div border color is #BDD2BD.


Opacity

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

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

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

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

This text has shadow with #BDD2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD2BD on black background.


Color preview on white background

This text has color #BDD2BD on white background.



Black color preview on #BDD2BD background

This text has black color on #BDD2BD background.


White color preview on #BDD2BD background

This text has white color on #BDD2BD background.