COLOR #BDF1E4

HEX: #BDF1E4
RGB: (189,241,228)

Color info

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

RGB color model

#BDF1E4 color RGB value is (189,241,228).

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

RGB channels and saturation

R 189 of 255 = 74%
G 241 of 255 = 95%
B 228 of 255 = 89%

189
241
228

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

Portions of RGB colors in percentages

R + G + B =
189 + 241 + 228 = 658 (100%)
R 189 of 658 ~ 28.72%
G 241 of 658 ~ 36.63%
B 228 of 658 ~ 34.65%

%28.72
%36.63
%34.65

CMYK color model

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

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 5.39%
  • 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
%5.39
%5.49

Codes

Color #BDF1E4 in popluar color models

BDF1E4
RGB189241228
HSL165°65.00%84.31%
HSB/HSV165°21.58%94.51%
CMYK21.58%0.00%5.39%
5.49%

Color #BDF1E4 in popluar number systems.

HEXBDF1E4
Decimal189241228
Binary101111011111000111100100
Octal275361344

Shades and tints

Shades of #BDF1E4

#BDF1E4
(189,241,228)
#ACDCD0
(172,220,208)
#9BC7BC
(155,199,188)
#8AB2A8
(138,178,168)
#799D94
(121,157,148)
#688880
(104,136,128)
#57736C
(87,115,108)
#465E58
(70,94,88)
#354944
(53,73,68)
#243430
(36,52,48)
#131F1C
(19,31,28)
#000000
(0,0,0)

Tints of #BDF1E4

#BDF1E4
(189,241,228)
#C3F2E6
(195,242,230)
#C9F3E8
(201,243,232)
#CFF4EA
(207,244,234)
#D5F5EC
(213,245,236)
#DBF6EE
(219,246,238)
#E1F7F0
(225,247,240)
#E7F8F2
(231,248,242)
#EDF9F4
(237,249,244)
#F3FAF6
(243,250,246)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF1E4; }

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

This text font color is #BDF1E4.


Background Color

.myBgColor { background-color: #BDF1E4; }

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

This div background color is #BDF1E4.


Border color

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

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

This div border color is #BDF1E4.


Opacity

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

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

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

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

This text has shadow with #BDF1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF1E4 on black background.


Color preview on white background

This text has color #BDF1E4 on white background.



Black color preview on #BDF1E4 background

This text has black color on #BDF1E4 background.


White color preview on #BDF1E4 background

This text has white color on #BDF1E4 background.