COLOR #BDE3CD

HEX: #BDE3CD RGB: (189,227,205)

Color info

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

RGB color model

#BDE3CD color RGB value is (189,227,205).

RGB: (189,227,205) (74%, 89%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 227 of 255 = 89%
B 205 of 255 = 80%

189
227
205

R + G + B ~ 81%. #BDE3CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 227 + 205 = 621 (100%)
R 189 of 621 ~ 30.43%
G 227 of 621 ~ 36.55%
B 205 of 621 ~ 33.01'%

%30.43
%36.55
%33.01

CMYK color model

#BDE3CD color CMYK value is (17,0,10,11).

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

CMYK: (17,0,10,11)
C17M0Y10K11 (17%, 0%, 10%, 11%)
(0.17 / 0.00 / 0.10 / 0.11)

CMYK percentages

%16.74
%0
%9.69
%10.98

Codes

Color #BDE3CD in popluar color models

BD E3 CD
RGB 189 227 205
HSL 145° 40.43% 81.57%
HSB/HSV 145° 16.74% 89.02%
CMYK 16.74% 0.00% 9.69%
10.98%

Color #BDE3CD in popluar number systems.

HEX BD E3 CD
Decimal 189 227 205
Binary 10111101 11100011 11001101
Octal 275 343 315

Shades and tints

Shades of #BDE3CD

#BDE3CD
(189,227,205)
#ACCFBB
(172,207,187)
#9BBBA9
(155,187,169)
#8AA797
(138,167,151)
#799385
(121,147,133)
#687F73
(104,127,115)
#576B61
(87,107,97)
#46574F
(70,87,79)
#35433D
(53,67,61)
#242F2B
(36,47,43)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #BDE3CD

#BDE3CD
(189,227,205)
#C3E5D1
(195,229,209)
#C9E7D5
(201,231,213)
#CFE9D9
(207,233,217)
#D5EBDD
(213,235,221)
#DBEDE1
(219,237,225)
#E1EFE5
(225,239,229)
#E7F1E9
(231,241,233)
#EDF3ED
(237,243,237)
#F3F5F1
(243,245,241)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE3CD; }

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

This text font color is #BDE3CD.

Background Color

.myBgColor { background-color: #BDE3CD; }

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

This div background color is #BDE3CD.

Border color

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

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

This div border color is #BDE3CD.

Opacity

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

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

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

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

This text has shadow with #BDE3CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE3CD.

Preview

Color preview on black background

This text has color #BDE3CD on black background.


Color preview on white background

This text has color #BDE3CD on white background.


Black color preview on #BDE3CD background

This text has black color on #BDE3CD background.


White color preview on #BDE3CD background

This text has white color on #BDE3CD background.


Related colors

Complementary color

Complementary color for #hex is #421C32.


I love getcolorcode.com

Triadic colors

1 #CDBDE3 and #E3CDBD with #BDE3CD are triadic colors.

2 #CDE3BD and #E3BDCD with #BDE3CD are triadic colors.