COLOR #BDDABE

HEX: #BDDABE
RGB: (189,218,190)

Color info

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

RGB color model

#BDDABE color RGB value is (189,218,190).

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

RGB channels and saturation

R 189 of 255 = 74%
G 218 of 255 = 85%
B 190 of 255 = 75%

189
218
190

R + G + B ~ 78%. #BDDABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 218 + 190 = 597 (100%)
R 189 of 597 ~ 31.66%
G 218 of 597 ~ 36.52%
B 190 of 597 ~ 31.83%

%31.66
%36.52
%31.83

CMYK color model

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

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

CMYK percentages

%13.3
%0
%12.84
%14.51

Codes

Color #BDDABE in popluar color models

BDDABE
RGB189218190
HSL122°28.16%79.80%
HSB/HSV122°13.30%85.49%
CMYK13.30%0.00%12.84%
14.51%

Color #BDDABE in popluar number systems.

HEXBDDABE
Decimal189218190
Binary101111011101101010111110
Octal275332276

Shades and tints

Shades of #BDDABE

#BDDABE
(189,218,190)
#ACC7AD
(172,199,173)
#9BB49C
(155,180,156)
#8AA18B
(138,161,139)
#798E7A
(121,142,122)
#687B69
(104,123,105)
#576858
(87,104,88)
#465547
(70,85,71)
#354236
(53,66,54)
#242F25
(36,47,37)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #BDDABE

#BDDABE
(189,218,190)
#C3DDC3
(195,221,195)
#C9E0C8
(201,224,200)
#CFE3CD
(207,227,205)
#D5E6D2
(213,230,210)
#DBE9D7
(219,233,215)
#E1ECDC
(225,236,220)
#E7EFE1
(231,239,225)
#EDF2E6
(237,242,230)
#F3F5EB
(243,245,235)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDABE; }

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

This text font color is #BDDABE.


Background Color

.myBgColor { background-color: #BDDABE; }

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

This div background color is #BDDABE.


Border color

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

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

This div border color is #BDDABE.


Opacity

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

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

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

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

This text has shadow with #BDDABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDABE on black background.


Color preview on white background

This text has color #BDDABE on white background.



Black color preview on #BDDABE background

This text has black color on #BDDABE background.


White color preview on #BDDABE background

This text has white color on #BDDABE background.