COLOR #BDD6D2

HEX: #BDD6D2
RGB: (189,214,210)

Color info

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

RGB color model

#BDD6D2 color RGB value is (189,214,210).

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

RGB channels and saturation

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

189
214
210

R + G + B ~ 80%. #BDD6D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 214 + 210 = 613 (100%)
R 189 of 613 ~ 30.83%
G 214 of 613 ~ 34.91%
B 210 of 613 ~ 34.26%

%30.83
%34.91
%34.26

CMYK color model

#BDD6D2 color CMYK value is (12,0,2,16).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 1.87%
  • key color value is 16.08%
CMYK:
(12,0,2,16)
C12M0Y2K16 
(12%,0%,2%,16%)
(0.12/0.00/0.02/0.16)	

CMYK percentages

%11.68
%0
%1.87
%16.08

Codes

Color #BDD6D2 in popluar color models

BDD6D2
RGB189214210
HSL170°23.36%79.02%
HSB/HSV170°11.68%83.92%
CMYK11.68%0.00%1.87%
16.08%

Color #BDD6D2 in popluar number systems.

HEXBDD6D2
Decimal189214210
Binary101111011101011011010010
Octal275326322

Shades and tints

Shades of #BDD6D2

#BDD6D2
(189,214,210)
#ACC3BF
(172,195,191)
#9BB0AC
(155,176,172)
#8A9D99
(138,157,153)
#798A86
(121,138,134)
#687773
(104,119,115)
#576460
(87,100,96)
#46514D
(70,81,77)
#353E3A
(53,62,58)
#242B27
(36,43,39)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #BDD6D2

#BDD6D2
(189,214,210)
#C3D9D6
(195,217,214)
#C9DCDA
(201,220,218)
#CFDFDE
(207,223,222)
#D5E2E2
(213,226,226)
#DBE5E6
(219,229,230)
#E1E8EA
(225,232,234)
#E7EBEE
(231,235,238)
#EDEEF2
(237,238,242)
#F3F1F6
(243,241,246)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD6D2; }

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

This text font color is #BDD6D2.


Background Color

.myBgColor { background-color: #BDD6D2; }

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

This div background color is #BDD6D2.


Border color

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

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

This div border color is #BDD6D2.


Opacity

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

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

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

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

This text has shadow with #BDD6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD6D2 on black background.


Color preview on white background

This text has color #BDD6D2 on white background.



Black color preview on #BDD6D2 background

This text has black color on #BDD6D2 background.


White color preview on #BDD6D2 background

This text has white color on #BDD6D2 background.