COLOR #BDDEB4

HEX: #BDDEB4
RGB: (189,222,180)

Color info

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

RGB color model

#BDDEB4 color RGB value is (189,222,180).

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

RGB channels and saturation

R 189 of 255 = 74%
G 222 of 255 = 87%
B 180 of 255 = 71%

189
222
180

R + G + B ~ 77%. #BDDEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 222 + 180 = 591 (100%)
R 189 of 591 ~ 31.98%
G 222 of 591 ~ 37.56%
B 180 of 591 ~ 30.46%

%31.98
%37.56
%30.46

CMYK color model

#BDDEB4 color CMYK value is (15,0,19,13).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 12.94%
CMYK:
(15,0,19,13)
C15M0Y19K13 
(15%,0%,19%,13%)
(0.15/0.00/0.19/0.13)	

CMYK percentages

%14.86
%0
%18.92
%12.94

Codes

Color #BDDEB4 in popluar color models

BDDEB4
RGB189222180
HSL107°38.89%78.82%
HSB/HSV107°18.92%87.06%
CMYK14.86%0.00%18.92%
12.94%

Color #BDDEB4 in popluar number systems.

HEXBDDEB4
Decimal189222180
Binary101111011101111010110100
Octal275336264

Shades and tints

Shades of #BDDEB4

#BDDEB4
(189,222,180)
#ACCAA4
(172,202,164)
#9BB694
(155,182,148)
#8AA284
(138,162,132)
#798E74
(121,142,116)
#687A64
(104,122,100)
#576654
(87,102,84)
#465244
(70,82,68)
#353E34
(53,62,52)
#242A24
(36,42,36)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #BDDEB4

#BDDEB4
(189,222,180)
#C3E1BA
(195,225,186)
#C9E4C0
(201,228,192)
#CFE7C6
(207,231,198)
#D5EACC
(213,234,204)
#DBEDD2
(219,237,210)
#E1F0D8
(225,240,216)
#E7F3DE
(231,243,222)
#EDF6E4
(237,246,228)
#F3F9EA
(243,249,234)
#F9FCF0
(249,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDEB4; }

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

This text font color is #BDDEB4.


Background Color

.myBgColor { background-color: #BDDEB4; }

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

This div background color is #BDDEB4.


Border color

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

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

This div border color is #BDDEB4.


Opacity

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

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

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

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

This text has shadow with #BDDEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDEB4 on black background.


Color preview on white background

This text has color #BDDEB4 on white background.



Black color preview on #BDDEB4 background

This text has black color on #BDDEB4 background.


White color preview on #BDDEB4 background

This text has white color on #BDDEB4 background.