COLOR #BDDFE9

HEX: #BDDFE9
RGB: (189,223,233)

Color info

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

RGB color model

#BDDFE9 color RGB value is (189,223,233).

  • red value is 189;
  • green value is 223;
  • blue value is 233.
RGB:
(189,223,233)
(74%,87%,91%)

RGB channels and saturation

R 189 of 255 = 74%
G 223 of 255 = 87%
B 233 of 255 = 91%

189
223
233

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

Portions of RGB colors in percentages

R + G + B =
189 + 223 + 233 = 645 (100%)
R 189 of 645 ~ 29.3%
G 223 of 645 ~ 34.57%
B 233 of 645 ~ 36.12%

%29.3
%34.57
%36.12

CMYK color model

#BDDFE9 color CMYK value is (19,4,0,9).

  • cyan value is 18.88%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(19,4,0,9)
C19M4Y0K9 
(19%,4%,0%,9%)
(0.19/0.04/0.00/0.09)	

CMYK percentages

%18.88
%4.29
%0
%8.63

Codes

Color #BDDFE9 in popluar color models

BDDFE9
RGB189223233
HSL194°50.00%82.75%
HSB/HSV194°18.88%91.37%
CMYK18.88%4.29%0.00%
8.63%

Color #BDDFE9 in popluar number systems.

HEXBDDFE9
Decimal189223233
Binary101111011101111111101001
Octal275337351

Shades and tints

Shades of #BDDFE9

#BDDFE9
(189,223,233)
#ACCBD4
(172,203,212)
#9BB7BF
(155,183,191)
#8AA3AA
(138,163,170)
#798F95
(121,143,149)
#687B80
(104,123,128)
#57676B
(87,103,107)
#465356
(70,83,86)
#353F41
(53,63,65)
#242B2C
(36,43,44)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #BDDFE9

#BDDFE9
(189,223,233)
#C3E1EB
(195,225,235)
#C9E3ED
(201,227,237)
#CFE5EF
(207,229,239)
#D5E7F1
(213,231,241)
#DBE9F3
(219,233,243)
#E1EBF5
(225,235,245)
#E7EDF7
(231,237,247)
#EDEFF9
(237,239,249)
#F3F1FB
(243,241,251)
#F9F3FD
(249,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDFE9 color. Also use rgb(189,223,233) instead hex code.

Text Font Color

.myTextColor { color: #BDDFE9; }

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

This text font color is #BDDFE9.


Background Color

.myBgColor { background-color: #BDDFE9; }

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

This div background color is #BDDFE9.


Border color

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

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

This div border color is #BDDFE9.


Opacity

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

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

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

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

This text has shadow with #BDDFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDFE9 on black background.


Color preview on white background

This text has color #BDDFE9 on white background.



Black color preview on #BDDFE9 background

This text has black color on #BDDFE9 background.


White color preview on #BDDFE9 background

This text has white color on #BDDFE9 background.