COLOR #BDDDCF

HEX: #BDDDCF
RGB: (189,221,207)

Color info

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

RGB color model

#BDDDCF color RGB value is (189,221,207).

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

RGB channels and saturation

R 189 of 255 = 74%
G 221 of 255 = 87%
B 207 of 255 = 81%

189
221
207

R + G + B ~ 81%. #BDDDCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 221 + 207 = 617 (100%)
R 189 of 617 ~ 30.63%
G 221 of 617 ~ 35.82%
B 207 of 617 ~ 33.55%

%30.63
%35.82
%33.55

CMYK color model

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

  • cyan value is 14.48%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 13.33%
CMYK:
(14,0,6,13)
C14M0Y6K13 
(14%,0%,6%,13%)
(0.14/0.00/0.06/0.13)	

CMYK percentages

%14.48
%0
%6.33
%13.33

Codes

Color #BDDDCF in popluar color models

BDDDCF
RGB189221207
HSL154°32.00%80.39%
HSB/HSV154°14.48%86.67%
CMYK14.48%0.00%6.33%
13.33%

Color #BDDDCF in popluar number systems.

HEXBDDDCF
Decimal189221207
Binary101111011101110111001111
Octal275335317

Shades and tints

Shades of #BDDDCF

#BDDDCF
(189,221,207)
#ACC9BD
(172,201,189)
#9BB5AB
(155,181,171)
#8AA199
(138,161,153)
#798D87
(121,141,135)
#687975
(104,121,117)
#576563
(87,101,99)
#465151
(70,81,81)
#353D3F
(53,61,63)
#24292D
(36,41,45)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #BDDDCF

#BDDDCF
(189,221,207)
#C3E0D3
(195,224,211)
#C9E3D7
(201,227,215)
#CFE6DB
(207,230,219)
#D5E9DF
(213,233,223)
#DBECE3
(219,236,227)
#E1EFE7
(225,239,231)
#E7F2EB
(231,242,235)
#EDF5EF
(237,245,239)
#F3F8F3
(243,248,243)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDDCF; }

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

This text font color is #BDDDCF.


Background Color

.myBgColor { background-color: #BDDDCF; }

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

This div background color is #BDDDCF.


Border color

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

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

This div border color is #BDDDCF.


Opacity

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

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

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

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

This text has shadow with #BDDDCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDDCF on black background.


Color preview on white background

This text has color #BDDDCF on white background.



Black color preview on #BDDDCF background

This text has black color on #BDDDCF background.


White color preview on #BDDDCF background

This text has white color on #BDDDCF background.