COLOR #BDE1E1

HEX: #BDE1E1
RGB: (189,225,225)

Color info

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

RGB color model

#BDE1E1 color RGB value is (189,225,225).

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

RGB channels and saturation

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

189
225
225

R + G + B ~ 83%. #BDE1E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 225 + 225 = 639 (100%)
R 189 of 639 ~ 29.58%
G 225 of 639 ~ 35.21%
B 225 of 639 ~ 35.21%

%29.58
%35.21
%35.21

CMYK color model

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

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

CMYK percentages

%16
%0
%0
%11.76

Codes

Color #BDE1E1 in popluar color models

BDE1E1
RGB189225225
HSL180°37.50%81.18%
HSB/HSV180°16.00%88.24%
CMYK16.00%0.00%0.00%
11.76%

Color #BDE1E1 in popluar number systems.

HEXBDE1E1
Decimal189225225
Binary101111011110000111100001
Octal275341341

Shades and tints

Shades of #BDE1E1

#BDE1E1
(189,225,225)
#ACCDCD
(172,205,205)
#9BB9B9
(155,185,185)
#8AA5A5
(138,165,165)
#799191
(121,145,145)
#687D7D
(104,125,125)
#576969
(87,105,105)
#465555
(70,85,85)
#354141
(53,65,65)
#242D2D
(36,45,45)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #BDE1E1

#BDE1E1
(189,225,225)
#C3E3E3
(195,227,227)
#C9E5E5
(201,229,229)
#CFE7E7
(207,231,231)
#D5E9E9
(213,233,233)
#DBEBEB
(219,235,235)
#E1EDED
(225,237,237)
#E7EFEF
(231,239,239)
#EDF1F1
(237,241,241)
#F3F3F3
(243,243,243)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE1E1; }

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

This text font color is #BDE1E1.


Background Color

.myBgColor { background-color: #BDE1E1; }

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

This div background color is #BDE1E1.


Border color

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

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

This div border color is #BDE1E1.


Opacity

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

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

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

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

This text has shadow with #BDE1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE1E1 on black background.


Color preview on white background

This text has color #BDE1E1 on white background.



Black color preview on #BDE1E1 background

This text has black color on #BDE1E1 background.


White color preview on #BDE1E1 background

This text has white color on #BDE1E1 background.