COLOR #B2CFAD

HEX: #B2CFAD
RGB: (178,207,173)

Color info

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

RGB color model

#B2CFAD color RGB value is (178,207,173).

  • red value is 178;
  • green value is 207;
  • blue value is 173.
RGB:
(178,207,173)
(70%,81%,68%)

RGB channels and saturation

R 178 of 255 = 70%
G 207 of 255 = 81%
B 173 of 255 = 68%

178
207
173

R + G + B ~ 73%. #B2CFAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 207 + 173 = 558 (100%)
R 178 of 558 ~ 31.9%
G 207 of 558 ~ 37.1%
B 173 of 558 ~ 31%

%31.9
%37.1
%31

CMYK color model

#B2CFAD color CMYK value is (14,0,16,19).

  • cyan value is 14.01%
  • magenta value is 0.00%
  • yellow value is 16.43%
  • key color value is 18.82%
CMYK:
(14,0,16,19)
C14M0Y16K19 
(14%,0%,16%,19%)
(0.14/0.00/0.16/0.19)	

CMYK percentages

%14.01
%0
%16.43
%18.82

Codes

Color #B2CFAD in popluar color models

B2CFAD
RGB178207173
HSL111°26.15%74.51%
HSB/HSV111°16.43%81.18%
CMYK14.01%0.00%16.43%
18.82%

Color #B2CFAD in popluar number systems.

HEXB2CFAD
Decimal178207173
Binary101100101100111110101101
Octal262317255

Shades and tints

Shades of #B2CFAD

#B2CFAD
(178,207,173)
#A2BD9E
(162,189,158)
#92AB8F
(146,171,143)
#829980
(130,153,128)
#728771
(114,135,113)
#627562
(98,117,98)
#526353
(82,99,83)
#425144
(66,81,68)
#323F35
(50,63,53)
#222D26
(34,45,38)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #B2CFAD

#B2CFAD
(178,207,173)
#B9D3B4
(185,211,180)
#C0D7BB
(192,215,187)
#C7DBC2
(199,219,194)
#CEDFC9
(206,223,201)
#D5E3D0
(213,227,208)
#DCE7D7
(220,231,215)
#E3EBDE
(227,235,222)
#EAEFE5
(234,239,229)
#F1F3EC
(241,243,236)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CFAD color. Also use rgb(178,207,173) instead hex code.

Text Font Color

.myTextColor { color: #B2CFAD; }

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

This text font color is #B2CFAD.


Background Color

.myBgColor { background-color: #B2CFAD; }

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

This div background color is #B2CFAD.


Border color

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

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

This div border color is #B2CFAD.


Opacity

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

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

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

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

This text has shadow with #B2CFAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CFAD on black background.


Color preview on white background

This text has color #B2CFAD on white background.



Black color preview on #B2CFAD background

This text has black color on #B2CFAD background.


White color preview on #B2CFAD background

This text has white color on #B2CFAD background.