COLOR #BDE3C6

HEX: #BDE3C6 RGB: (189,227,198)

Color info

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

RGB color model

#BDE3C6 color RGB value is (189,227,198).

RGB: (189,227,198) (74%, 89%, 78%)

RGB channels and saturation

R 189 of 255 = 74%
G 227 of 255 = 89%
B 198 of 255 = 78%

189
227
198

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

Portions of RGB colors in percentages

R + G + B = 189 + 227 + 198 = 614 (100%)
R 189 of 614 ~ 30.78%
G 227 of 614 ~ 36.97%
B 198 of 614 ~ 32.25'%

%30.78
%36.97
%32.25

CMYK color model

#BDE3C6 color CMYK value is (17,0,13,11).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 10.98%

CMYK: (17,0,13,11)
C17M0Y13K11 (17%, 0%, 13%, 11%)
(0.17 / 0.00 / 0.13 / 0.11)

CMYK percentages

%16.74
%0
%12.78
%10.98

Codes

Color #BDE3C6 in popluar color models

BD E3 C6
RGB 189 227 198
HSL 134° 40.43% 81.57%
HSB/HSV 134° 16.74% 89.02%
CMYK 16.74% 0.00% 12.78%
10.98%

Color #BDE3C6 in popluar number systems.

HEX BD E3 C6
Decimal 189 227 198
Binary 10111101 11100011 11000110
Octal 275 343 306

Shades and tints

Shades of #BDE3C6

#BDE3C6
(189,227,198)
#ACCFB4
(172,207,180)
#9BBBA2
(155,187,162)
#8AA790
(138,167,144)
#79937E
(121,147,126)
#687F6C
(104,127,108)
#576B5A
(87,107,90)
#465748
(70,87,72)
#354336
(53,67,54)
#242F24
(36,47,36)
#131B12
(19,27,18)
#000000
(0,0,0)

Tints of #BDE3C6

#BDE3C6
(189,227,198)
#C3E5CB
(195,229,203)
#C9E7D0
(201,231,208)
#CFE9D5
(207,233,213)
#D5EBDA
(213,235,218)
#DBEDDF
(219,237,223)
#E1EFE4
(225,239,228)
#E7F1E9
(231,241,233)
#EDF3EE
(237,243,238)
#F3F5F3
(243,245,243)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE3C6; }

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

This text font color is #BDE3C6.

Background Color

.myBgColor { background-color: #BDE3C6; }

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

This div background color is #BDE3C6.

Border color

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

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

This div border color is #BDE3C6.

Opacity

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

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

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

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

This text has shadow with #BDE3C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE3C6.

Preview

Color preview on black background

This text has color #BDE3C6 on black background.


Color preview on white background

This text has color #BDE3C6 on white background.


Black color preview on #BDE3C6 background

This text has black color on #BDE3C6 background.


White color preview on #BDE3C6 background

This text has white color on #BDE3C6 background.


Related colors

Complementary color

Complementary color for #hex is #421C39.


I love getcolorcode.com

Triadic colors

1 #C6BDE3 and #E3C6BD with #BDE3C6 are triadic colors.

2 #C6E3BD and #E3BDC6 with #BDE3C6 are triadic colors.