COLOR #BDF1E6

HEX: #BDF1E6
RGB: (189,241,230)

Color info

#BDF1E6 contains red, green and blue colors in about the same proportion. Web safe color of #BDF1E6 is #CCFFCC (or #CFC).

RGB color model

#BDF1E6 color RGB value is (189,241,230).

  • red value is 189;
  • green value is 241;
  • blue value is 230.
RGB:
(189,241,230)
(74%,95%,90%)

RGB channels and saturation

R 189 of 255 = 74%
G 241 of 255 = 95%
B 230 of 255 = 90%

189
241
230

R + G + B ~ 86%. #BDF1E6 is light color.

Portions of RGB colors in percentages

R + G + B =
189 + 241 + 230 = 660 (100%)
R 189 of 660 ~ 28.64%
G 241 of 660 ~ 36.52%
B 230 of 660 ~ 34.85%

%28.64
%36.52
%34.85

CMYK color model

#BDF1E6 color CMYK value is (22,0,5,5).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 4.56%
  • key color value is 5.49%
CMYK:
(22,0,5,5)
C22M0Y5K5 
(22%,0%,5%,5%)
(0.22/0.00/0.05/0.05)	

CMYK percentages

%21.58
%0
%4.56
%5.49

Codes

Color #BDF1E6 in popluar color models

BDF1E6
RGB189241230
HSL167°65.00%84.31%
HSB/HSV167°21.58%94.51%
CMYK21.58%0.00%4.56%
5.49%

Color #BDF1E6 in popluar number systems.

HEXBDF1E6
Decimal189241230
Binary101111011111000111100110
Octal275361346

Shades and tints

Shades of #BDF1E6

#BDF1E6
(189,241,230)
#ACDCD2
(172,220,210)
#9BC7BE
(155,199,190)
#8AB2AA
(138,178,170)
#799D96
(121,157,150)
#688882
(104,136,130)
#57736E
(87,115,110)
#465E5A
(70,94,90)
#354946
(53,73,70)
#243432
(36,52,50)
#131F1E
(19,31,30)
#000000
(0,0,0)

Tints of #BDF1E6

#BDF1E6
(189,241,230)
#C3F2E8
(195,242,232)
#C9F3EA
(201,243,234)
#CFF4EC
(207,244,236)
#D5F5EE
(213,245,238)
#DBF6F0
(219,246,240)
#E1F7F2
(225,247,242)
#E7F8F4
(231,248,244)
#EDF9F6
(237,249,246)
#F3FAF8
(243,250,248)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF1E6; }

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

This text font color is #BDF1E6.


Background Color

.myBgColor { background-color: #BDF1E6; }

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

This div background color is #BDF1E6.


Border color

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

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

This div border color is #BDF1E6.


Opacity

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

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

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

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

This text has shadow with #BDF1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF1E6 on black background.


Color preview on white background

This text has color #BDF1E6 on white background.



Black color preview on #BDF1E6 background

This text has black color on #BDF1E6 background.


White color preview on #BDF1E6 background

This text has white color on #BDF1E6 background.