COLOR #BDD4C8

HEX: #BDD4C8
RGB: (189,212,200)

Color info

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

RGB color model

#BDD4C8 color RGB value is (189,212,200).

  • red value is 189;
  • green value is 212;
  • blue value is 200.
RGB:
(189,212,200)
(74%,83%,78%)

RGB channels and saturation

R 189 of 255 = 74%
G 212 of 255 = 83%
B 200 of 255 = 78%

189
212
200

R + G + B ~ 78%. #BDD4C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 212 + 200 = 601 (100%)
R 189 of 601 ~ 31.45%
G 212 of 601 ~ 35.27%
B 200 of 601 ~ 33.28%

%31.45
%35.27
%33.28

CMYK color model

#BDD4C8 color CMYK value is (11,0,6,17).

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 5.66%
  • key color value is 16.86%
CMYK:
(11,0,6,17)
C11M0Y6K17 
(11%,0%,6%,17%)
(0.11/0.00/0.06/0.17)	

CMYK percentages

%10.85
%0
%5.66
%16.86

Codes

Color #BDD4C8 in popluar color models

BDD4C8
RGB189212200
HSL149°21.10%78.63%
HSB/HSV149°10.85%83.14%
CMYK10.85%0.00%5.66%
16.86%

Color #BDD4C8 in popluar number systems.

HEXBDD4C8
Decimal189212200
Binary101111011101010011001000
Octal275324310

Shades and tints

Shades of #BDD4C8

#BDD4C8
(189,212,200)
#ACC1B6
(172,193,182)
#9BAEA4
(155,174,164)
#8A9B92
(138,155,146)
#798880
(121,136,128)
#68756E
(104,117,110)
#57625C
(87,98,92)
#464F4A
(70,79,74)
#353C38
(53,60,56)
#242926
(36,41,38)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #BDD4C8

#BDD4C8
(189,212,200)
#C3D7CD
(195,215,205)
#C9DAD2
(201,218,210)
#CFDDD7
(207,221,215)
#D5E0DC
(213,224,220)
#DBE3E1
(219,227,225)
#E1E6E6
(225,230,230)
#E7E9EB
(231,233,235)
#EDECF0
(237,236,240)
#F3EFF5
(243,239,245)
#F9F2FA
(249,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD4C8; }

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

This text font color is #BDD4C8.


Background Color

.myBgColor { background-color: #BDD4C8; }

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

This div background color is #BDD4C8.


Border color

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

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

This div border color is #BDD4C8.


Opacity

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

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

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

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

This text has shadow with #BDD4C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD4C8 on black background.


Color preview on white background

This text has color #BDD4C8 on white background.



Black color preview on #BDD4C8 background

This text has black color on #BDD4C8 background.


White color preview on #BDD4C8 background

This text has white color on #BDD4C8 background.