COLOR #BDE3E5

HEX: #BDE3E5
RGB: (189,227,229)

Color info

#BDE3E5 contains red, green and blue colors in about the same proportion. Web safe color of #BDE3E5 is #CCCCCC (or #CCC).

RGB color model

#BDE3E5 color RGB value is (189,227,229).

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

RGB channels and saturation

R 189 of 255 = 74%
G 227 of 255 = 89%
B 229 of 255 = 90%

189
227
229

R + G + B ~ 84%. #BDE3E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 227 + 229 = 645 (100%)
R 189 of 645 ~ 29.3%
G 227 of 645 ~ 35.19%
B 229 of 645 ~ 35.5%

%29.3
%35.19
%35.5

CMYK color model

#BDE3E5 color CMYK value is (17,1,0,10).

  • cyan value is 17.47%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(17,1,0,10)
C17M1Y0K10 
(17%,1%,0%,10%)
(0.17/0.01/0.00/0.10)	

CMYK percentages

%17.47
%0.87
%0
%10.2

Codes

Color #BDE3E5 in popluar color models

BDE3E5
RGB189227229
HSL183°43.48%81.96%
HSB/HSV183°17.47%89.80%
CMYK17.47%0.87%0.00%
10.20%

Color #BDE3E5 in popluar number systems.

HEXBDE3E5
Decimal189227229
Binary101111011110001111100101
Octal275343345

Shades and tints

Shades of #BDE3E5

#BDE3E5
(189,227,229)
#ACCFD1
(172,207,209)
#9BBBBD
(155,187,189)
#8AA7A9
(138,167,169)
#799395
(121,147,149)
#687F81
(104,127,129)
#576B6D
(87,107,109)
#465759
(70,87,89)
#354345
(53,67,69)
#242F31
(36,47,49)
#131B1D
(19,27,29)
#000000
(0,0,0)

Tints of #BDE3E5

#BDE3E5
(189,227,229)
#C3E5E7
(195,229,231)
#C9E7E9
(201,231,233)
#CFE9EB
(207,233,235)
#D5EBED
(213,235,237)
#DBEDEF
(219,237,239)
#E1EFF1
(225,239,241)
#E7F1F3
(231,241,243)
#EDF3F5
(237,243,245)
#F3F5F7
(243,245,247)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE3E5; }

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

This text font color is #BDE3E5.


Background Color

.myBgColor { background-color: #BDE3E5; }

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

This div background color is #BDE3E5.


Border color

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

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

This div border color is #BDE3E5.


Opacity

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

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

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

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

This text has shadow with #BDE3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE3E5 on black background.


Color preview on white background

This text has color #BDE3E5 on white background.



Black color preview on #BDE3E5 background

This text has black color on #BDE3E5 background.


White color preview on #BDE3E5 background

This text has white color on #BDE3E5 background.