COLOR #BDD6EA

HEX: #BDD6EA
RGB: (189,214,234)

Color info

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

RGB color model

#BDD6EA color RGB value is (189,214,234).

  • red value is 189;
  • green value is 214;
  • blue value is 234.
RGB: (189,214,234) (74%,84%,92%)

RGB channels and saturation

R 189 of 255 = 74%
G 214 of 255 = 84%
B 234 of 255 = 92%

189
214
234

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

Portions of RGB colors in percentages

R + G + B =
189 + 214 + 234 = 637 (100%)
R 189 of 637 ~ 29.67%
G 214 of 637 ~ 33.59%
B 234 of 637 ~ 36.73%

%29.67
%33.59
%36.73

CMYK color model

#BDD6EA color CMYK value is (19,9,0,8).

  • cyan value is 19.23%
  • magenta value is 8.55%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (19,9,0,8) C19M9Y0K8 (19%,9%,0%,8%) (0.19/0.09/0.00/0.08)

CMYK percentages

%19.23
%8.55
%0
%8.24

Codes

Color #BDD6EA in popluar color models

BDD6EA
RGB189214234
HSL207°51.72%82.94%
HSB/HSV207°19.23%91.76%
CMYK19.23%8.55%0.00%
8.24%

Color #BDD6EA in popluar number systems.

HEXBDD6EA
Decimal189214234
Binary101111011101011011101010
Octal275326352

Shades and tints

Shades of #BDD6EA

#BDD6EA
(189,214,234)
#ACC3D5
(172,195,213)
#9BB0C0
(155,176,192)
#8A9DAB
(138,157,171)
#798A96
(121,138,150)
#687781
(104,119,129)
#57646C
(87,100,108)
#465157
(70,81,87)
#353E42
(53,62,66)
#242B2D
(36,43,45)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #BDD6EA

#BDD6EA
(189,214,234)
#C3D9EB
(195,217,235)
#C9DCEC
(201,220,236)
#CFDFED
(207,223,237)
#D5E2EE
(213,226,238)
#DBE5EF
(219,229,239)
#E1E8F0
(225,232,240)
#E7EBF1
(231,235,241)
#EDEEF2
(237,238,242)
#F3F1F3
(243,241,243)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD6EA color. Also use rgb(189,214,234) instead hex code.

Text Font Color

.myTextColor { color: #BDD6EA; }

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

This text font color is #BDD6EA.


Background Color

.myBgColor { background-color: #BDD6EA; }

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

This div background color is #BDD6EA.


Border color

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

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

This div border color is #BDD6EA.


Opacity

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

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

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

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

This text has shadow with #BDD6EA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BDD6EA on black background.


Color preview on white background

This text has color #BDD6EA on white background.



Black color preview on #BDD6EA background

This text has black color on #BDD6EA background.


White color preview on #BDD6EA background

This text has white color on #BDD6EA background.