COLOR #BDF1D5

HEX: #BDF1D5
RGB: (189,241,213)

Color info

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

RGB color model

#BDF1D5 color RGB value is (189,241,213).

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

RGB channels and saturation

R 189 of 255 = 74%
G 241 of 255 = 95%
B 213 of 255 = 84%

189
241
213

R + G + B ~ 84%. #BDF1D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 241 + 213 = 643 (100%)
R 189 of 643 ~ 29.39%
G 241 of 643 ~ 37.48%
B 213 of 643 ~ 33.13%

%29.39
%37.48
%33.13

CMYK color model

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

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 11.62%
  • key color value is 5.49%
CMYK:
(22,0,12,5)
C22M0Y12K5 
(22%,0%,12%,5%)
(0.22/0.00/0.12/0.05)	

CMYK percentages

%21.58
%0
%11.62
%5.49

Codes

Color #BDF1D5 in popluar color models

BDF1D5
RGB189241213
HSL148°65.00%84.31%
HSB/HSV148°21.58%94.51%
CMYK21.58%0.00%11.62%
5.49%

Color #BDF1D5 in popluar number systems.

HEXBDF1D5
Decimal189241213
Binary101111011111000111010101
Octal275361325

Shades and tints

Shades of #BDF1D5

#BDF1D5
(189,241,213)
#ACDCC2
(172,220,194)
#9BC7AF
(155,199,175)
#8AB29C
(138,178,156)
#799D89
(121,157,137)
#688876
(104,136,118)
#577363
(87,115,99)
#465E50
(70,94,80)
#35493D
(53,73,61)
#24342A
(36,52,42)
#131F17
(19,31,23)
#000000
(0,0,0)

Tints of #BDF1D5

#BDF1D5
(189,241,213)
#C3F2D8
(195,242,216)
#C9F3DB
(201,243,219)
#CFF4DE
(207,244,222)
#D5F5E1
(213,245,225)
#DBF6E4
(219,246,228)
#E1F7E7
(225,247,231)
#E7F8EA
(231,248,234)
#EDF9ED
(237,249,237)
#F3FAF0
(243,250,240)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF1D5; }

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

This text font color is #BDF1D5.


Background Color

.myBgColor { background-color: #BDF1D5; }

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

This div background color is #BDF1D5.


Border color

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

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

This div border color is #BDF1D5.


Opacity

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

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

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

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

This text has shadow with #BDF1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF1D5 on black background.


Color preview on white background

This text has color #BDF1D5 on white background.



Black color preview on #BDF1D5 background

This text has black color on #BDF1D5 background.


White color preview on #BDF1D5 background

This text has white color on #BDF1D5 background.