COLOR #BDDFD8

HEX: #BDDFD8
RGB: (189,223,216)

Color info

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

RGB color model

#BDDFD8 color RGB value is (189,223,216).

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

RGB channels and saturation

R 189 of 255 = 74%
G 223 of 255 = 87%
B 216 of 255 = 85%

189
223
216

R + G + B ~ 82%. #BDDFD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 223 + 216 = 628 (100%)
R 189 of 628 ~ 30.1%
G 223 of 628 ~ 35.51%
B 216 of 628 ~ 34.39%

%30.1
%35.51
%34.39

CMYK color model

#BDDFD8 color CMYK value is (15,0,3,13).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 3.14%
  • key color value is 12.55%
CMYK: (15,0,3,13) C15M0Y3K13 (15%,0%,3%,13%) (0.15/0.00/0.03/0.13)

CMYK percentages

%15.25
%0
%3.14
%12.55

Codes

Color #BDDFD8 in popluar color models

BDDFD8
RGB189223216
HSL168°34.69%80.78%
HSB/HSV168°15.25%87.45%
CMYK15.25%0.00%3.14%
12.55%

Color #BDDFD8 in popluar number systems.

HEXBDDFD8
Decimal189223216
Binary101111011101111111011000
Octal275337330

Shades and tints

Shades of #BDDFD8

#BDDFD8
(189,223,216)
#ACCBC5
(172,203,197)
#9BB7B2
(155,183,178)
#8AA39F
(138,163,159)
#798F8C
(121,143,140)
#687B79
(104,123,121)
#576766
(87,103,102)
#465353
(70,83,83)
#353F40
(53,63,64)
#242B2D
(36,43,45)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #BDDFD8

#BDDFD8
(189,223,216)
#C3E1DB
(195,225,219)
#C9E3DE
(201,227,222)
#CFE5E1
(207,229,225)
#D5E7E4
(213,231,228)
#DBE9E7
(219,233,231)
#E1EBEA
(225,235,234)
#E7EDED
(231,237,237)
#EDEFF0
(237,239,240)
#F3F1F3
(243,241,243)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDFD8; }

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

This text font color is #BDDFD8.


Background Color

.myBgColor { background-color: #BDDFD8; }

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

This div background color is #BDDFD8.


Border color

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

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

This div border color is #BDDFD8.


Opacity

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

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

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

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

This text has shadow with #BDDFD8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BDDFD8 on black background.


Color preview on white background

This text has color #BDDFD8 on white background.



Black color preview on #BDDFD8 background

This text has black color on #BDDFD8 background.


White color preview on #BDDFD8 background

This text has white color on #BDDFD8 background.