COLOR #BDDEE3

HEX: #BDDEE3 RGB: (189,222,227)

Color info

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

RGB color model

#BDDEE3 color RGB value is (189,222,227).

RGB: (189,222,227) (74%, 87%, 89%)

RGB channels and saturation

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

189
222
227

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

Portions of RGB colors in percentages

R + G + B = 189 + 222 + 227 = 638 (100%)
R 189 of 638 ~ 29.62%
G 222 of 638 ~ 34.8%
B 227 of 638 ~ 35.58'%

%29.62
%34.8
%35.58

CMYK color model

#BDDEE3 color CMYK value is (17,2,0,11).

  • cyan value is 16.74%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (17,2,0,11) C17M2Y0K11 (17%,2%,0%,11%) (0.17/0.02/0.00/0.11) 

CMYK percentages

%16.74
%2.2
%0
%10.98

Codes

Color #BDDEE3 in popluar color models

BD DE E3
RGB 189 222 227
HSL 188° 40.43% 81.57%
HSB/HSV 188° 16.74% 89.02%
CMYK 16.74% 2.20% 0.00%
10.98%

Color #BDDEE3 in popluar number systems.

HEX BD DE E3
Decimal 189 222 227
Binary 10111101 11011110 11100011
Octal 275 336 343

Shades and tints

Shades of #BDDEE3

#BDDEE3
(189,222,227)
#ACCACF
(172,202,207)
#9BB6BB
(155,182,187)
#8AA2A7
(138,162,167)
#798E93
(121,142,147)
#687A7F
(104,122,127)
#57666B
(87,102,107)
#465257
(70,82,87)
#353E43
(53,62,67)
#242A2F
(36,42,47)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #BDDEE3

#BDDEE3
(189,222,227)
#C3E1E5
(195,225,229)
#C9E4E7
(201,228,231)
#CFE7E9
(207,231,233)
#D5EAEB
(213,234,235)
#DBEDED
(219,237,237)
#E1F0EF
(225,240,239)
#E7F3F1
(231,243,241)
#EDF6F3
(237,246,243)
#F3F9F5
(243,249,245)
#F9FCF7
(249,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDEE3; }

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

This text font color is #BDDEE3.

Background Color

.myBgColor { background-color: #BDDEE3; }

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

This div background color is #BDDEE3.

Border color

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

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

This div border color is #BDDEE3.

Opacity

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

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

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

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

This text has shadow with #BDDEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDEE3.

Preview

Color preview on black background

This text has color #BDDEE3 on black background.


Color preview on white background

This text has color #BDDEE3 on white background.


Black color preview on #BDDEE3 background

This text has black color on #BDDEE3 background.


White color preview on #BDDEE3 background

This text has white color on #BDDEE3 background.


Related colors

Complementary color

Complementary color for #hex is #42211C.


I love getcolorcode.com

Triadic colors

1 #E3BDDE and #DEE3BD with #BDDEE3 are triadic colors.

2 #E3DEBD and #DEBDE3 with #BDDEE3 are triadic colors.