COLOR #B9DFEA

HEX: #B9DFEA RGB: (185,223,234)

Color info

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

RGB color model

#B9DFEA color RGB value is (185,223,234).

RGB: (185,223,234) (73%, 87%, 92%)

RGB channels and saturation

R 185 of 255 = 73%
G 223 of 255 = 87%
B 234 of 255 = 92%

185
223
234

R + G + B ~ 84%. #B9DFEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 223 + 234 = 642 (100%)
R 185 of 642 ~ 28.82%
G 223 of 642 ~ 34.74%
B 234 of 642 ~ 36.45'%

%28.82
%34.74
%36.45

CMYK color model

#B9DFEA color CMYK value is (21,5,0,8).

  • cyan value is 20.94%
  • magenta value is 4.70%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (21,5,0,8)
C21M5Y0K8 (21%, 5%, 0%, 8%)
(0.21 / 0.05 / 0.00 / 0.08)

CMYK percentages

%20.94
%4.7
%0
%8.24

Codes

Color #B9DFEA in popluar color models

B9 DF EA
RGB 185 223 234
HSL 193° 53.85% 82.16%
HSB/HSV 193° 20.94% 91.76%
CMYK 20.94% 4.70% 0.00%
8.24%

Color #B9DFEA in popluar number systems.

HEX B9 DF EA
Decimal 185 223 234
Binary 10111001 11011111 11101010
Octal 271 337 352

Shades and tints

Shades of #B9DFEA

#B9DFEA
(185,223,234)
#A9CBD5
(169,203,213)
#99B7C0
(153,183,192)
#89A3AB
(137,163,171)
#798F96
(121,143,150)
#697B81
(105,123,129)
#59676C
(89,103,108)
#495357
(73,83,87)
#393F42
(57,63,66)
#292B2D
(41,43,45)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #B9DFEA

#B9DFEA
(185,223,234)
#BFE1EB
(191,225,235)
#C5E3EC
(197,227,236)
#CBE5ED
(203,229,237)
#D1E7EE
(209,231,238)
#D7E9EF
(215,233,239)
#DDEBF0
(221,235,240)
#E3EDF1
(227,237,241)
#E9EFF2
(233,239,242)
#EFF1F3
(239,241,243)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DFEA color. Also use rgb(185,223,234) instead hex code.

Text Font Color

.myTextColor { color: #B9DFEA; }

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

This text font color is #B9DFEA.

Background Color

.myBgColor { background-color: #B9DFEA; }

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

This div background color is #B9DFEA.

Border color

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

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

This div border color is #B9DFEA.

Opacity

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

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

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

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

This text has shadow with #B9DFEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DFEA.

Preview

Color preview on black background

This text has color #B9DFEA on black background.


Color preview on white background

This text has color #B9DFEA on white background.


Black color preview on #B9DFEA background

This text has black color on #B9DFEA background.


White color preview on #B9DFEA background

This text has white color on #B9DFEA background.


Related colors

Complementary color

Complementary color for #hex is #462015.


I love getcolorcode.com

Triadic colors

1 #EAB9DF and #DFEAB9 with #B9DFEA are triadic colors.

2 #EADFB9 and #DFB9EA with #B9DFEA are triadic colors.