COLOR #BDD4D2

HEX: #BDD4D2
RGB: (189,212,210)

Color info

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

RGB color model

#BDD4D2 color RGB value is (189,212,210).

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

RGB channels and saturation

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

189
212
210

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

Portions of RGB colors in percentages

R + G + B =
189 + 212 + 210 = 611 (100%)
R 189 of 611 ~ 30.93%
G 212 of 611 ~ 34.7%
B 210 of 611 ~ 34.37%

%30.93
%34.7
%34.37

CMYK color model

#BDD4D2 color CMYK value is (11,0,1,17).

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 0.94%
  • key color value is 16.86%
CMYK:
(11,0,1,17)
C11M0Y1K17 
(11%,0%,1%,17%)
(0.11/0.00/0.01/0.17)	

CMYK percentages

%10.85
%0
%0.94
%16.86

Codes

Color #BDD4D2 in popluar color models

BDD4D2
RGB189212210
HSL175°21.10%78.63%
HSB/HSV175°10.85%83.14%
CMYK10.85%0.00%0.94%
16.86%

Color #BDD4D2 in popluar number systems.

HEXBDD4D2
Decimal189212210
Binary101111011101010011010010
Octal275324322

Shades and tints

Shades of #BDD4D2

#BDD4D2
(189,212,210)
#ACC1BF
(172,193,191)
#9BAEAC
(155,174,172)
#8A9B99
(138,155,153)
#798886
(121,136,134)
#687573
(104,117,115)
#576260
(87,98,96)
#464F4D
(70,79,77)
#353C3A
(53,60,58)
#242927
(36,41,39)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #BDD4D2

#BDD4D2
(189,212,210)
#C3D7D6
(195,215,214)
#C9DADA
(201,218,218)
#CFDDDE
(207,221,222)
#D5E0E2
(213,224,226)
#DBE3E6
(219,227,230)
#E1E6EA
(225,230,234)
#E7E9EE
(231,233,238)
#EDECF2
(237,236,242)
#F3EFF6
(243,239,246)
#F9F2FA
(249,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD4D2; }

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

This text font color is #BDD4D2.


Background Color

.myBgColor { background-color: #BDD4D2; }

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

This div background color is #BDD4D2.


Border color

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

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

This div border color is #BDD4D2.


Opacity

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

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

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

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

This text has shadow with #BDD4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD4D2 on black background.


Color preview on white background

This text has color #BDD4D2 on white background.



Black color preview on #BDD4D2 background

This text has black color on #BDD4D2 background.


White color preview on #BDD4D2 background

This text has white color on #BDD4D2 background.