COLOR #BDDEC7

HEX: #BDDEC7
RGB: (189,222,199)

Color info

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

RGB color model

#BDDEC7 color RGB value is (189,222,199).

  • red value is 189;
  • green value is 222;
  • blue value is 199.
RGB:
(189,222,199)
(74%,87%,78%)

RGB channels and saturation

R 189 of 255 = 74%
G 222 of 255 = 87%
B 199 of 255 = 78%

189
222
199

R + G + B ~ 80%. #BDDEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 222 + 199 = 610 (100%)
R 189 of 610 ~ 30.98%
G 222 of 610 ~ 36.39%
B 199 of 610 ~ 32.62%

%30.98
%36.39
%32.62

CMYK color model

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

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 12.94%
CMYK:
(15,0,10,13)
C15M0Y10K13 
(15%,0%,10%,13%)
(0.15/0.00/0.10/0.13)	

CMYK percentages

%14.86
%0
%10.36
%12.94

Codes

Color #BDDEC7 in popluar color models

BDDEC7
RGB189222199
HSL138°33.33%80.59%
HSB/HSV138°14.86%87.06%
CMYK14.86%0.00%10.36%
12.94%

Color #BDDEC7 in popluar number systems.

HEXBDDEC7
Decimal189222199
Binary101111011101111011000111
Octal275336307

Shades and tints

Shades of #BDDEC7

#BDDEC7
(189,222,199)
#ACCAB5
(172,202,181)
#9BB6A3
(155,182,163)
#8AA291
(138,162,145)
#798E7F
(121,142,127)
#687A6D
(104,122,109)
#57665B
(87,102,91)
#465249
(70,82,73)
#353E37
(53,62,55)
#242A25
(36,42,37)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #BDDEC7

#BDDEC7
(189,222,199)
#C3E1CC
(195,225,204)
#C9E4D1
(201,228,209)
#CFE7D6
(207,231,214)
#D5EADB
(213,234,219)
#DBEDE0
(219,237,224)
#E1F0E5
(225,240,229)
#E7F3EA
(231,243,234)
#EDF6EF
(237,246,239)
#F3F9F4
(243,249,244)
#F9FCF9
(249,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDEC7 color. Also use rgb(189,222,199) instead hex code.

Text Font Color

.myTextColor { color: #BDDEC7; }

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

This text font color is #BDDEC7.


Background Color

.myBgColor { background-color: #BDDEC7; }

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

This div background color is #BDDEC7.


Border color

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

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

This div border color is #BDDEC7.


Opacity

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

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

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

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

This text has shadow with #BDDEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDEC7 on black background.


Color preview on white background

This text has color #BDDEC7 on white background.



Black color preview on #BDDEC7 background

This text has black color on #BDDEC7 background.


White color preview on #BDDEC7 background

This text has white color on #BDDEC7 background.