COLOR #BDEBDA

HEX: #BDEBDA
RGB: (189,235,218)

Color info

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

RGB color model

#BDEBDA color RGB value is (189,235,218).

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

RGB channels and saturation

R 189 of 255 = 74%
G 235 of 255 = 92%
B 218 of 255 = 85%

189
235
218

R + G + B ~ 84%. #BDEBDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 235 + 218 = 642 (100%)
R 189 of 642 ~ 29.44%
G 235 of 642 ~ 36.6%
B 218 of 642 ~ 33.96%

%29.44
%36.6
%33.96

CMYK color model

#BDEBDA color CMYK value is (20,0,7,8).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 7.23%
  • key color value is 7.84%
CMYK:
(20,0,7,8)
C20M0Y7K8 
(20%,0%,7%,8%)
(0.20/0.00/0.07/0.08)	

CMYK percentages

%19.57
%0
%7.23
%7.84

Codes

Color #BDEBDA in popluar color models

BDEBDA
RGB189235218
HSL158°53.49%83.14%
HSB/HSV158°19.57%92.16%
CMYK19.57%0.00%7.23%
7.84%

Color #BDEBDA in popluar number systems.

HEXBDEBDA
Decimal189235218
Binary101111011110101111011010
Octal275353332

Shades and tints

Shades of #BDEBDA

#BDEBDA
(189,235,218)
#ACD6C7
(172,214,199)
#9BC1B4
(155,193,180)
#8AACA1
(138,172,161)
#79978E
(121,151,142)
#68827B
(104,130,123)
#576D68
(87,109,104)
#465855
(70,88,85)
#354342
(53,67,66)
#242E2F
(36,46,47)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #BDEBDA

#BDEBDA
(189,235,218)
#C3ECDD
(195,236,221)
#C9EDE0
(201,237,224)
#CFEEE3
(207,238,227)
#D5EFE6
(213,239,230)
#DBF0E9
(219,240,233)
#E1F1EC
(225,241,236)
#E7F2EF
(231,242,239)
#EDF3F2
(237,243,242)
#F3F4F5
(243,244,245)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEBDA; }

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

This text font color is #BDEBDA.


Background Color

.myBgColor { background-color: #BDEBDA; }

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

This div background color is #BDEBDA.


Border color

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

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

This div border color is #BDEBDA.


Opacity

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

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

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

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

This text has shadow with #BDEBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEBDA on black background.


Color preview on white background

This text has color #BDEBDA on white background.



Black color preview on #BDEBDA background

This text has black color on #BDEBDA background.


White color preview on #BDEBDA background

This text has white color on #BDEBDA background.