COLOR #BDD0D3

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

189
208
211

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

Portions of RGB colors in percentages

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

%31.09
%34.21
%34.7

CMYK color model

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

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

CMYK percentages

%10.43
%1.42
%0
%17.25

Codes

Color #BDD0D3 in popluar color models

BDD0D3
RGB189208211
HSL188°20.00%78.43%
HSB/HSV188°10.43%82.75%
CMYK10.43%1.42%0.00%
17.25%

Color #BDD0D3 in popluar number systems.

HEXBDD0D3
Decimal189208211
Binary101111011101000011010011
Octal275320323

Shades and tints

Shades of #BDD0D3

#BDD0D3
(189,208,211)
#ACBEC0
(172,190,192)
#9BACAD
(155,172,173)
#8A9A9A
(138,154,154)
#798887
(121,136,135)
#687674
(104,118,116)
#576461
(87,100,97)
#46524E
(70,82,78)
#35403B
(53,64,59)
#242E28
(36,46,40)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #BDD0D3

#BDD0D3
(189,208,211)
#C3D4D7
(195,212,215)
#C9D8DB
(201,216,219)
#CFDCDF
(207,220,223)
#D5E0E3
(213,224,227)
#DBE4E7
(219,228,231)
#E1E8EB
(225,232,235)
#E7ECEF
(231,236,239)
#EDF0F3
(237,240,243)
#F3F4F7
(243,244,247)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD0D3; }

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

This text font color is #BDD0D3.


Background Color

.myBgColor { background-color: #BDD0D3; }

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

This div background color is #BDD0D3.


Border color

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

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

This div border color is #BDD0D3.


Opacity

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

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

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

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

This text has shadow with #BDD0D3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BDD0D3 on black background.


Color preview on white background

This text has color #BDD0D3 on white background.



Black color preview on #BDD0D3 background

This text has black color on #BDD0D3 background.


White color preview on #BDD0D3 background

This text has white color on #BDD0D3 background.