COLOR #BDE3E7

HEX: #BDE3E7
RGB: (189,227,231)

Color info

#BDE3E7 contains red, green and blue colors in about the same proportion. Web safe color of #BDE3E7 is #CCCCFF (or #CCF).

RGB color model

#BDE3E7 color RGB value is (189,227,231).

  • red value is 189;
  • green value is 227;
  • blue value is 231.
RGB:
(189,227,231)
(74%,89%,91%)

RGB channels and saturation

R 189 of 255 = 74%
G 227 of 255 = 89%
B 231 of 255 = 91%

189
227
231

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

Portions of RGB colors in percentages

R + G + B =
189 + 227 + 231 = 647 (100%)
R 189 of 647 ~ 29.21%
G 227 of 647 ~ 35.09%
B 231 of 647 ~ 35.7%

%29.21
%35.09
%35.7

CMYK color model

#BDE3E7 color CMYK value is (18,2,0,9).

  • cyan value is 18.18%
  • magenta value is 1.73%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(18,2,0,9)
C18M2Y0K9 
(18%,2%,0%,9%)
(0.18/0.02/0.00/0.09)	

CMYK percentages

%18.18
%1.73
%0
%9.41

Codes

Color #BDE3E7 in popluar color models

BDE3E7
RGB189227231
HSL186°46.67%82.35%
HSB/HSV186°18.18%90.59%
CMYK18.18%1.73%0.00%
9.41%

Color #BDE3E7 in popluar number systems.

HEXBDE3E7
Decimal189227231
Binary101111011110001111100111
Octal275343347

Shades and tints

Shades of #BDE3E7

#BDE3E7
(189,227,231)
#ACCFD2
(172,207,210)
#9BBBBD
(155,187,189)
#8AA7A8
(138,167,168)
#799393
(121,147,147)
#687F7E
(104,127,126)
#576B69
(87,107,105)
#465754
(70,87,84)
#35433F
(53,67,63)
#242F2A
(36,47,42)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #BDE3E7

#BDE3E7
(189,227,231)
#C3E5E9
(195,229,233)
#C9E7EB
(201,231,235)
#CFE9ED
(207,233,237)
#D5EBEF
(213,235,239)
#DBEDF1
(219,237,241)
#E1EFF3
(225,239,243)
#E7F1F5
(231,241,245)
#EDF3F7
(237,243,247)
#F3F5F9
(243,245,249)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE3E7; }

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

This text font color is #BDE3E7.


Background Color

.myBgColor { background-color: #BDE3E7; }

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

This div background color is #BDE3E7.


Border color

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

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

This div border color is #BDE3E7.


Opacity

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

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

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

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

This text has shadow with #BDE3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE3E7 on black background.


Color preview on white background

This text has color #BDE3E7 on white background.



Black color preview on #BDE3E7 background

This text has black color on #BDE3E7 background.


White color preview on #BDE3E7 background

This text has white color on #BDE3E7 background.