COLOR #BDE1D1

HEX: #BDE1D1
RGB: (189,225,209)

Color info

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

RGB color model

#BDE1D1 color RGB value is (189,225,209).

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

RGB channels and saturation

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

189
225
209

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

Portions of RGB colors in percentages

R + G + B =
189 + 225 + 209 = 623 (100%)
R 189 of 623 ~ 30.34%
G 225 of 623 ~ 36.12%
B 209 of 623 ~ 33.55%

%30.34
%36.12
%33.55

CMYK color model

#BDE1D1 color CMYK value is (16,0,7,12).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 11.76%
CMYK:
(16,0,7,12)
C16M0Y7K12 
(16%,0%,7%,12%)
(0.16/0.00/0.07/0.12)	

CMYK percentages

%16
%0
%7.11
%11.76

Codes

Color #BDE1D1 in popluar color models

BDE1D1
RGB189225209
HSL153°37.50%81.18%
HSB/HSV153°16.00%88.24%
CMYK16.00%0.00%7.11%
11.76%

Color #BDE1D1 in popluar number systems.

HEXBDE1D1
Decimal189225209
Binary101111011110000111010001
Octal275341321

Shades and tints

Shades of #BDE1D1

#BDE1D1
(189,225,209)
#ACCDBE
(172,205,190)
#9BB9AB
(155,185,171)
#8AA598
(138,165,152)
#799185
(121,145,133)
#687D72
(104,125,114)
#57695F
(87,105,95)
#46554C
(70,85,76)
#354139
(53,65,57)
#242D26
(36,45,38)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #BDE1D1

#BDE1D1
(189,225,209)
#C3E3D5
(195,227,213)
#C9E5D9
(201,229,217)
#CFE7DD
(207,231,221)
#D5E9E1
(213,233,225)
#DBEBE5
(219,235,229)
#E1EDE9
(225,237,233)
#E7EFED
(231,239,237)
#EDF1F1
(237,241,241)
#F3F3F5
(243,243,245)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE1D1; }

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

This text font color is #BDE1D1.


Background Color

.myBgColor { background-color: #BDE1D1; }

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

This div background color is #BDE1D1.


Border color

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

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

This div border color is #BDE1D1.


Opacity

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

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

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

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

This text has shadow with #BDE1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE1D1 on black background.


Color preview on white background

This text has color #BDE1D1 on white background.



Black color preview on #BDE1D1 background

This text has black color on #BDE1D1 background.


White color preview on #BDE1D1 background

This text has white color on #BDE1D1 background.