COLOR #BDD8C7

HEX: #BDD8C7
RGB: (189,216,199)

Color info

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

RGB color model

#BDD8C7 color RGB value is (189,216,199).

  • red value is 189;
  • green value is 216;
  • blue value is 199.
RGB:
(189,216,199)
(74%,85%,78%)

RGB channels and saturation

R 189 of 255 = 74%
G 216 of 255 = 85%
B 199 of 255 = 78%

189
216
199

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

Portions of RGB colors in percentages

R + G + B =
189 + 216 + 199 = 604 (100%)
R 189 of 604 ~ 31.29%
G 216 of 604 ~ 35.76%
B 199 of 604 ~ 32.95%

%31.29
%35.76
%32.95

CMYK color model

#BDD8C7 color CMYK value is (13,0,8,15).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 7.87%
  • key color value is 15.29%
CMYK:
(13,0,8,15)
C13M0Y8K15 
(13%,0%,8%,15%)
(0.13/0.00/0.08/0.15)	

CMYK percentages

%12.5
%0
%7.87
%15.29

Codes

Color #BDD8C7 in popluar color models

BDD8C7
RGB189216199
HSL142°25.71%79.41%
HSB/HSV142°12.50%84.71%
CMYK12.50%0.00%7.87%
15.29%

Color #BDD8C7 in popluar number systems.

HEXBDD8C7
Decimal189216199
Binary101111011101100011000111
Octal275330307

Shades and tints

Shades of #BDD8C7

#BDD8C7
(189,216,199)
#ACC5B5
(172,197,181)
#9BB2A3
(155,178,163)
#8A9F91
(138,159,145)
#798C7F
(121,140,127)
#68796D
(104,121,109)
#57665B
(87,102,91)
#465349
(70,83,73)
#354037
(53,64,55)
#242D25
(36,45,37)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #BDD8C7

#BDD8C7
(189,216,199)
#C3DBCC
(195,219,204)
#C9DED1
(201,222,209)
#CFE1D6
(207,225,214)
#D5E4DB
(213,228,219)
#DBE7E0
(219,231,224)
#E1EAE5
(225,234,229)
#E7EDEA
(231,237,234)
#EDF0EF
(237,240,239)
#F3F3F4
(243,243,244)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD8C7 color. Also use rgb(189,216,199) instead hex code.

Text Font Color

.myTextColor { color: #BDD8C7; }

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

This text font color is #BDD8C7.


Background Color

.myBgColor { background-color: #BDD8C7; }

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

This div background color is #BDD8C7.


Border color

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

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

This div border color is #BDD8C7.


Opacity

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

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

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

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

This text has shadow with #BDD8C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD8C7 on black background.


Color preview on white background

This text has color #BDD8C7 on white background.



Black color preview on #BDD8C7 background

This text has black color on #BDD8C7 background.


White color preview on #BDD8C7 background

This text has white color on #BDD8C7 background.