COLOR #BDD4CF

HEX: #BDD4CF RGB: (189,212,207)

Color info

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

RGB color model

#BDD4CF color RGB value is (189,212,207).

RGB: (189,212,207) (74%, 83%, 81%)

RGB channels and saturation

R 189 of 255 = 74%
G 212 of 255 = 83%
B 207 of 255 = 81%

189
212
207

R + G + B ~ 79%. #BDD4CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 212 + 207 = 608 (100%)
R 189 of 608 ~ 31.09%
G 212 of 608 ~ 34.87%
B 207 of 608 ~ 34.05'%

%31.09
%34.87
%34.05

CMYK color model

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

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 2.36%
  • 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
%2.36
%16.86

Codes

Color #BDD4CF in popluar color models

BD D4 CF
RGB 189 212 207
HSL 167° 21.10% 78.63%
HSB/HSV 167° 10.85% 83.14%
CMYK 10.85% 0.00% 2.36%
16.86%

Color #BDD4CF in popluar number systems.

HEX BD D4 CF
Decimal 189 212 207
Binary 10111101 11010100 11001111
Octal 275 324 317

Shades and tints

Shades of #BDD4CF

#BDD4CF
(189,212,207)
#ACC1BD
(172,193,189)
#9BAEAB
(155,174,171)
#8A9B99
(138,155,153)
#798887
(121,136,135)
#687575
(104,117,117)
#576263
(87,98,99)
#464F51
(70,79,81)
#353C3F
(53,60,63)
#24292D
(36,41,45)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #BDD4CF

#BDD4CF
(189,212,207)
#C3D7D3
(195,215,211)
#C9DAD7
(201,218,215)
#CFDDDB
(207,221,219)
#D5E0DF
(213,224,223)
#DBE3E3
(219,227,227)
#E1E6E7
(225,230,231)
#E7E9EB
(231,233,235)
#EDECEF
(237,236,239)
#F3EFF3
(243,239,243)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD4CF; }

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

This text font color is #BDD4CF.

Background Color

.myBgColor { background-color: #BDD4CF; }

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

This div background color is #BDD4CF.

Border color

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

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

This div border color is #BDD4CF.

Opacity

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

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

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

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

This text has shadow with #BDD4CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD4CF.

Preview

Color preview on black background

This text has color #BDD4CF on black background.


Color preview on white background

This text has color #BDD4CF on white background.


Black color preview on #BDD4CF background

This text has black color on #BDD4CF background.


White color preview on #BDD4CF background

This text has white color on #BDD4CF background.


Related colors

Complementary color

Complementary color for #hex is #422B30.


I love getcolorcode.com

Triadic colors

1 #CFBDD4 and #D4CFBD with #BDD4CF are triadic colors.

2 #CFD4BD and #D4BDCF with #BDD4CF are triadic colors.