COLOR #BDDCCF

HEX: #BDDCCF
RGB: (189,220,207)

Color info

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

RGB color model

#BDDCCF color RGB value is (189,220,207).

  • red value is 189;
  • green value is 220;
  • blue value is 207.
RGB:
(189,220,207)
(74%,86%,81%)

RGB channels and saturation

R 189 of 255 = 74%
G 220 of 255 = 86%
B 207 of 255 = 81%

189
220
207

R + G + B ~ 80%. #BDDCCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 220 + 207 = 616 (100%)
R 189 of 616 ~ 30.68%
G 220 of 616 ~ 35.71%
B 207 of 616 ~ 33.6%

%30.68
%35.71
%33.6

CMYK color model

#BDDCCF color CMYK value is (14,0,6,14).

  • cyan value is 14.09%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 13.73%
CMYK:
(14,0,6,14)
C14M0Y6K14 
(14%,0%,6%,14%)
(0.14/0.00/0.06/0.14)	

CMYK percentages

%14.09
%0
%5.91
%13.73

Codes

Color #BDDCCF in popluar color models

BDDCCF
RGB189220207
HSL155°30.69%80.20%
HSB/HSV155°14.09%86.27%
CMYK14.09%0.00%5.91%
13.73%

Color #BDDCCF in popluar number systems.

HEXBDDCCF
Decimal189220207
Binary101111011101110011001111
Octal275334317

Shades and tints

Shades of #BDDCCF

#BDDCCF
(189,220,207)
#ACC8BD
(172,200,189)
#9BB4AB
(155,180,171)
#8AA099
(138,160,153)
#798C87
(121,140,135)
#687875
(104,120,117)
#576463
(87,100,99)
#465051
(70,80,81)
#353C3F
(53,60,63)
#24282D
(36,40,45)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #BDDCCF

#BDDCCF
(189,220,207)
#C3DFD3
(195,223,211)
#C9E2D7
(201,226,215)
#CFE5DB
(207,229,219)
#D5E8DF
(213,232,223)
#DBEBE3
(219,235,227)
#E1EEE7
(225,238,231)
#E7F1EB
(231,241,235)
#EDF4EF
(237,244,239)
#F3F7F3
(243,247,243)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDCCF; }

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

This text font color is #BDDCCF.


Background Color

.myBgColor { background-color: #BDDCCF; }

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

This div background color is #BDDCCF.


Border color

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

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

This div border color is #BDDCCF.


Opacity

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

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

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

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

This text has shadow with #BDDCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDCCF on black background.


Color preview on white background

This text has color #BDDCCF on white background.



Black color preview on #BDDCCF background

This text has black color on #BDDCCF background.


White color preview on #BDDCCF background

This text has white color on #BDDCCF background.