COLOR #BDEDD4

HEX: #BDEDD4
RGB: (189,237,212)

Color info

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

RGB color model

#BDEDD4 color RGB value is (189,237,212).

  • red value is 189;
  • green value is 237;
  • blue value is 212.
RGB:
(189,237,212)
(74%,93%,83%)

RGB channels and saturation

R 189 of 255 = 74%
G 237 of 255 = 93%
B 212 of 255 = 83%

189
237
212

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

Portions of RGB colors in percentages

R + G + B =
189 + 237 + 212 = 638 (100%)
R 189 of 638 ~ 29.62%
G 237 of 638 ~ 37.15%
B 212 of 638 ~ 33.23%

%29.62
%37.15
%33.23

CMYK color model

#BDEDD4 color CMYK value is (20,0,11,7).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 10.55%
  • key color value is 7.06%
CMYK:
(20,0,11,7)
C20M0Y11K7 
(20%,0%,11%,7%)
(0.20/0.00/0.11/0.07)	

CMYK percentages

%20.25
%0
%10.55
%7.06

Codes

Color #BDEDD4 in popluar color models

BDEDD4
RGB189237212
HSL149°57.14%83.53%
HSB/HSV149°20.25%92.94%
CMYK20.25%0.00%10.55%
7.06%

Color #BDEDD4 in popluar number systems.

HEXBDEDD4
Decimal189237212
Binary101111011110110111010100
Octal275355324

Shades and tints

Shades of #BDEDD4

#BDEDD4
(189,237,212)
#ACD8C1
(172,216,193)
#9BC3AE
(155,195,174)
#8AAE9B
(138,174,155)
#799988
(121,153,136)
#688475
(104,132,117)
#576F62
(87,111,98)
#465A4F
(70,90,79)
#35453C
(53,69,60)
#243029
(36,48,41)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #BDEDD4

#BDEDD4
(189,237,212)
#C3EED7
(195,238,215)
#C9EFDA
(201,239,218)
#CFF0DD
(207,240,221)
#D5F1E0
(213,241,224)
#DBF2E3
(219,242,227)
#E1F3E6
(225,243,230)
#E7F4E9
(231,244,233)
#EDF5EC
(237,245,236)
#F3F6EF
(243,246,239)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEDD4 color. Also use rgb(189,237,212) instead hex code.

Text Font Color

.myTextColor { color: #BDEDD4; }

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

This text font color is #BDEDD4.


Background Color

.myBgColor { background-color: #BDEDD4; }

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

This div background color is #BDEDD4.


Border color

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

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

This div border color is #BDEDD4.


Opacity

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

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

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

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

This text has shadow with #BDEDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEDD4 on black background.


Color preview on white background

This text has color #BDEDD4 on white background.



Black color preview on #BDEDD4 background

This text has black color on #BDEDD4 background.


White color preview on #BDEDD4 background

This text has white color on #BDEDD4 background.