COLOR #BDF9C7

HEX: #BDF9C7
RGB: (189,249,199)

Color info

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

RGB color model

#BDF9C7 color RGB value is (189,249,199).

  • red value is 189;
  • green value is 249;
  • blue value is 199.
RGB:
(189,249,199)
(74%,98%,78%)

RGB channels and saturation

R 189 of 255 = 74%
G 249 of 255 = 98%
B 199 of 255 = 78%

189
249
199

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

Portions of RGB colors in percentages

R + G + B =
189 + 249 + 199 = 637 (100%)
R 189 of 637 ~ 29.67%
G 249 of 637 ~ 39.09%
B 199 of 637 ~ 31.24%

%29.67
%39.09
%31.24

CMYK color model

#BDF9C7 color CMYK value is (24,0,20,2).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 20.08%
  • key color value is 2.35%
CMYK:
(24,0,20,2)
C24M0Y20K2 
(24%,0%,20%,2%)
(0.24/0.00/0.20/0.02)	

CMYK percentages

%24.1
%0
%20.08
%2.35

Codes

Color #BDF9C7 in popluar color models

BDF9C7
RGB189249199
HSL130°83.33%85.88%
HSB/HSV130°24.10%97.65%
CMYK24.10%0.00%20.08%
2.35%

Color #BDF9C7 in popluar number systems.

HEXBDF9C7
Decimal189249199
Binary101111011111100111000111
Octal275371307

Shades and tints

Shades of #BDF9C7

#BDF9C7
(189,249,199)
#ACE3B5
(172,227,181)
#9BCDA3
(155,205,163)
#8AB791
(138,183,145)
#79A17F
(121,161,127)
#688B6D
(104,139,109)
#57755B
(87,117,91)
#465F49
(70,95,73)
#354937
(53,73,55)
#243325
(36,51,37)
#131D13
(19,29,19)
#000000
(0,0,0)

Tints of #BDF9C7

#BDF9C7
(189,249,199)
#C3F9CC
(195,249,204)
#C9F9D1
(201,249,209)
#CFF9D6
(207,249,214)
#D5F9DB
(213,249,219)
#DBF9E0
(219,249,224)
#E1F9E5
(225,249,229)
#E7F9EA
(231,249,234)
#EDF9EF
(237,249,239)
#F3F9F4
(243,249,244)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF9C7 color. Also use rgb(189,249,199) instead hex code.

Text Font Color

.myTextColor { color: #BDF9C7; }

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

This text font color is #BDF9C7.


Background Color

.myBgColor { background-color: #BDF9C7; }

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

This div background color is #BDF9C7.


Border color

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

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

This div border color is #BDF9C7.


Opacity

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

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

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

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

This text has shadow with #BDF9C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF9C7 on black background.


Color preview on white background

This text has color #BDF9C7 on white background.



Black color preview on #BDF9C7 background

This text has black color on #BDF9C7 background.


White color preview on #BDF9C7 background

This text has white color on #BDF9C7 background.