COLOR #BDE7D4

HEX: #BDE7D4 RGB: (189,231,212)

Color info

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

RGB color model

#BDE7D4 color RGB value is (189,231,212).

RGB: (189,231,212) (74%, 91%, 83%)

RGB channels and saturation

R 189 of 255 = 74%
G 231 of 255 = 91%
B 212 of 255 = 83%

189
231
212

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

Portions of RGB colors in percentages

R + G + B = 189 + 231 + 212 = 632 (100%)
R 189 of 632 ~ 29.91%
G 231 of 632 ~ 36.55%
B 212 of 632 ~ 33.54'%

%29.91
%36.55
%33.54

CMYK color model

#BDE7D4 color CMYK value is (18,0,8,9).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 8.23%
  • key color value is 9.41%

CMYK: (18,0,8,9)
C18M0Y8K9 (18%, 0%, 8%, 9%)
(0.18 / 0.00 / 0.08 / 0.09)

CMYK percentages

%18.18
%0
%8.23
%9.41

Codes

Color #BDE7D4 in popluar color models

BD E7 D4
RGB 189 231 212
HSL 153° 46.67% 82.35%
HSB/HSV 153° 18.18% 90.59%
CMYK 18.18% 0.00% 8.23%
9.41%

Color #BDE7D4 in popluar number systems.

HEX BD E7 D4
Decimal 189 231 212
Binary 10111101 11100111 11010100
Octal 275 347 324

Shades and tints

Shades of #BDE7D4

#BDE7D4
(189,231,212)
#ACD2C1
(172,210,193)
#9BBDAE
(155,189,174)
#8AA89B
(138,168,155)
#799388
(121,147,136)
#687E75
(104,126,117)
#576962
(87,105,98)
#46544F
(70,84,79)
#353F3C
(53,63,60)
#242A29
(36,42,41)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #BDE7D4

#BDE7D4
(189,231,212)
#C3E9D7
(195,233,215)
#C9EBDA
(201,235,218)
#CFEDDD
(207,237,221)
#D5EFE0
(213,239,224)
#DBF1E3
(219,241,227)
#E1F3E6
(225,243,230)
#E7F5E9
(231,245,233)
#EDF7EC
(237,247,236)
#F3F9EF
(243,249,239)
#F9FBF2
(249,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE7D4 color. Also use rgb(189,231,212) instead hex code.

Text Font Color

.myTextColor { color: #BDE7D4; }

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

This text font color is #BDE7D4.

Background Color

.myBgColor { background-color: #BDE7D4; }

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

This div background color is #BDE7D4.

Border color

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

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

This div border color is #BDE7D4.

Opacity

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

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

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

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

This text has shadow with #BDE7D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE7D4.

Preview

Color preview on black background

This text has color #BDE7D4 on black background.


Color preview on white background

This text has color #BDE7D4 on white background.


Black color preview on #BDE7D4 background

This text has black color on #BDE7D4 background.


White color preview on #BDE7D4 background

This text has white color on #BDE7D4 background.


Related colors

Complementary color

Complementary color for #hex is #42182B.


I love getcolorcode.com

Triadic colors

1 #D4BDE7 and #E7D4BD with #BDE7D4 are triadic colors.

2 #D4E7BD and #E7BDD4 with #BDE7D4 are triadic colors.