COLOR #BDD0DD

HEX: #BDD0DD
RGB: (189,208,221)

Color info

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

RGB color model

#BDD0DD color RGB value is (189,208,221).

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

RGB channels and saturation

R 189 of 255 = 74%
G 208 of 255 = 82%
B 221 of 255 = 87%

189
208
221

R + G + B ~ 81%. #BDD0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 208 + 221 = 618 (100%)
R 189 of 618 ~ 30.58%
G 208 of 618 ~ 33.66%
B 221 of 618 ~ 35.76%

%30.58
%33.66
%35.76

CMYK color model

#BDD0DD color CMYK value is (14,6,0,13).

  • cyan value is 14.48%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,6,0,13)
C14M6Y0K13 
(14%,6%,0%,13%)
(0.14/0.06/0.00/0.13)	

CMYK percentages

%14.48
%5.88
%0
%13.33

Codes

Color #BDD0DD in popluar color models

BDD0DD
RGB189208221
HSL204°32.00%80.39%
HSB/HSV204°14.48%86.67%
CMYK14.48%5.88%0.00%
13.33%

Color #BDD0DD in popluar number systems.

HEXBDD0DD
Decimal189208221
Binary101111011101000011011101
Octal275320335

Shades and tints

Shades of #BDD0DD

#BDD0DD
(189,208,221)
#ACBEC9
(172,190,201)
#9BACB5
(155,172,181)
#8A9AA1
(138,154,161)
#79888D
(121,136,141)
#687679
(104,118,121)
#576465
(87,100,101)
#465251
(70,82,81)
#35403D
(53,64,61)
#242E29
(36,46,41)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #BDD0DD

#BDD0DD
(189,208,221)
#C3D4E0
(195,212,224)
#C9D8E3
(201,216,227)
#CFDCE6
(207,220,230)
#D5E0E9
(213,224,233)
#DBE4EC
(219,228,236)
#E1E8EF
(225,232,239)
#E7ECF2
(231,236,242)
#EDF0F5
(237,240,245)
#F3F4F8
(243,244,248)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD0DD; }

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

This text font color is #BDD0DD.


Background Color

.myBgColor { background-color: #BDD0DD; }

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

This div background color is #BDD0DD.


Border color

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

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

This div border color is #BDD0DD.


Opacity

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

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

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

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

This text has shadow with #BDD0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD0DD on black background.


Color preview on white background

This text has color #BDD0DD on white background.



Black color preview on #BDD0DD background

This text has black color on #BDD0DD background.


White color preview on #BDD0DD background

This text has white color on #BDD0DD background.