COLOR #BDDFC6

HEX: #BDDFC6 RGB: (189,223,198)

Color info

#BDDFC6 contains red, green and blue colors in about the same proportion. Web safe color of #BDDFC6 is #CCCCCC (or #CCC).

RGB color model

#BDDFC6 color RGB value is (189,223,198).

RGB: (189,223,198) (74%, 87%, 78%)

RGB channels and saturation

R 189 of 255 = 74%
G 223 of 255 = 87%
B 198 of 255 = 78%

189
223
198

R + G + B ~ 80%. #BDDFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 223 + 198 = 610 (100%)
R 189 of 610 ~ 30.98%
G 223 of 610 ~ 36.56%
B 198 of 610 ~ 32.46'%

%30.98
%36.56
%32.46

CMYK color model

#BDDFC6 color CMYK value is (15,0,11,13).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 12.55%

CMYK: (15,0,11,13)
C15M0Y11K13 (15%, 0%, 11%, 13%)
(0.15 / 0.00 / 0.11 / 0.13)

CMYK percentages

%15.25
%0
%11.21
%12.55

Codes

Color #BDDFC6 in popluar color models

BD DF C6
RGB 189 223 198
HSL 136° 34.69% 80.78%
HSB/HSV 136° 15.25% 87.45%
CMYK 15.25% 0.00% 11.21%
12.55%

Color #BDDFC6 in popluar number systems.

HEX BD DF C6
Decimal 189 223 198
Binary 10111101 11011111 11000110
Octal 275 337 306

Shades and tints

Shades of #BDDFC6

#BDDFC6
(189,223,198)
#ACCBB4
(172,203,180)
#9BB7A2
(155,183,162)
#8AA390
(138,163,144)
#798F7E
(121,143,126)
#687B6C
(104,123,108)
#57675A
(87,103,90)
#465348
(70,83,72)
#353F36
(53,63,54)
#242B24
(36,43,36)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #BDDFC6

#BDDFC6
(189,223,198)
#C3E1CB
(195,225,203)
#C9E3D0
(201,227,208)
#CFE5D5
(207,229,213)
#D5E7DA
(213,231,218)
#DBE9DF
(219,233,223)
#E1EBE4
(225,235,228)
#E7EDE9
(231,237,233)
#EDEFEE
(237,239,238)
#F3F1F3
(243,241,243)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDFC6; }

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

This text font color is #BDDFC6.

Background Color

.myBgColor { background-color: #BDDFC6; }

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

This div background color is #BDDFC6.

Border color

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

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

This div border color is #BDDFC6.

Opacity

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

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

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

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

This text has shadow with #BDDFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDFC6.

Preview

Color preview on black background

This text has color #BDDFC6 on black background.


Color preview on white background

This text has color #BDDFC6 on white background.


Black color preview on #BDDFC6 background

This text has black color on #BDDFC6 background.


White color preview on #BDDFC6 background

This text has white color on #BDDFC6 background.


Related colors

Complementary color

Complementary color for #hex is #422039.


I love getcolorcode.com

Triadic colors

1 #C6BDDF and #DFC6BD with #BDDFC6 are triadic colors.

2 #C6DFBD and #DFBDC6 with #BDDFC6 are triadic colors.