COLOR #BADBB2

HEX: #BADBB2
RGB: (186,219,178)

Color info

#BADBB2 contains red, green and blue colors in about the same proportion. Web safe color of #BADBB2 is #CCCC99 (or #CC9).

RGB color model

#BADBB2 color RGB value is (186,219,178).

  • red value is 186;
  • green value is 219;
  • blue value is 178.
RGB:
(186,219,178)
(73%,86%,70%)

RGB channels and saturation

R 186 of 255 = 73%
G 219 of 255 = 86%
B 178 of 255 = 70%

186
219
178

R + G + B ~ 76%. #BADBB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 219 + 178 = 583 (100%)
R 186 of 583 ~ 31.9%
G 219 of 583 ~ 37.56%
B 178 of 583 ~ 30.53%

%31.9
%37.56
%30.53

CMYK color model

#BADBB2 color CMYK value is (15,0,19,14).

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 18.72%
  • key color value is 14.12%
CMYK:
(15,0,19,14)
C15M0Y19K14 
(15%,0%,19%,14%)
(0.15/0.00/0.19/0.14)	

CMYK percentages

%15.07
%0
%18.72
%14.12

Codes

Color #BADBB2 in popluar color models

BADBB2
RGB186219178
HSL108°36.28%77.84%
HSB/HSV108°18.72%85.88%
CMYK15.07%0.00%18.72%
14.12%

Color #BADBB2 in popluar number systems.

HEXBADBB2
Decimal186219178
Binary101110101101101110110010
Octal272333262

Shades and tints

Shades of #BADBB2

#BADBB2
(186,219,178)
#AAC8A2
(170,200,162)
#9AB592
(154,181,146)
#8AA282
(138,162,130)
#7A8F72
(122,143,114)
#6A7C62
(106,124,98)
#5A6952
(90,105,82)
#4A5642
(74,86,66)
#3A4332
(58,67,50)
#2A3022
(42,48,34)
#1A1D12
(26,29,18)
#000000
(0,0,0)

Tints of #BADBB2

#BADBB2
(186,219,178)
#C0DEB9
(192,222,185)
#C6E1C0
(198,225,192)
#CCE4C7
(204,228,199)
#D2E7CE
(210,231,206)
#D8EAD5
(216,234,213)
#DEEDDC
(222,237,220)
#E4F0E3
(228,240,227)
#EAF3EA
(234,243,234)
#F0F6F1
(240,246,241)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADBB2 color. Also use rgb(186,219,178) instead hex code.

Text Font Color

.myTextColor { color: #BADBB2; }

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

This text font color is #BADBB2.


Background Color

.myBgColor { background-color: #BADBB2; }

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

This div background color is #BADBB2.


Border color

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

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

This div border color is #BADBB2.


Opacity

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

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

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

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

This text has shadow with #BADBB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADBB2 on black background.


Color preview on white background

This text has color #BADBB2 on white background.



Black color preview on #BADBB2 background

This text has black color on #BADBB2 background.


White color preview on #BADBB2 background

This text has white color on #BADBB2 background.