COLOR #BDE3DD

HEX: #BDE3DD
RGB: (189,227,221)

Color info

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

RGB color model

#BDE3DD color RGB value is (189,227,221).

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

RGB channels and saturation

R 189 of 255 = 74%
G 227 of 255 = 89%
B 221 of 255 = 87%

189
227
221

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

Portions of RGB colors in percentages

R + G + B =
189 + 227 + 221 = 637 (100%)
R 189 of 637 ~ 29.67%
G 227 of 637 ~ 35.64%
B 221 of 637 ~ 34.69%

%29.67
%35.64
%34.69

CMYK color model

#BDE3DD color CMYK value is (17,0,3,11).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 2.64%
  • key color value is 10.98%
CMYK:
(17,0,3,11)
C17M0Y3K11 
(17%,0%,3%,11%)
(0.17/0.00/0.03/0.11)	

CMYK percentages

%16.74
%0
%2.64
%10.98

Codes

Color #BDE3DD in popluar color models

BDE3DD
RGB189227221
HSL171°40.43%81.57%
HSB/HSV171°16.74%89.02%
CMYK16.74%0.00%2.64%
10.98%

Color #BDE3DD in popluar number systems.

HEXBDE3DD
Decimal189227221
Binary101111011110001111011101
Octal275343335

Shades and tints

Shades of #BDE3DD

#BDE3DD
(189,227,221)
#ACCFC9
(172,207,201)
#9BBBB5
(155,187,181)
#8AA7A1
(138,167,161)
#79938D
(121,147,141)
#687F79
(104,127,121)
#576B65
(87,107,101)
#465751
(70,87,81)
#35433D
(53,67,61)
#242F29
(36,47,41)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #BDE3DD

#BDE3DD
(189,227,221)
#C3E5E0
(195,229,224)
#C9E7E3
(201,231,227)
#CFE9E6
(207,233,230)
#D5EBE9
(213,235,233)
#DBEDEC
(219,237,236)
#E1EFEF
(225,239,239)
#E7F1F2
(231,241,242)
#EDF3F5
(237,243,245)
#F3F5F8
(243,245,248)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE3DD; }

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

This text font color is #BDE3DD.


Background Color

.myBgColor { background-color: #BDE3DD; }

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

This div background color is #BDE3DD.


Border color

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

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

This div border color is #BDE3DD.


Opacity

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

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

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

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

This text has shadow with #BDE3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE3DD on black background.


Color preview on white background

This text has color #BDE3DD on white background.



Black color preview on #BDE3DD background

This text has black color on #BDE3DD background.


White color preview on #BDE3DD background

This text has white color on #BDE3DD background.