COLOR #BDD1D1

HEX: #BDD1D1
RGB: (189,209,209)

Color info

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

RGB color model

#BDD1D1 color RGB value is (189,209,209).

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

RGB channels and saturation

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

189
209
209

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

Portions of RGB colors in percentages

R + G + B =
189 + 209 + 209 = 607 (100%)
R 189 of 607 ~ 31.14%
G 209 of 607 ~ 34.43%
B 209 of 607 ~ 34.43%

%31.14
%34.43
%34.43

CMYK color model

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

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

CMYK percentages

%9.57
%0
%0
%18.04

Codes

Color #BDD1D1 in popluar color models

BDD1D1
RGB189209209
HSL180°17.86%78.04%
HSB/HSV180°9.57%81.96%
CMYK9.57%0.00%0.00%
18.04%

Color #BDD1D1 in popluar number systems.

HEXBDD1D1
Decimal189209209
Binary101111011101000111010001
Octal275321321

Shades and tints

Shades of #BDD1D1

#BDD1D1
(189,209,209)
#ACBEBE
(172,190,190)
#9BABAB
(155,171,171)
#8A9898
(138,152,152)
#798585
(121,133,133)
#687272
(104,114,114)
#575F5F
(87,95,95)
#464C4C
(70,76,76)
#353939
(53,57,57)
#242626
(36,38,38)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #BDD1D1

#BDD1D1
(189,209,209)
#C3D5D5
(195,213,213)
#C9D9D9
(201,217,217)
#CFDDDD
(207,221,221)
#D5E1E1
(213,225,225)
#DBE5E5
(219,229,229)
#E1E9E9
(225,233,233)
#E7EDED
(231,237,237)
#EDF1F1
(237,241,241)
#F3F5F5
(243,245,245)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD1D1; }

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

This text font color is #BDD1D1.


Background Color

.myBgColor { background-color: #BDD1D1; }

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

This div background color is #BDD1D1.


Border color

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

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

This div border color is #BDD1D1.


Opacity

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

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

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

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

This text has shadow with #BDD1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD1D1 on black background.


Color preview on white background

This text has color #BDD1D1 on white background.



Black color preview on #BDD1D1 background

This text has black color on #BDD1D1 background.


White color preview on #BDD1D1 background

This text has white color on #BDD1D1 background.