COLOR #BDF7C7

HEX: #BDF7C7 RGB: (189,247,199)

Color info

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

RGB color model

#BDF7C7 color RGB value is (189,247,199).

RGB: (189,247,199) (74%, 97%, 78%)

RGB channels and saturation

R 189 of 255 = 74%
G 247 of 255 = 97%
B 199 of 255 = 78%

189
247
199

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

Portions of RGB colors in percentages

R + G + B = 189 + 247 + 199 = 635 (100%)
R 189 of 635 ~ 29.76%
G 247 of 635 ~ 38.9%
B 199 of 635 ~ 31.34'%

%29.76
%38.9
%31.34

CMYK color model

#BDF7C7 color CMYK value is (23,0,19,3).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 19.43%
  • key color value is 3.14%

CMYK: (23,0,19,3)
C23M0Y19K3 (23%, 0%, 19%, 3%)
(0.23 / 0.00 / 0.19 / 0.03)

CMYK percentages

%23.48
%0
%19.43
%3.14

Codes

Color #BDF7C7 in popluar color models

BD F7 C7
RGB 189 247 199
HSL 130° 78.38% 85.49%
HSB/HSV 130° 23.48% 96.86%
CMYK 23.48% 0.00% 19.43%
3.14%

Color #BDF7C7 in popluar number systems.

HEX BD F7 C7
Decimal 189 247 199
Binary 10111101 11110111 11000111
Octal 275 367 307

Shades and tints

Shades of #BDF7C7

#BDF7C7
(189,247,199)
#ACE1B5
(172,225,181)
#9BCBA3
(155,203,163)
#8AB591
(138,181,145)
#799F7F
(121,159,127)
#68896D
(104,137,109)
#57735B
(87,115,91)
#465D49
(70,93,73)
#354737
(53,71,55)
#243125
(36,49,37)
#131B13
(19,27,19)
#000000
(0,0,0)

Tints of #BDF7C7

#BDF7C7
(189,247,199)
#C3F7CC
(195,247,204)
#C9F7D1
(201,247,209)
#CFF7D6
(207,247,214)
#D5F7DB
(213,247,219)
#DBF7E0
(219,247,224)
#E1F7E5
(225,247,229)
#E7F7EA
(231,247,234)
#EDF7EF
(237,247,239)
#F3F7F4
(243,247,244)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF7C7; }

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

This text font color is #BDF7C7.

Background Color

.myBgColor { background-color: #BDF7C7; }

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

This div background color is #BDF7C7.

Border color

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

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

This div border color is #BDF7C7.

Opacity

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

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

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

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

This text has shadow with #BDF7C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF7C7.

Preview

Color preview on black background

This text has color #BDF7C7 on black background.


Color preview on white background

This text has color #BDF7C7 on white background.


Black color preview on #BDF7C7 background

This text has black color on #BDF7C7 background.


White color preview on #BDF7C7 background

This text has white color on #BDF7C7 background.


Related colors

Complementary color

Complementary color for #hex is #420838.


I love getcolorcode.com

Triadic colors

1 #C7BDF7 and #F7C7BD with #BDF7C7 are triadic colors.

2 #C7F7BD and #F7BDC7 with #BDF7C7 are triadic colors.