COLOR #BDD4D0

HEX: #BDD4D0
RGB: (189,212,208)

Color info

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

RGB color model

#BDD4D0 color RGB value is (189,212,208).

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

RGB channels and saturation

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

189
212
208

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

Portions of RGB colors in percentages

R + G + B =
189 + 212 + 208 = 609 (100%)
R 189 of 609 ~ 31.03%
G 212 of 609 ~ 34.81%
B 208 of 609 ~ 34.15%

%31.03
%34.81
%34.15

CMYK color model

#BDD4D0 color CMYK value is (11,0,2,17).

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 1.89%
  • key color value is 16.86%
CMYK:
(11,0,2,17)
C11M0Y2K17 
(11%,0%,2%,17%)
(0.11/0.00/0.02/0.17)	

CMYK percentages

%10.85
%0
%1.89
%16.86

Codes

Color #BDD4D0 in popluar color models

BDD4D0
RGB189212208
HSL170°21.10%78.63%
HSB/HSV170°10.85%83.14%
CMYK10.85%0.00%1.89%
16.86%

Color #BDD4D0 in popluar number systems.

HEXBDD4D0
Decimal189212208
Binary101111011101010011010000
Octal275324320

Shades and tints

Shades of #BDD4D0

#BDD4D0
(189,212,208)
#ACC1BE
(172,193,190)
#9BAEAC
(155,174,172)
#8A9B9A
(138,155,154)
#798888
(121,136,136)
#687576
(104,117,118)
#576264
(87,98,100)
#464F52
(70,79,82)
#353C40
(53,60,64)
#24292E
(36,41,46)
#13161C
(19,22,28)
#000000
(0,0,0)

Tints of #BDD4D0

#BDD4D0
(189,212,208)
#C3D7D4
(195,215,212)
#C9DAD8
(201,218,216)
#CFDDDC
(207,221,220)
#D5E0E0
(213,224,224)
#DBE3E4
(219,227,228)
#E1E6E8
(225,230,232)
#E7E9EC
(231,233,236)
#EDECF0
(237,236,240)
#F3EFF4
(243,239,244)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD4D0; }

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

This text font color is #BDD4D0.


Background Color

.myBgColor { background-color: #BDD4D0; }

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

This div background color is #BDD4D0.


Border color

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

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

This div border color is #BDD4D0.


Opacity

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

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

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

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

This text has shadow with #BDD4D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD4D0 on black background.


Color preview on white background

This text has color #BDD4D0 on white background.



Black color preview on #BDD4D0 background

This text has black color on #BDD4D0 background.


White color preview on #BDD4D0 background

This text has white color on #BDD4D0 background.