COLOR #BDD2D1

HEX: #BDD2D1
RGB: (189,210,209)

Color info

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

RGB color model

#BDD2D1 color RGB value is (189,210,209).

  • red value is 189;
  • green value is 210;
  • blue value is 209.
RGB:
(189,210,209)
(74%,82%,82%)

RGB channels and saturation

R 189 of 255 = 74%
G 210 of 255 = 82%
B 209 of 255 = 82%

189
210
209

R + G + B ~ 79%. #BDD2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 210 + 209 = 608 (100%)
R 189 of 608 ~ 31.09%
G 210 of 608 ~ 34.54%
B 209 of 608 ~ 34.38%

%31.09
%34.54
%34.38

CMYK color model

#BDD2D1 color CMYK value is (10,0,0,18).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 0.48%
  • key color value is 17.65%
CMYK:
(10,0,0,18)
C10M0Y0K18 
(10%,0%,0%,18%)
(0.10/0.00/0.00/0.18)	

CMYK percentages

%10
%0
%0.48
%17.65

Codes

Color #BDD2D1 in popluar color models

BDD2D1
RGB189210209
HSL177°18.92%78.24%
HSB/HSV177°10.00%82.35%
CMYK10.00%0.00%0.48%
17.65%

Color #BDD2D1 in popluar number systems.

HEXBDD2D1
Decimal189210209
Binary101111011101001011010001
Octal275322321

Shades and tints

Shades of #BDD2D1

#BDD2D1
(189,210,209)
#ACBFBE
(172,191,190)
#9BACAB
(155,172,171)
#8A9998
(138,153,152)
#798685
(121,134,133)
#687372
(104,115,114)
#57605F
(87,96,95)
#464D4C
(70,77,76)
#353A39
(53,58,57)
#242726
(36,39,38)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #BDD2D1

#BDD2D1
(189,210,209)
#C3D6D5
(195,214,213)
#C9DAD9
(201,218,217)
#CFDEDD
(207,222,221)
#D5E2E1
(213,226,225)
#DBE6E5
(219,230,229)
#E1EAE9
(225,234,233)
#E7EEED
(231,238,237)
#EDF2F1
(237,242,241)
#F3F6F5
(243,246,245)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD2D1 color. Also use rgb(189,210,209) instead hex code.

Text Font Color

.myTextColor { color: #BDD2D1; }

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

This text font color is #BDD2D1.


Background Color

.myBgColor { background-color: #BDD2D1; }

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

This div background color is #BDD2D1.


Border color

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

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

This div border color is #BDD2D1.


Opacity

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

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

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

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

This text has shadow with #BDD2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD2D1 on black background.


Color preview on white background

This text has color #BDD2D1 on white background.



Black color preview on #BDD2D1 background

This text has black color on #BDD2D1 background.


White color preview on #BDD2D1 background

This text has white color on #BDD2D1 background.