COLOR #BDE7EE

HEX: #BDE7EE RGB: (189,231,238)

Color info

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

RGB color model

#BDE7EE color RGB value is (189,231,238).

RGB: (189,231,238) (74%, 91%, 93%)

RGB channels and saturation

R 189 of 255 = 74%
G 231 of 255 = 91%
B 238 of 255 = 93%

189
231
238

R + G + B ~ 86%. #BDE7EE is light color.

Portions of RGB colors in percentages

R + G + B = 189 + 231 + 238 = 658 (100%)
R 189 of 658 ~ 28.72%
G 231 of 658 ~ 35.11%
B 238 of 658 ~ 36.17'%

%28.72
%35.11
%36.17

CMYK color model

#BDE7EE color CMYK value is (21,3,0,7).

  • cyan value is 20.59%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (21,3,0,7)
C21M3Y0K7 (21%, 3%, 0%, 7%)
(0.21 / 0.03 / 0.00 / 0.07)

CMYK percentages

%20.59
%2.94
%0
%6.67

Codes

Color #BDE7EE in popluar color models

BD E7 EE
RGB 189 231 238
HSL 189° 59.04% 83.73%
HSB/HSV 189° 20.59% 93.33%
CMYK 20.59% 2.94% 0.00%
6.67%

Color #BDE7EE in popluar number systems.

HEX BD E7 EE
Decimal 189 231 238
Binary 10111101 11100111 11101110
Octal 275 347 356

Shades and tints

Shades of #BDE7EE

#BDE7EE
(189,231,238)
#ACD2D9
(172,210,217)
#9BBDC4
(155,189,196)
#8AA8AF
(138,168,175)
#79939A
(121,147,154)
#687E85
(104,126,133)
#576970
(87,105,112)
#46545B
(70,84,91)
#353F46
(53,63,70)
#242A31
(36,42,49)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #BDE7EE

#BDE7EE
(189,231,238)
#C3E9EF
(195,233,239)
#C9EBF0
(201,235,240)
#CFEDF1
(207,237,241)
#D5EFF2
(213,239,242)
#DBF1F3
(219,241,243)
#E1F3F4
(225,243,244)
#E7F5F5
(231,245,245)
#EDF7F6
(237,247,246)
#F3F9F7
(243,249,247)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE7EE; }

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

This text font color is #BDE7EE.

Background Color

.myBgColor { background-color: #BDE7EE; }

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

This div background color is #BDE7EE.

Border color

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

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

This div border color is #BDE7EE.

Opacity

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

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

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

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

This text has shadow with #BDE7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE7EE.

Preview

Color preview on black background

This text has color #BDE7EE on black background.


Color preview on white background

This text has color #BDE7EE on white background.


Black color preview on #BDE7EE background

This text has black color on #BDE7EE background.


White color preview on #BDE7EE background

This text has white color on #BDE7EE background.


Related colors

Complementary color

Complementary color for #hex is #421811.


I love getcolorcode.com

Triadic colors

1 #EEBDE7 and #E7EEBD with #BDE7EE are triadic colors.

2 #EEE7BD and #E7BDEE with #BDE7EE are triadic colors.