COLOR #BDEAD0

HEX: #BDEAD0
RGB: (189,234,208)

Color info

#BDEAD0 contains red, green and blue colors in about the same proportion. Web safe color of #BDEAD0 is #CCFFCC (or #CFC).

RGB color model

#BDEAD0 color RGB value is (189,234,208).

  • red value is 189;
  • green value is 234;
  • blue value is 208.
RGB:
(189,234,208)
(74%,92%,82%)

RGB channels and saturation

R 189 of 255 = 74%
G 234 of 255 = 92%
B 208 of 255 = 82%

189
234
208

R + G + B ~ 83%. #BDEAD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 234 + 208 = 631 (100%)
R 189 of 631 ~ 29.95%
G 234 of 631 ~ 37.08%
B 208 of 631 ~ 32.96%

%29.95
%37.08
%32.96

CMYK color model

#BDEAD0 color CMYK value is (19,0,11,8).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 8.24%
CMYK:
(19,0,11,8)
C19M0Y11K8 
(19%,0%,11%,8%)
(0.19/0.00/0.11/0.08)	

CMYK percentages

%19.23
%0
%11.11
%8.24

Codes

Color #BDEAD0 in popluar color models

BDEAD0
RGB189234208
HSL145°51.72%82.94%
HSB/HSV145°19.23%91.76%
CMYK19.23%0.00%11.11%
8.24%

Color #BDEAD0 in popluar number systems.

HEXBDEAD0
Decimal189234208
Binary101111011110101011010000
Octal275352320

Shades and tints

Shades of #BDEAD0

#BDEAD0
(189,234,208)
#ACD5BE
(172,213,190)
#9BC0AC
(155,192,172)
#8AAB9A
(138,171,154)
#799688
(121,150,136)
#688176
(104,129,118)
#576C64
(87,108,100)
#465752
(70,87,82)
#354240
(53,66,64)
#242D2E
(36,45,46)
#13181C
(19,24,28)
#000000
(0,0,0)

Tints of #BDEAD0

#BDEAD0
(189,234,208)
#C3EBD4
(195,235,212)
#C9ECD8
(201,236,216)
#CFEDDC
(207,237,220)
#D5EEE0
(213,238,224)
#DBEFE4
(219,239,228)
#E1F0E8
(225,240,232)
#E7F1EC
(231,241,236)
#EDF2F0
(237,242,240)
#F3F3F4
(243,243,244)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEAD0 color. Also use rgb(189,234,208) instead hex code.

Text Font Color

.myTextColor { color: #BDEAD0; }

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

This text font color is #BDEAD0.


Background Color

.myBgColor { background-color: #BDEAD0; }

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

This div background color is #BDEAD0.


Border color

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

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

This div border color is #BDEAD0.


Opacity

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

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

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

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

This text has shadow with #BDEAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEAD0 on black background.


Color preview on white background

This text has color #BDEAD0 on white background.



Black color preview on #BDEAD0 background

This text has black color on #BDEAD0 background.


White color preview on #BDEAD0 background

This text has white color on #BDEAD0 background.