COLOR #B3DEAA

HEX: #B3DEAA
RGB: (179,222,170)

Color info

#B3DEAA contains red, green and blue colors in about the same proportion. Web safe color of #B3DEAA is #99CC99 (or #9C9).

RGB color model

#B3DEAA color RGB value is (179,222,170).

  • red value is 179;
  • green value is 222;
  • blue value is 170.
RGB:
(179,222,170)
(70%,87%,67%)

RGB channels and saturation

R 179 of 255 = 70%
G 222 of 255 = 87%
B 170 of 255 = 67%

179
222
170

R + G + B ~ 75%. #B3DEAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 222 + 170 = 571 (100%)
R 179 of 571 ~ 31.35%
G 222 of 571 ~ 38.88%
B 170 of 571 ~ 29.77%

%31.35
%38.88
%29.77

CMYK color model

#B3DEAA color CMYK value is (19,0,23,13).

  • cyan value is 19.37%
  • magenta value is 0.00%
  • yellow value is 23.42%
  • key color value is 12.94%
CMYK:
(19,0,23,13)
C19M0Y23K13 
(19%,0%,23%,13%)
(0.19/0.00/0.23/0.13)	

CMYK percentages

%19.37
%0
%23.42
%12.94

Codes

Color #B3DEAA in popluar color models

B3DEAA
RGB179222170
HSL110°44.07%76.86%
HSB/HSV110°23.42%87.06%
CMYK19.37%0.00%23.42%
12.94%

Color #B3DEAA in popluar number systems.

HEXB3DEAA
Decimal179222170
Binary101100111101111010101010
Octal263336252

Shades and tints

Shades of #B3DEAA

#B3DEAA
(179,222,170)
#A3CA9B
(163,202,155)
#93B68C
(147,182,140)
#83A27D
(131,162,125)
#738E6E
(115,142,110)
#637A5F
(99,122,95)
#536650
(83,102,80)
#435241
(67,82,65)
#333E32
(51,62,50)
#232A23
(35,42,35)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #B3DEAA

#B3DEAA
(179,222,170)
#B9E1B1
(185,225,177)
#BFE4B8
(191,228,184)
#C5E7BF
(197,231,191)
#CBEAC6
(203,234,198)
#D1EDCD
(209,237,205)
#D7F0D4
(215,240,212)
#DDF3DB
(221,243,219)
#E3F6E2
(227,246,226)
#E9F9E9
(233,249,233)
#EFFCF0
(239,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3DEAA color. Also use rgb(179,222,170) instead hex code.

Text Font Color

.myTextColor { color: #B3DEAA; }

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

This text font color is #B3DEAA.


Background Color

.myBgColor { background-color: #B3DEAA; }

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

This div background color is #B3DEAA.


Border color

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

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

This div border color is #B3DEAA.


Opacity

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

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

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

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

This text has shadow with #B3DEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DEAA on black background.


Color preview on white background

This text has color #B3DEAA on white background.



Black color preview on #B3DEAA background

This text has black color on #B3DEAA background.


White color preview on #B3DEAA background

This text has white color on #B3DEAA background.