COLOR #BDDAC6

HEX: #BDDAC6
RGB: (189,218,198)

Color info

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

RGB color model

#BDDAC6 color RGB value is (189,218,198).

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

RGB channels and saturation

R 189 of 255 = 74%
G 218 of 255 = 85%
B 198 of 255 = 78%

189
218
198

R + G + B ~ 79%. #BDDAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 218 + 198 = 605 (100%)
R 189 of 605 ~ 31.24%
G 218 of 605 ~ 36.03%
B 198 of 605 ~ 32.73%

%31.24
%36.03
%32.73

CMYK color model

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

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 14.51%
CMYK:
(13,0,9,15)
C13M0Y9K15 
(13%,0%,9%,15%)
(0.13/0.00/0.09/0.15)	

CMYK percentages

%13.3
%0
%9.17
%14.51

Codes

Color #BDDAC6 in popluar color models

BDDAC6
RGB189218198
HSL139°28.16%79.80%
HSB/HSV139°13.30%85.49%
CMYK13.30%0.00%9.17%
14.51%

Color #BDDAC6 in popluar number systems.

HEXBDDAC6
Decimal189218198
Binary101111011101101011000110
Octal275332306

Shades and tints

Shades of #BDDAC6

#BDDAC6
(189,218,198)
#ACC7B4
(172,199,180)
#9BB4A2
(155,180,162)
#8AA190
(138,161,144)
#798E7E
(121,142,126)
#687B6C
(104,123,108)
#57685A
(87,104,90)
#465548
(70,85,72)
#354236
(53,66,54)
#242F24
(36,47,36)
#131C12
(19,28,18)
#000000
(0,0,0)

Tints of #BDDAC6

#BDDAC6
(189,218,198)
#C3DDCB
(195,221,203)
#C9E0D0
(201,224,208)
#CFE3D5
(207,227,213)
#D5E6DA
(213,230,218)
#DBE9DF
(219,233,223)
#E1ECE4
(225,236,228)
#E7EFE9
(231,239,233)
#EDF2EE
(237,242,238)
#F3F5F3
(243,245,243)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDAC6; }

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

This text font color is #BDDAC6.


Background Color

.myBgColor { background-color: #BDDAC6; }

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

This div background color is #BDDAC6.


Border color

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

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

This div border color is #BDDAC6.


Opacity

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

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

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

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

This text has shadow with #BDDAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDAC6 on black background.


Color preview on white background

This text has color #BDDAC6 on white background.



Black color preview on #BDDAC6 background

This text has black color on #BDDAC6 background.


White color preview on #BDDAC6 background

This text has white color on #BDDAC6 background.