COLOR #BDFDE4

HEX: #BDFDE4
RGB: (189,253,228)

Color info

#BDFDE4 contains mainly green and blue colors. Web safe color of #BDFDE4 is #CCFFCC (or #CFC).

RGB color model

#BDFDE4 color RGB value is (189,253,228).

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

RGB channels and saturation

R 189 of 255 = 74%
G 253 of 255 = 99%
B 228 of 255 = 89%

189
253
228

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

Portions of RGB colors in percentages

R + G + B =
189 + 253 + 228 = 670 (100%)
R 189 of 670 ~ 28.21%
G 253 of 670 ~ 37.76%
B 228 of 670 ~ 34.03%

%28.21
%37.76
%34.03

CMYK color model

#BDFDE4 color CMYK value is (25,0,10,1).

  • cyan value is 25.30%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 0.78%
CMYK:
(25,0,10,1)
C25M0Y10K1 
(25%,0%,10%,1%)
(0.25/0.00/0.10/0.01)	

CMYK percentages

%25.3
%0
%9.88
%0.78

Codes

Color #BDFDE4 in popluar color models

BDFDE4
RGB189253228
HSL157°94.12%86.67%
HSB/HSV157°25.30%99.22%
CMYK25.30%0.00%9.88%
0.78%

Color #BDFDE4 in popluar number systems.

HEXBDFDE4
Decimal189253228
Binary101111011111110111100100
Octal275375344

Shades and tints

Shades of #BDFDE4

#BDFDE4
(189,253,228)
#ACE6D0
(172,230,208)
#9BCFBC
(155,207,188)
#8AB8A8
(138,184,168)
#79A194
(121,161,148)
#688A80
(104,138,128)
#57736C
(87,115,108)
#465C58
(70,92,88)
#354544
(53,69,68)
#242E30
(36,46,48)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #BDFDE4

#BDFDE4
(189,253,228)
#C3FDE6
(195,253,230)
#C9FDE8
(201,253,232)
#CFFDEA
(207,253,234)
#D5FDEC
(213,253,236)
#DBFDEE
(219,253,238)
#E1FDF0
(225,253,240)
#E7FDF2
(231,253,242)
#EDFDF4
(237,253,244)
#F3FDF6
(243,253,246)
#F9FDF8
(249,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDFDE4; }

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

This text font color is #BDFDE4.


Background Color

.myBgColor { background-color: #BDFDE4; }

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

This div background color is #BDFDE4.


Border color

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

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

This div border color is #BDFDE4.


Opacity

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

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

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

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

This text has shadow with #BDFDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDFDE4 on black background.


Color preview on white background

This text has color #BDFDE4 on white background.



Black color preview on #BDFDE4 background

This text has black color on #BDFDE4 background.


White color preview on #BDFDE4 background

This text has white color on #BDFDE4 background.