COLOR #BDDFD7

HEX: #BDDFD7
RGB: (189,223,215)

Color info

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

RGB color model

#BDDFD7 color RGB value is (189,223,215).

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

RGB channels and saturation

R 189 of 255 = 74%
G 223 of 255 = 87%
B 215 of 255 = 84%

189
223
215

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

Portions of RGB colors in percentages

R + G + B =
189 + 223 + 215 = 627 (100%)
R 189 of 627 ~ 30.14%
G 223 of 627 ~ 35.57%
B 215 of 627 ~ 34.29%

%30.14
%35.57
%34.29

CMYK color model

#BDDFD7 color CMYK value is (15,0,4,13).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • key color value is 12.55%
CMYK:
(15,0,4,13)
C15M0Y4K13 
(15%,0%,4%,13%)
(0.15/0.00/0.04/0.13)	

CMYK percentages

%15.25
%0
%3.59
%12.55

Codes

Color #BDDFD7 in popluar color models

BDDFD7
RGB189223215
HSL166°34.69%80.78%
HSB/HSV166°15.25%87.45%
CMYK15.25%0.00%3.59%
12.55%

Color #BDDFD7 in popluar number systems.

HEXBDDFD7
Decimal189223215
Binary101111011101111111010111
Octal275337327

Shades and tints

Shades of #BDDFD7

#BDDFD7
(189,223,215)
#ACCBC4
(172,203,196)
#9BB7B1
(155,183,177)
#8AA39E
(138,163,158)
#798F8B
(121,143,139)
#687B78
(104,123,120)
#576765
(87,103,101)
#465352
(70,83,82)
#353F3F
(53,63,63)
#242B2C
(36,43,44)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #BDDFD7

#BDDFD7
(189,223,215)
#C3E1DA
(195,225,218)
#C9E3DD
(201,227,221)
#CFE5E0
(207,229,224)
#D5E7E3
(213,231,227)
#DBE9E6
(219,233,230)
#E1EBE9
(225,235,233)
#E7EDEC
(231,237,236)
#EDEFEF
(237,239,239)
#F3F1F2
(243,241,242)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDFD7; }

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

This text font color is #BDDFD7.


Background Color

.myBgColor { background-color: #BDDFD7; }

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

This div background color is #BDDFD7.


Border color

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

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

This div border color is #BDDFD7.


Opacity

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

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

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

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

This text has shadow with #BDDFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDFD7 on black background.


Color preview on white background

This text has color #BDDFD7 on white background.



Black color preview on #BDDFD7 background

This text has black color on #BDDFD7 background.


White color preview on #BDDFD7 background

This text has white color on #BDDFD7 background.