COLOR #BDDAD9

HEX: #BDDAD9
RGB: (189,218,217)

Color info

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

RGB color model

#BDDAD9 color RGB value is (189,218,217).

  • red value is 189;
  • green value is 218;
  • blue value is 217.
RGB:
(189,218,217)
(74%,85%,85%)

RGB channels and saturation

R 189 of 255 = 74%
G 218 of 255 = 85%
B 217 of 255 = 85%

189
218
217

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

Portions of RGB colors in percentages

R + G + B =
189 + 218 + 217 = 624 (100%)
R 189 of 624 ~ 30.29%
G 218 of 624 ~ 34.94%
B 217 of 624 ~ 34.78%

%30.29
%34.94
%34.78

CMYK color model

#BDDAD9 color CMYK value is (13,0,0,15).

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 0.46%
  • key color value is 14.51%
CMYK:
(13,0,0,15)
C13M0Y0K15 
(13%,0%,0%,15%)
(0.13/0.00/0.00/0.15)	

CMYK percentages

%13.3
%0
%0.46
%14.51

Codes

Color #BDDAD9 in popluar color models

BDDAD9
RGB189218217
HSL178°28.16%79.80%
HSB/HSV178°13.30%85.49%
CMYK13.30%0.00%0.46%
14.51%

Color #BDDAD9 in popluar number systems.

HEXBDDAD9
Decimal189218217
Binary101111011101101011011001
Octal275332331

Shades and tints

Shades of #BDDAD9

#BDDAD9
(189,218,217)
#ACC7C6
(172,199,198)
#9BB4B3
(155,180,179)
#8AA1A0
(138,161,160)
#798E8D
(121,142,141)
#687B7A
(104,123,122)
#576867
(87,104,103)
#465554
(70,85,84)
#354241
(53,66,65)
#242F2E
(36,47,46)
#131C1B
(19,28,27)
#000000
(0,0,0)

Tints of #BDDAD9

#BDDAD9
(189,218,217)
#C3DDDC
(195,221,220)
#C9E0DF
(201,224,223)
#CFE3E2
(207,227,226)
#D5E6E5
(213,230,229)
#DBE9E8
(219,233,232)
#E1ECEB
(225,236,235)
#E7EFEE
(231,239,238)
#EDF2F1
(237,242,241)
#F3F5F4
(243,245,244)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDAD9 color. Also use rgb(189,218,217) instead hex code.

Text Font Color

.myTextColor { color: #BDDAD9; }

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

This text font color is #BDDAD9.


Background Color

.myBgColor { background-color: #BDDAD9; }

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

This div background color is #BDDAD9.


Border color

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

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

This div border color is #BDDAD9.


Opacity

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

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

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

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

This text has shadow with #BDDAD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDAD9 on black background.


Color preview on white background

This text has color #BDDAD9 on white background.



Black color preview on #BDDAD9 background

This text has black color on #BDDAD9 background.


White color preview on #BDDAD9 background

This text has white color on #BDDAD9 background.