COLOR #BDF0CD

HEX: #BDF0CD
RGB: (189,240,205)

Color info

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

RGB color model

#BDF0CD color RGB value is (189,240,205).

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

RGB channels and saturation

R 189 of 255 = 74%
G 240 of 255 = 94%
B 205 of 255 = 80%

189
240
205

R + G + B ~ 83%. #BDF0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 240 + 205 = 634 (100%)
R 189 of 634 ~ 29.81%
G 240 of 634 ~ 37.85%
B 205 of 634 ~ 32.33%

%29.81
%37.85
%32.33

CMYK color model

#BDF0CD color CMYK value is (21,0,15,6).

  • cyan value is 21.25%
  • magenta value is 0.00%
  • yellow value is 14.58%
  • key color value is 5.88%
CMYK:
(21,0,15,6)
C21M0Y15K6 
(21%,0%,15%,6%)
(0.21/0.00/0.15/0.06)	

CMYK percentages

%21.25
%0
%14.58
%5.88

Codes

Color #BDF0CD in popluar color models

BDF0CD
RGB189240205
HSL139°62.96%84.12%
HSB/HSV139°21.25%94.12%
CMYK21.25%0.00%14.58%
5.88%

Color #BDF0CD in popluar number systems.

HEXBDF0CD
Decimal189240205
Binary101111011111000011001101
Octal275360315

Shades and tints

Shades of #BDF0CD

#BDF0CD
(189,240,205)
#ACDBBB
(172,219,187)
#9BC6A9
(155,198,169)
#8AB197
(138,177,151)
#799C85
(121,156,133)
#688773
(104,135,115)
#577261
(87,114,97)
#465D4F
(70,93,79)
#35483D
(53,72,61)
#24332B
(36,51,43)
#131E19
(19,30,25)
#000000
(0,0,0)

Tints of #BDF0CD

#BDF0CD
(189,240,205)
#C3F1D1
(195,241,209)
#C9F2D5
(201,242,213)
#CFF3D9
(207,243,217)
#D5F4DD
(213,244,221)
#DBF5E1
(219,245,225)
#E1F6E5
(225,246,229)
#E7F7E9
(231,247,233)
#EDF8ED
(237,248,237)
#F3F9F1
(243,249,241)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF0CD; }

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

This text font color is #BDF0CD.


Background Color

.myBgColor { background-color: #BDF0CD; }

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

This div background color is #BDF0CD.


Border color

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

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

This div border color is #BDF0CD.


Opacity

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

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

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

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

This text has shadow with #BDF0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF0CD on black background.


Color preview on white background

This text has color #BDF0CD on white background.



Black color preview on #BDF0CD background

This text has black color on #BDF0CD background.


White color preview on #BDF0CD background

This text has white color on #BDF0CD background.