COLOR #BDD3D0

HEX: #BDD3D0
RGB: (189,211,208)

Color info

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

RGB color model

#BDD3D0 color RGB value is (189,211,208).

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

RGB channels and saturation

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

189
211
208

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

Portions of RGB colors in percentages

R + G + B =
189 + 211 + 208 = 608 (100%)
R 189 of 608 ~ 31.09%
G 211 of 608 ~ 34.7%
B 208 of 608 ~ 34.21%

%31.09
%34.7
%34.21

CMYK color model

#BDD3D0 color CMYK value is (10,0,1,17).

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 1.42%
  • key color value is 17.25%
CMYK:
(10,0,1,17)
C10M0Y1K17 
(10%,0%,1%,17%)
(0.10/0.00/0.01/0.17)	

CMYK percentages

%10.43
%0
%1.42
%17.25

Codes

Color #BDD3D0 in popluar color models

BDD3D0
RGB189211208
HSL172°20.00%78.43%
HSB/HSV172°10.43%82.75%
CMYK10.43%0.00%1.42%
17.25%

Color #BDD3D0 in popluar number systems.

HEXBDD3D0
Decimal189211208
Binary101111011101001111010000
Octal275323320

Shades and tints

Shades of #BDD3D0

#BDD3D0
(189,211,208)
#ACC0BE
(172,192,190)
#9BADAC
(155,173,172)
#8A9A9A
(138,154,154)
#798788
(121,135,136)
#687476
(104,116,118)
#576164
(87,97,100)
#464E52
(70,78,82)
#353B40
(53,59,64)
#24282E
(36,40,46)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #BDD3D0

#BDD3D0
(189,211,208)
#C3D7D4
(195,215,212)
#C9DBD8
(201,219,216)
#CFDFDC
(207,223,220)
#D5E3E0
(213,227,224)
#DBE7E4
(219,231,228)
#E1EBE8
(225,235,232)
#E7EFEC
(231,239,236)
#EDF3F0
(237,243,240)
#F3F7F4
(243,247,244)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD3D0; }

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

This text font color is #BDD3D0.


Background Color

.myBgColor { background-color: #BDD3D0; }

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

This div background color is #BDD3D0.


Border color

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

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

This div border color is #BDD3D0.


Opacity

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

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

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

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

This text has shadow with #BDD3D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD3D0 on black background.


Color preview on white background

This text has color #BDD3D0 on white background.



Black color preview on #BDD3D0 background

This text has black color on #BDD3D0 background.


White color preview on #BDD3D0 background

This text has white color on #BDD3D0 background.