COLOR #BDDCE3

HEX: #BDDCE3
RGB: (189,220,227)

Color info

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

RGB color model

#BDDCE3 color RGB value is (189,220,227).

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

RGB channels and saturation

R 189 of 255 = 74%
G 220 of 255 = 86%
B 227 of 255 = 89%

189
220
227

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

Portions of RGB colors in percentages

R + G + B =
189 + 220 + 227 = 636 (100%)
R 189 of 636 ~ 29.72%
G 220 of 636 ~ 34.59%
B 227 of 636 ~ 35.69%

%29.72
%34.59
%35.69

CMYK color model

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

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

CMYK percentages

%16.74
%3.08
%0
%10.98

Codes

Color #BDDCE3 in popluar color models

BDDCE3
RGB189220227
HSL191°40.43%81.57%
HSB/HSV191°16.74%89.02%
CMYK16.74%3.08%0.00%
10.98%

Color #BDDCE3 in popluar number systems.

HEXBDDCE3
Decimal189220227
Binary101111011101110011100011
Octal275334343

Shades and tints

Shades of #BDDCE3

#BDDCE3
(189,220,227)
#ACC8CF
(172,200,207)
#9BB4BB
(155,180,187)
#8AA0A7
(138,160,167)
#798C93
(121,140,147)
#68787F
(104,120,127)
#57646B
(87,100,107)
#465057
(70,80,87)
#353C43
(53,60,67)
#24282F
(36,40,47)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #BDDCE3

#BDDCE3
(189,220,227)
#C3DFE5
(195,223,229)
#C9E2E7
(201,226,231)
#CFE5E9
(207,229,233)
#D5E8EB
(213,232,235)
#DBEBED
(219,235,237)
#E1EEEF
(225,238,239)
#E7F1F1
(231,241,241)
#EDF4F3
(237,244,243)
#F3F7F5
(243,247,245)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDCE3; }

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

This text font color is #BDDCE3.


Background Color

.myBgColor { background-color: #BDDCE3; }

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

This div background color is #BDDCE3.


Border color

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

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

This div border color is #BDDCE3.


Opacity

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

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

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

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

This text has shadow with #BDDCE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDCE3 on black background.


Color preview on white background

This text has color #BDDCE3 on white background.



Black color preview on #BDDCE3 background

This text has black color on #BDDCE3 background.


White color preview on #BDDCE3 background

This text has white color on #BDDCE3 background.