COLOR #BDF0D7

HEX: #BDF0D7
RGB: (189,240,215)

Color info

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

RGB color model

#BDF0D7 color RGB value is (189,240,215).

  • red value is 189;
  • green value is 240;
  • blue value is 215.
RGB:
(189,240,215)
(74%,94%,84%)

RGB channels and saturation

R 189 of 255 = 74%
G 240 of 255 = 94%
B 215 of 255 = 84%

189
240
215

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

Portions of RGB colors in percentages

R + G + B =
189 + 240 + 215 = 644 (100%)
R 189 of 644 ~ 29.35%
G 240 of 644 ~ 37.27%
B 215 of 644 ~ 33.39%

%29.35
%37.27
%33.39

CMYK color model

#BDF0D7 color CMYK value is (21,0,10,6).

  • cyan value is 21.25%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 5.88%
CMYK:
(21,0,10,6)
C21M0Y10K6 
(21%,0%,10%,6%)
(0.21/0.00/0.10/0.06)	

CMYK percentages

%21.25
%0
%10.42
%5.88

Codes

Color #BDF0D7 in popluar color models

BDF0D7
RGB189240215
HSL151°62.96%84.12%
HSB/HSV151°21.25%94.12%
CMYK21.25%0.00%10.42%
5.88%

Color #BDF0D7 in popluar number systems.

HEXBDF0D7
Decimal189240215
Binary101111011111000011010111
Octal275360327

Shades and tints

Shades of #BDF0D7

#BDF0D7
(189,240,215)
#ACDBC4
(172,219,196)
#9BC6B1
(155,198,177)
#8AB19E
(138,177,158)
#799C8B
(121,156,139)
#688778
(104,135,120)
#577265
(87,114,101)
#465D52
(70,93,82)
#35483F
(53,72,63)
#24332C
(36,51,44)
#131E19
(19,30,25)
#000000
(0,0,0)

Tints of #BDF0D7

#BDF0D7
(189,240,215)
#C3F1DA
(195,241,218)
#C9F2DD
(201,242,221)
#CFF3E0
(207,243,224)
#D5F4E3
(213,244,227)
#DBF5E6
(219,245,230)
#E1F6E9
(225,246,233)
#E7F7EC
(231,247,236)
#EDF8EF
(237,248,239)
#F3F9F2
(243,249,242)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF0D7 color. Also use rgb(189,240,215) instead hex code.

Text Font Color

.myTextColor { color: #BDF0D7; }

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

This text font color is #BDF0D7.


Background Color

.myBgColor { background-color: #BDF0D7; }

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

This div background color is #BDF0D7.


Border color

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

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

This div border color is #BDF0D7.


Opacity

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

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

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

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

This text has shadow with #BDF0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF0D7 on black background.


Color preview on white background

This text has color #BDF0D7 on white background.



Black color preview on #BDF0D7 background

This text has black color on #BDF0D7 background.


White color preview on #BDF0D7 background

This text has white color on #BDF0D7 background.