COLOR #BDEFC6

HEX: #BDEFC6 RGB: (189,239,198)

Color info

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

RGB color model

#BDEFC6 color RGB value is (189,239,198).

RGB: (189,239,198) (74%, 94%, 78%)

RGB channels and saturation

R 189 of 255 = 74%
G 239 of 255 = 94%
B 198 of 255 = 78%

189
239
198

R + G + B ~ 82%. #BDEFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 239 + 198 = 626 (100%)
R 189 of 626 ~ 30.19%
G 239 of 626 ~ 38.18%
B 198 of 626 ~ 31.63'%

%30.19
%38.18
%31.63

CMYK color model

#BDEFC6 color CMYK value is (21,0,17,6).

  • cyan value is 20.92%
  • magenta value is 0.00%
  • yellow value is 17.15%
  • key color value is 6.27%

CMYK: (21,0,17,6)
C21M0Y17K6 (21%, 0%, 17%, 6%)
(0.21 / 0.00 / 0.17 / 0.06)

CMYK percentages

%20.92
%0
%17.15
%6.27

Codes

Color #BDEFC6 in popluar color models

BD EF C6
RGB 189 239 198
HSL 131° 60.98% 83.92%
HSB/HSV 131° 20.92% 93.73%
CMYK 20.92% 0.00% 17.15%
6.27%

Color #BDEFC6 in popluar number systems.

HEX BD EF C6
Decimal 189 239 198
Binary 10111101 11101111 11000110
Octal 275 357 306

Shades and tints

Shades of #BDEFC6

#BDEFC6
(189,239,198)
#ACDAB4
(172,218,180)
#9BC5A2
(155,197,162)
#8AB090
(138,176,144)
#799B7E
(121,155,126)
#68866C
(104,134,108)
#57715A
(87,113,90)
#465C48
(70,92,72)
#354736
(53,71,54)
#243224
(36,50,36)
#131D12
(19,29,18)
#000000
(0,0,0)

Tints of #BDEFC6

#BDEFC6
(189,239,198)
#C3F0CB
(195,240,203)
#C9F1D0
(201,241,208)
#CFF2D5
(207,242,213)
#D5F3DA
(213,243,218)
#DBF4DF
(219,244,223)
#E1F5E4
(225,245,228)
#E7F6E9
(231,246,233)
#EDF7EE
(237,247,238)
#F3F8F3
(243,248,243)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEFC6 color. Also use rgb(189,239,198) instead hex code.

Text Font Color

.myTextColor { color: #BDEFC6; }

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

This text font color is #BDEFC6.

Background Color

.myBgColor { background-color: #BDEFC6; }

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

This div background color is #BDEFC6.

Border color

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

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

This div border color is #BDEFC6.

Opacity

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

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

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

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

This text has shadow with #BDEFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEFC6.

Preview

Color preview on black background

This text has color #BDEFC6 on black background.


Color preview on white background

This text has color #BDEFC6 on white background.


Black color preview on #BDEFC6 background

This text has black color on #BDEFC6 background.


White color preview on #BDEFC6 background

This text has white color on #BDEFC6 background.


Related colors

Complementary color

Complementary color for #hex is #421039.


I love getcolorcode.com

Triadic colors

1 #C6BDEF and #EFC6BD with #BDEFC6 are triadic colors.

2 #C6EFBD and #EFBDC6 with #BDEFC6 are triadic colors.