COLOR #BDDCD0

HEX: #BDDCD0
RGB: (189,220,208)

Color info

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

RGB color model

#BDDCD0 color RGB value is (189,220,208).

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

RGB channels and saturation

R 189 of 255 = 74%
G 220 of 255 = 86%
B 208 of 255 = 82%

189
220
208

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

Portions of RGB colors in percentages

R + G + B =
189 + 220 + 208 = 617 (100%)
R 189 of 617 ~ 30.63%
G 220 of 617 ~ 35.66%
B 208 of 617 ~ 33.71%

%30.63
%35.66
%33.71

CMYK color model

#BDDCD0 color CMYK value is (14,0,5,14).

  • cyan value is 14.09%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 13.73%
CMYK:
(14,0,5,14)
C14M0Y5K14 
(14%,0%,5%,14%)
(0.14/0.00/0.05/0.14)	

CMYK percentages

%14.09
%0
%5.45
%13.73

Codes

Color #BDDCD0 in popluar color models

BDDCD0
RGB189220208
HSL157°30.69%80.20%
HSB/HSV157°14.09%86.27%
CMYK14.09%0.00%5.45%
13.73%

Color #BDDCD0 in popluar number systems.

HEXBDDCD0
Decimal189220208
Binary101111011101110011010000
Octal275334320

Shades and tints

Shades of #BDDCD0

#BDDCD0
(189,220,208)
#ACC8BE
(172,200,190)
#9BB4AC
(155,180,172)
#8AA09A
(138,160,154)
#798C88
(121,140,136)
#687876
(104,120,118)
#576464
(87,100,100)
#465052
(70,80,82)
#353C40
(53,60,64)
#24282E
(36,40,46)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #BDDCD0

#BDDCD0
(189,220,208)
#C3DFD4
(195,223,212)
#C9E2D8
(201,226,216)
#CFE5DC
(207,229,220)
#D5E8E0
(213,232,224)
#DBEBE4
(219,235,228)
#E1EEE8
(225,238,232)
#E7F1EC
(231,241,236)
#EDF4F0
(237,244,240)
#F3F7F4
(243,247,244)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDCD0; }

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

This text font color is #BDDCD0.


Background Color

.myBgColor { background-color: #BDDCD0; }

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

This div background color is #BDDCD0.


Border color

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

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

This div border color is #BDDCD0.


Opacity

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

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

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

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

This text has shadow with #BDDCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDCD0 on black background.


Color preview on white background

This text has color #BDDCD0 on white background.



Black color preview on #BDDCD0 background

This text has black color on #BDDCD0 background.


White color preview on #BDDCD0 background

This text has white color on #BDDCD0 background.