COLOR #BDE9E7

HEX: #BDE9E7 RGB: (189,233,231)

Color info

#BDE9E7 contains red, green and blue colors in about the same proportion. Web safe color of #BDE9E7 is #CCFFFF (or #CFF).

RGB color model

#BDE9E7 color RGB value is (189,233,231).

RGB: (189,233,231) (74%, 91%, 91%)

RGB channels and saturation

R 189 of 255 = 74%
G 233 of 255 = 91%
B 231 of 255 = 91%

189
233
231

R + G + B ~ 85%. #BDE9E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 233 + 231 = 653 (100%)
R 189 of 653 ~ 28.94%
G 233 of 653 ~ 35.68%
B 231 of 653 ~ 35.38'%

%28.94
%35.68
%35.38

CMYK color model

#BDE9E7 color CMYK value is (19,0,1,9).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 0.86%
  • key color value is 8.63%

CMYK: (19,0,1,9)
C19M0Y1K9 (19%, 0%, 1%, 9%)
(0.19 / 0.00 / 0.01 / 0.09)

CMYK percentages

%18.88
%0
%0.86
%8.63

Codes

Color #BDE9E7 in popluar color models

BD E9 E7
RGB 189 233 231
HSL 177° 50.00% 82.75%
HSB/HSV 177° 18.88% 91.37%
CMYK 18.88% 0.00% 0.86%
8.63%

Color #BDE9E7 in popluar number systems.

HEX BD E9 E7
Decimal 189 233 231
Binary 10111101 11101001 11100111
Octal 275 351 347

Shades and tints

Shades of #BDE9E7

#BDE9E7
(189,233,231)
#ACD4D2
(172,212,210)
#9BBFBD
(155,191,189)
#8AAAA8
(138,170,168)
#799593
(121,149,147)
#68807E
(104,128,126)
#576B69
(87,107,105)
#465654
(70,86,84)
#35413F
(53,65,63)
#242C2A
(36,44,42)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #BDE9E7

#BDE9E7
(189,233,231)
#C3EBE9
(195,235,233)
#C9EDEB
(201,237,235)
#CFEFED
(207,239,237)
#D5F1EF
(213,241,239)
#DBF3F1
(219,243,241)
#E1F5F3
(225,245,243)
#E7F7F5
(231,247,245)
#EDF9F7
(237,249,247)
#F3FBF9
(243,251,249)
#F9FDFB
(249,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE9E7; }

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

This text font color is #BDE9E7.

Background Color

.myBgColor { background-color: #BDE9E7; }

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

This div background color is #BDE9E7.

Border color

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

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

This div border color is #BDE9E7.

Opacity

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

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

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

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

This text has shadow with #BDE9E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE9E7.

Preview

Color preview on black background

This text has color #BDE9E7 on black background.


Color preview on white background

This text has color #BDE9E7 on white background.


Black color preview on #BDE9E7 background

This text has black color on #BDE9E7 background.


White color preview on #BDE9E7 background

This text has white color on #BDE9E7 background.


Related colors

Complementary color

Complementary color for #hex is #421618.


I love getcolorcode.com

Triadic colors

1 #E7BDE9 and #E9E7BD with #BDE9E7 are triadic colors.

2 #E7E9BD and #E9BDE7 with #BDE9E7 are triadic colors.