COLOR #BDCEE3

HEX: #BDCEE3
RGB: (189,206,227)

Color info

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

RGB color model

#BDCEE3 color RGB value is (189,206,227).

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

RGB channels and saturation

R 189 of 255 = 74%
G 206 of 255 = 81%
B 227 of 255 = 89%

189
206
227

R + G + B ~ 81%. #BDCEE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 206 + 227 = 622 (100%)
R 189 of 622 ~ 30.39%
G 206 of 622 ~ 33.12%
B 227 of 622 ~ 36.5%

%30.39
%33.12
%36.5

CMYK color model

#BDCEE3 color CMYK value is (17,9,0,11).

  • cyan value is 16.74%
  • magenta value is 9.25%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(17,9,0,11)
C17M9Y0K11 
(17%,9%,0%,11%)
(0.17/0.09/0.00/0.11)	

CMYK percentages

%16.74
%9.25
%0
%10.98

Codes

Color #BDCEE3 in popluar color models

BDCEE3
RGB189206227
HSL213°40.43%81.57%
HSB/HSV213°16.74%89.02%
CMYK16.74%9.25%0.00%
10.98%

Color #BDCEE3 in popluar number systems.

HEXBDCEE3
Decimal189206227
Binary101111011100111011100011
Octal275316343

Shades and tints

Shades of #BDCEE3

#BDCEE3
(189,206,227)
#ACBCCF
(172,188,207)
#9BAABB
(155,170,187)
#8A98A7
(138,152,167)
#798693
(121,134,147)
#68747F
(104,116,127)
#57626B
(87,98,107)
#465057
(70,80,87)
#353E43
(53,62,67)
#242C2F
(36,44,47)
#131A1B
(19,26,27)
#000000
(0,0,0)

Tints of #BDCEE3

#BDCEE3
(189,206,227)
#C3D2E5
(195,210,229)
#C9D6E7
(201,214,231)
#CFDAE9
(207,218,233)
#D5DEEB
(213,222,235)
#DBE2ED
(219,226,237)
#E1E6EF
(225,230,239)
#E7EAF1
(231,234,241)
#EDEEF3
(237,238,243)
#F3F2F5
(243,242,245)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCEE3; }

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

This text font color is #BDCEE3.


Background Color

.myBgColor { background-color: #BDCEE3; }

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

This div background color is #BDCEE3.


Border color

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

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

This div border color is #BDCEE3.


Opacity

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

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

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

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

This text has shadow with #BDCEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCEE3 on black background.


Color preview on white background

This text has color #BDCEE3 on white background.



Black color preview on #BDCEE3 background

This text has black color on #BDCEE3 background.


White color preview on #BDCEE3 background

This text has white color on #BDCEE3 background.