COLOR #BDE3D9

HEX: #BDE3D9
RGB: (189,227,217)

Color info

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

RGB color model

#BDE3D9 color RGB value is (189,227,217).

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

RGB channels and saturation

R 189 of 255 = 74%
G 227 of 255 = 89%
B 217 of 255 = 85%

189
227
217

R + G + B ~ 83%. #BDE3D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 227 + 217 = 633 (100%)
R 189 of 633 ~ 29.86%
G 227 of 633 ~ 35.86%
B 217 of 633 ~ 34.28%

%29.86
%35.86
%34.28

CMYK color model

#BDE3D9 color CMYK value is (17,0,4,11).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 10.98%
CMYK:
(17,0,4,11)
C17M0Y4K11 
(17%,0%,4%,11%)
(0.17/0.00/0.04/0.11)	

CMYK percentages

%16.74
%0
%4.41
%10.98

Codes

Color #BDE3D9 in popluar color models

BDE3D9
RGB189227217
HSL164°40.43%81.57%
HSB/HSV164°16.74%89.02%
CMYK16.74%0.00%4.41%
10.98%

Color #BDE3D9 in popluar number systems.

HEXBDE3D9
Decimal189227217
Binary101111011110001111011001
Octal275343331

Shades and tints

Shades of #BDE3D9

#BDE3D9
(189,227,217)
#ACCFC6
(172,207,198)
#9BBBB3
(155,187,179)
#8AA7A0
(138,167,160)
#79938D
(121,147,141)
#687F7A
(104,127,122)
#576B67
(87,107,103)
#465754
(70,87,84)
#354341
(53,67,65)
#242F2E
(36,47,46)
#131B1B
(19,27,27)
#000000
(0,0,0)

Tints of #BDE3D9

#BDE3D9
(189,227,217)
#C3E5DC
(195,229,220)
#C9E7DF
(201,231,223)
#CFE9E2
(207,233,226)
#D5EBE5
(213,235,229)
#DBEDE8
(219,237,232)
#E1EFEB
(225,239,235)
#E7F1EE
(231,241,238)
#EDF3F1
(237,243,241)
#F3F5F4
(243,245,244)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE3D9; }

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

This text font color is #BDE3D9.


Background Color

.myBgColor { background-color: #BDE3D9; }

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

This div background color is #BDE3D9.


Border color

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

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

This div border color is #BDE3D9.


Opacity

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

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

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

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

This text has shadow with #BDE3D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE3D9 on black background.


Color preview on white background

This text has color #BDE3D9 on white background.



Black color preview on #BDE3D9 background

This text has black color on #BDE3D9 background.


White color preview on #BDE3D9 background

This text has white color on #BDE3D9 background.