COLOR #BDE3EB

HEX: #BDE3EB
RGB: (189,227,235)

Color info

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

RGB color model

#BDE3EB color RGB value is (189,227,235).

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

RGB channels and saturation

R 189 of 255 = 74%
G 227 of 255 = 89%
B 235 of 255 = 92%

189
227
235

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

Portions of RGB colors in percentages

R + G + B =
189 + 227 + 235 = 651 (100%)
R 189 of 651 ~ 29.03%
G 227 of 651 ~ 34.87%
B 235 of 651 ~ 36.1%

%29.03
%34.87
%36.1

CMYK color model

#BDE3EB color CMYK value is (20,3,0,8).

  • cyan value is 19.57%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(20,3,0,8)
C20M3Y0K8 
(20%,3%,0%,8%)
(0.20/0.03/0.00/0.08)	

CMYK percentages

%19.57
%3.4
%0
%7.84

Codes

Color #BDE3EB in popluar color models

BDE3EB
RGB189227235
HSL190°53.49%83.14%
HSB/HSV190°19.57%92.16%
CMYK19.57%3.40%0.00%
7.84%

Color #BDE3EB in popluar number systems.

HEXBDE3EB
Decimal189227235
Binary101111011110001111101011
Octal275343353

Shades and tints

Shades of #BDE3EB

#BDE3EB
(189,227,235)
#ACCFD6
(172,207,214)
#9BBBC1
(155,187,193)
#8AA7AC
(138,167,172)
#799397
(121,147,151)
#687F82
(104,127,130)
#576B6D
(87,107,109)
#465758
(70,87,88)
#354343
(53,67,67)
#242F2E
(36,47,46)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #BDE3EB

#BDE3EB
(189,227,235)
#C3E5EC
(195,229,236)
#C9E7ED
(201,231,237)
#CFE9EE
(207,233,238)
#D5EBEF
(213,235,239)
#DBEDF0
(219,237,240)
#E1EFF1
(225,239,241)
#E7F1F2
(231,241,242)
#EDF3F3
(237,243,243)
#F3F5F4
(243,245,244)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE3EB; }

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

This text font color is #BDE3EB.


Background Color

.myBgColor { background-color: #BDE3EB; }

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

This div background color is #BDE3EB.


Border color

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

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

This div border color is #BDE3EB.


Opacity

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

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

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

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

This text has shadow with #BDE3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE3EB on black background.


Color preview on white background

This text has color #BDE3EB on white background.



Black color preview on #BDE3EB background

This text has black color on #BDE3EB background.


White color preview on #BDE3EB background

This text has white color on #BDE3EB background.