COLOR #BDF2E8

HEX: #BDF2E8
RGB: (189,242,232)

Color info

#BDF2E8 contains red, green and blue colors in about the same proportion. Web safe color of #BDF2E8 is #CCFFFF (or #CFF).

RGB color model

#BDF2E8 color RGB value is (189,242,232).

  • red value is 189;
  • green value is 242;
  • blue value is 232.
RGB:
(189,242,232)
(74%,95%,91%)

RGB channels and saturation

R 189 of 255 = 74%
G 242 of 255 = 95%
B 232 of 255 = 91%

189
242
232

R + G + B ~ 87%. #BDF2E8 is light color.

Portions of RGB colors in percentages

R + G + B =
189 + 242 + 232 = 663 (100%)
R 189 of 663 ~ 28.51%
G 242 of 663 ~ 36.5%
B 232 of 663 ~ 34.99%

%28.51
%36.5
%34.99

CMYK color model

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

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 4.13%
  • key color value is 5.10%
CMYK:
(22,0,4,5)
C22M0Y4K5 
(22%,0%,4%,5%)
(0.22/0.00/0.04/0.05)	

CMYK percentages

%21.9
%0
%4.13
%5.1

Codes

Color #BDF2E8 in popluar color models

BDF2E8
RGB189242232
HSL169°67.09%84.51%
HSB/HSV169°21.90%94.90%
CMYK21.90%0.00%4.13%
5.10%

Color #BDF2E8 in popluar number systems.

HEXBDF2E8
Decimal189242232
Binary101111011111001011101000
Octal275362350

Shades and tints

Shades of #BDF2E8

#BDF2E8
(189,242,232)
#ACDCD3
(172,220,211)
#9BC6BE
(155,198,190)
#8AB0A9
(138,176,169)
#799A94
(121,154,148)
#68847F
(104,132,127)
#576E6A
(87,110,106)
#465855
(70,88,85)
#354240
(53,66,64)
#242C2B
(36,44,43)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #BDF2E8

#BDF2E8
(189,242,232)
#C3F3EA
(195,243,234)
#C9F4EC
(201,244,236)
#CFF5EE
(207,245,238)
#D5F6F0
(213,246,240)
#DBF7F2
(219,247,242)
#E1F8F4
(225,248,244)
#E7F9F6
(231,249,246)
#EDFAF8
(237,250,248)
#F3FBFA
(243,251,250)
#F9FCFC
(249,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF2E8; }

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

This text font color is #BDF2E8.


Background Color

.myBgColor { background-color: #BDF2E8; }

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

This div background color is #BDF2E8.


Border color

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

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

This div border color is #BDF2E8.


Opacity

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

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

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

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

This text has shadow with #BDF2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF2E8 on black background.


Color preview on white background

This text has color #BDF2E8 on white background.



Black color preview on #BDF2E8 background

This text has black color on #BDF2E8 background.


White color preview on #BDF2E8 background

This text has white color on #BDF2E8 background.