COLOR #BDDDCE

HEX: #BDDDCE
RGB: (189,221,206)

Color info

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

RGB color model

#BDDDCE color RGB value is (189,221,206).

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

RGB channels and saturation

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

189
221
206

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

Portions of RGB colors in percentages

R + G + B =
189 + 221 + 206 = 616 (100%)
R 189 of 616 ~ 30.68%
G 221 of 616 ~ 35.88%
B 206 of 616 ~ 33.44%

%30.68
%35.88
%33.44

CMYK color model

#BDDDCE color CMYK value is (14,0,7,13).

  • cyan value is 14.48%
  • magenta value is 0.00%
  • yellow value is 6.79%
  • key color value is 13.33%
CMYK:
(14,0,7,13)
C14M0Y7K13 
(14%,0%,7%,13%)
(0.14/0.00/0.07/0.13)	

CMYK percentages

%14.48
%0
%6.79
%13.33

Codes

Color #BDDDCE in popluar color models

BDDDCE
RGB189221206
HSL152°32.00%80.39%
HSB/HSV152°14.48%86.67%
CMYK14.48%0.00%6.79%
13.33%

Color #BDDDCE in popluar number systems.

HEXBDDDCE
Decimal189221206
Binary101111011101110111001110
Octal275335316

Shades and tints

Shades of #BDDDCE

#BDDDCE
(189,221,206)
#ACC9BC
(172,201,188)
#9BB5AA
(155,181,170)
#8AA198
(138,161,152)
#798D86
(121,141,134)
#687974
(104,121,116)
#576562
(87,101,98)
#465150
(70,81,80)
#353D3E
(53,61,62)
#24292C
(36,41,44)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #BDDDCE

#BDDDCE
(189,221,206)
#C3E0D2
(195,224,210)
#C9E3D6
(201,227,214)
#CFE6DA
(207,230,218)
#D5E9DE
(213,233,222)
#DBECE2
(219,236,226)
#E1EFE6
(225,239,230)
#E7F2EA
(231,242,234)
#EDF5EE
(237,245,238)
#F3F8F2
(243,248,242)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDDCE; }

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

This text font color is #BDDDCE.


Background Color

.myBgColor { background-color: #BDDDCE; }

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

This div background color is #BDDDCE.


Border color

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

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

This div border color is #BDDDCE.


Opacity

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

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

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

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

This text has shadow with #BDDDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDDCE on black background.


Color preview on white background

This text has color #BDDDCE on white background.



Black color preview on #BDDDCE background

This text has black color on #BDDDCE background.


White color preview on #BDDDCE background

This text has white color on #BDDDCE background.